![]() |
Improving processing speed |
Post Reply
|
| Author | |
gabig
Admin Group
Joined: 06 Aug 2008 Posts: 144 |
Post Options
Quote Reply
Topic: Improving processing speedPosted: 06 Aug 2008 at 10:30am |
|
Avoid automatic table layout whenever possible
For automatic table layout the server must calculate column widths based on the table's content. If you specify widths for all <fo:table-column/> elements and set table-layout="fixed" you will notice an improved processing speed and lower memory consumption.
Disable the resolver thread for documents without references
The resolver thread is only needed for documents with references like fo:page-number-citation. If you don't cite object id-s or don't wish to display the number of pages in your document, you should disable the resolver thread to ensure maximum processing speed. This is an advanced option available only when calling the engine programmatically. For more details, please consult the Programming Manuals section in XF Ultrascale Help.
Use standard Adobe fonts whenever possible. Edited by florinv - 26 Mar 2009 at 1:40pm |
|
![]() |
|
Post Reply
|
| Forum Jump | Forum Permissions ![]() 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 |