Quantcast
Channel: Aspose.Pdf Product Family
Viewing all articles
Browse latest Browse all 3131

HTML to PDF_DOM : Multi Column Table with different size content in it.

$
0
0

Hi Tilal,

While testing HTML to PDF(DOM approach) using Aspose.Pdf we came across a scenario if which we have multi table column (10 X 10) with variable size content in it.
Now in the generate PDF we can see only 5 columns and 10 rows.

Issue 1 : Our trailing 5 columns gets trimmed in generated PDF.

Issue 2 : It increases the width of the generated PDF even though I have set height and width of PDF page using

 

options.PageInfo.Width = 597.6F;

options.PageInfo.Height = 842.4F;

Can you please confirm on how much columns a standard A4 size PDF can accommodate.
I guess it will also depend upon the size of content inside the tale.

I have attached the HTML file, corresponding PDF and CSS file.

Thanks in advance.


Regards,
Siddesh


Viewing all articles
Browse latest Browse all 3131

Trending Articles