| Class | Description |
|---|---|
| CmsPdfCache |
Cache class for storing generated PDFs in the RFS.
|
| CmsPdfConverter |
This class uses the flying-saucer library to convert an XHTML document to a PDF document.
|
| CmsPdfFormatterUtils |
Utility class for PDF formatting.
|
| CmsPdfLink |
This class is responsbile for creating and parsing links to generated PDFs.
|
| CmsPdfResourceHandler |
This resource handler handles URLs of the form /pdflink/{locale}/{formatter-id}/{detailname} and format
the content identified by detailname using the JSP identified by formatter-id to generate XHTML which is then
converted to PDF and returned directly by this handler.
|
| CmsPdfThumbnailCache |
Cache for PDF thumbnails.
|
| CmsPdfThumbnailGenerator |
Class for generating thumbnails from PDF documents using the PDFBox library.
|
| CmsPdfThumbnailLink |
Class to generate or parse a link to a PDF thumbnail.
|
| CmsPdfUserAgent |
This class is responsible for loading external resources while generating PDF from XHTML.
|
| CmsXRLogAdapter |
Adaspter for sending xhtmlrenderer (flyingsaucer) log messages to the OpenCms log.
|
| Exception | Description |
|---|---|
| CmsPdfLink.CmsPdfLinkParseException |
Exception which is thrown when parsing a link as a PDF link fails.
|
| CmsPdfThumbnailLink.ParseException |
Exception which is thrown when parsing a thumbnail link fails.
|