Rank: Newbie Groups: Member
Joined: 10/20/2011 Posts: 2
|
Hi,
Not sure if this is possible for HTMLtoPDF, however i would like to generated an html to pdf report in a page layout with 2 columns, by which the html block would start in left column, and continue in right column on first page, and then left again on the second page.
Your help will be greatly appreciated.
I have so far tried using ACMPageLayout in association with pdfDocument, and then render after the ConvertHTML is called, but that doesn't seem to do the trick.
Also can you please advise with which properties PDFPageLayout enum is used.
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You won't be able to do that in the current version. We will add it and provide you a new build shortly.
Thanks!
|
Rank: Newbie Groups: Member
Joined: 10/20/2011 Posts: 2
|
Thanks for your feedback. Look forward to the release!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We have posted build 2011.2.81 that supports multiple column output. Please see your private message for the download location.
You will need to set HtmlToPdf.Options.ColumnCount to the total number of columns. The default column gap is 0.5 inch, which can be adjusted by HtmlToPdf.Options.ColumnGapWidth property.
Thanks!
|