Hi, I wonder if anyone can help me.. I use tcpdf to generate an inline PDF in
the browser that I then print using the browsers print function. I have
recently started making it compatible with iPad and iPhones but if i use the
full page browser there is no print button. My solution I think, is to make
the document automatically print since 99% of the time it get printed. I'm not
sure of the best way to do this.. Is it possible to embed a print command into
the PDF or somehow do it in HTML?
Any help would be greatly appreciated.
CavemanUK
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I wonder if anyone can help me.. I use tcpdf to generate an inline PDF in
the browser that I then print using the browsers print function. I have
recently started making it compatible with iPad and iPhones but if i use the
full page browser there is no print button. My solution I think, is to make
the document automatically print since 99% of the time it get printed. I'm not
sure of the best way to do this.. Is it possible to embed a print command into
the PDF or somehow do it in HTML?
Any help would be greatly appreciated.
CavemanUK
Just take a look at the example 53
(http://www.tcpdf.org) (www.tcpdf.org%29) it includes an automatic
dialog for printing the document.