Message Boards

Doubt converting html to pdf

Daniel G, modified 3 Years ago.

Doubt converting html to pdf

Regular Member Posts: 141 Join Date: 3/14/17 Recent Posts
Hi everyone.
I am facing some issues about coverting an html file with css to pdf.My problem is that the code is wider that the wide of a page. So when I see the html file, I have an scroll bar to see al the content. But when I convert the file to pdf, it only prints the content which fits in the size of the page.
Is there any way of printing every content,  either adding more pages or decreasing the zoom of the entire html? Any help would be very appreciated.I am using this to make the conversion:
 HtmlConverter.convertToPdf(htmlFinal, baos);