Package org.opencms.pdftools


package org.opencms.pdftools
  • Class
    Description
    Cache class for storing generated PDFs in the RFS.
    This class uses the flying-saucer library to convert an XHTML document to a PDF document.
    Utility class for PDF formatting.
    This class is responsbile for creating and parsing links to generated PDFs.
    Exception which is thrown when parsing a link as a PDF link fails.<p<
    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.
    Cache for PDF thumbnails.
    Class for generating thumbnails from PDF documents using the PDFBox library.
    Class to generate or parse a link to a PDF thumbnail.
    Exception which is thrown when parsing a thumbnail link fails.
    This class is responsible for loading external resources while generating PDF from XHTML.
    Adaspter for sending xhtmlrenderer (flyingsaucer) log messages to the OpenCms log.