CIB pdf toolbox 2 technical documentation
4. Usecases
4.5. Rendering PDF documents
You can render a PDF document to one or more image types at the same time.
Property |
Meaning |
Type |
Render |
“1” activates rendering of the document. |
Set |
Render.ImageType |
A ;-separated list of image output types. Currently Bmp, Jpg, |
Set |
Render.ImageScaling |
Setting an image dpi for rendering. Default is 150dpi. |
Set |
JpegQuality |
Sets the jpeg quality, if images are saved as Jpeg or Jpeg2000 Default is 80 |
Set |
PngCompressLevel |
Setting the PNG compression level (1-10) for png images |
Set |
Render.Bounds |
Setting bounds of which part of the page should be rendered. |
Set |
Render.DPIAware |
Render.DPIAware=0 : No dpi information is written into the |
Set |
Render.MaxSize |
Setting a MaxWidth and MaxHeight in pixel, where the |
Set |
RenderOutputFilenamePattern |
Defining a pattern for the output filesnames. This is a sprintf type pattern, which should include a placeholder for a number of the page rendered and optionally for a string, which will be replaced by the original filename. |
Set |
Render.OutputType |
Set “memory” or “file”, if you want to have the output saved to |
Set |
RenderPageSelection |
Defining a page selection, which pages should be rendered. |
Set |
Render.Formfields |
Defines, if the content of formfields should be rendered or not. |
Set |
Render.AllowFontFall |
Defines, if the content of text should be rendered or not, Default is 1. |
Set |
Render.Annotations |
Defines, if the content of annotations (other than formfields) Default is 1. |
Set |
Render.Signatures |
Defines, if the content of signatures should be rendered or |
Set |
Render.TiffSinglePage |
Defines, if tiff images should be generated as single-page |
Set |
Render.TextRenderM |
By this you can configure, which classes of text is rendered. By |
Set |