Welcome Guest Search | Active Topics | Sign In | Register

PDF is not converted properly when screen data having scrollbar Options
Selvam Shanmugam
Posted: Thursday, January 30, 2025 6:05:25 AM
Rank: Newbie
Groups: Member

Joined: 4/9/2020
Posts: 1
Team,

PDF is not converted properly when screen data having scrollbar for some div tag
Below code used to convert pdf document from url

Code: C#
EO.Pdf.HtmlToPdfOptions opts = new EO.Pdf.HtmlToPdfOptions();
opts.PageSize = EO.Pdf.PdfPageSizes.A3;
EO.Pdf.HtmlToPdf.ConvertUrl("testurl", "tempFileName", opts);

Kindly suggest us to generate full data even screen div having scrollbar.
eo_support
Posted: Thursday, January 30, 2025 10:09:30 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,273
Hi,

You may need to adjust your input HTML. If you can provide a test page/Url we can take a look and see if we can find a way to workaround the problem. See here for details on how to send test files to us:

https://www.essentialobjects.com/forum/test_project.aspx

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.