Welcome Guest Search | Active Topics | Sign In | Register

PDF conversion features Options
Udhya
Posted: Friday, September 23, 2011 4:40:56 PM
Rank: Newbie
Groups: Member

Joined: 9/23/2011
Posts: 8
Hi,
We are in evaluation process to buy this tool but we need answers for the following

1. When table is large and split to 2 pages, the column names should appear on the second page also

2. but information in particular Row is not split on two pages. (Row is always kept together)

3. When we have a Report with lot of dynamic tables, is there a way the whole table goes to a new page if there is space only for the headers and the data goes to the next page.

4. Any property for Table object like "Table fits page"


Regards,
Udhya Arumugam
eo_support
Posted: Friday, September 23, 2011 4:48:27 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi Udhya,

Thanks for contacting us. As to your questions:

1:

You can do this but it will require some additional code on your side. It's not a simple setting on our converter. You can find more details on this:

http://www.essentialobjects.com/forum/postst5916_EOPdf-display-tableheadergroup.aspx

There are other converters on the market that claim to be able to do this through CSS styles. Those converters rely on IE and will stop working once user updates to IE 9.


2 & 3:

You would do that by applying "page-break-inside:avoid" on all your table rows. See here for more details:

http://doc.essentialobjects.com/library/4/htmltopdf/paging.aspx

Note that this setting works on almost any HTML element, not just table row element.

4:

I am not exactly sure what you mean by that, if you meant to have the table to occupy the whole page, then you can simply set the table size with CSS.

Hope this helps. Please feel free to let us know if you have any more questions.

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.