function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
RickoT1031RickoT1031 

RE: PDF Generation fonts are HUGE

Hello,

 

So i have this nicely laid out HTML document that I am using as a printable form for case infromation. Sometimes they will want to save it as a PDF to the ticket (or to their HDD) but when I generate the PDF document the one page document becomes 2 pages wtih fonts that seem to be almost 50% larger in some places.  How can I make the pdf generate the document wtih the same size as the html doc is generated?  I can post my code if necessary, i just think im missing some extra parameters maybe?

 

Thanks!

~Rick

Pradeep_NavatarPradeep_Navatar
I think you are not using the CSS. Html font tags do not produce desired results in PDF. Try using the css and see the difference.
RickoT1031RickoT1031

I added some font size style information to the document, and while the HTML has updated to the correct font size, the PDF document still shows the larger font size... at a loss