8. Page Preview Images

Using the setAddPreviewImages API method, you can use PDFreactor to add page preview images to your PDF file. This is recommend if the PDF reader you are using does not offer an automatic preview of pages or if you are rendering highly complex documents containing many graphical elements.

Example usage:

pdfReactor.setAddPreviewImages(true);

Note

The Adobe Reader starting from version 5.0 supports an automatic preview of pages. Furthermore, adding page preview images to the rendered PDF increases file size.