|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectpdftron.PDF.Convert.XPSOutputCommonOptions
pdftron.PDF.Convert.XODOutputOptions
public static class Convert.XODOutputOptions
A class containing options for ToXod functions
| Constructor Summary | |
|---|---|
Convert.XODOutputOptions()
|
|
| Method Summary | |
|---|---|
void |
setElementLimit(int element_limit)
If rendering is permitted, sets the maximum number of page elements before that page will be rendered. |
void |
setFlattenContent(boolean flatten)
Flatten images and paths into a single background image overlaid with vector text. |
void |
setMaximumImagePixels(int max_pixels)
Specifies the maximum image size in pixels. |
void |
setOpacityMaskWorkaround(boolean opacity)
If rendering is permitted, sets whether pages containing opacity masks should be rendered. |
void |
setOutputThumbnails(boolean include_thumbs)
Sets whether per page thumbnails should be included in the file the default setting is to output thumbnails |
void |
setPreferJPG(boolean prefer_jpg)
Where possible output JPG files rather than PNG. |
void |
SetSilverlightTextWorkaround(boolean workaround)
Outputs rotated text as paths. |
void |
setThumbnailSize(int size)
The width and height of a square in which all thumbnails will be contained. |
| Methods inherited from class pdftron.PDF.Convert.XPSOutputCommonOptions |
|---|
generateURLLinks, setDPI, setPrintMode, setRenderPages, setThickenLines |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Convert.XODOutputOptions()
| Method Detail |
|---|
public void setOutputThumbnails(boolean include_thumbs)
throws PDFNetException
include_thumbs - if true thumbnails will be included
PDFNetException
public void setThumbnailSize(int size)
throws PDFNetException
size - the maximum dimension (width or height) that thumbnails will have.
PDFNetException
public void setElementLimit(int element_limit)
throws PDFNetException
element_limit - the maximum number of elements before a given page will be rendered
PDFNetException
public void setOpacityMaskWorkaround(boolean opacity)
throws PDFNetException
opacity_render - if true pages with opacity masks will be rendered
PDFNetException
public void setMaximumImagePixels(int max_pixels)
throws PDFNetException
max_pixels - the maximum number of pixels an image can have.
PDFNetException
public void setFlattenContent(boolean flatten)
throws PDFNetException
flatten - if true all non-text page content will be pre-rendered.
PDFNetException
public void setPreferJPG(boolean prefer_jpg)
throws PDFNetException
prefer_jpg - if true JPG images will be used whenever possible.
PDFNetException
public void SetSilverlightTextWorkaround(boolean workaround)
throws PDFNetException
workaround - if true rotated text will be changed to paths
PDFNetException
|
© 2002-2011 PDFTron Systems Inc. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||