简体   繁体   中英

How to display and print data with PHP in a letter format (paper size)?

I have an issue trying to print a report (in the server side), I'm using wkthtmltopdf libraries to print a specific report using the internal URL, the problem is that when I try to print this report in a letter format (and portrait)most of the times the report has more lines, so at the end my PDF report is out of format.

I tried to count the height lines in a regular letter page and then display my data in too columns if it's necessary, but this is not working for all the situations (there are over 300 reports).

How do you guys print reports using PHP? or How do you guys set a letter page in PHP?

Thanks in advance!

I will typically just render the page in HTML then make a special CSS import with media="print" attribute. Then you can use plain CSS to format the page.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM