PDF4Java.Render Reference Documentation
Inheritance Hierarchy
In This Topic
    com.o2sol.pdf4java.render Package
    In This Topic

    Provides support for PDF to image conversion.

    Classes
    ClassDescription
    Library related information.
    Defines a renderer for a PDF document.
    A document renderer is used for converting PDF files to multipage TIFF images. For single PDF page to image conversion you can use the class.
    Defines the mappings for substituting non-embedded fonts when rendering text.
    Defines a renderer for a PDF page.
    A PDF page renderer converts a PDF page to image. For conversion multiple PDF pages to a multipage TIFF image use the class.
    Defines the settings class for PDF rendering process.
    Defines an error that can appear during the page rendering.
    Defines an intermediary format for rendered PDF pages.
    When a PDF page needs to be converted to image at multiple resolutions it is more efficient to convert it first to a render list and then convert the render list to images.
    Enumerations
    EnumerationDescription
    Specifies the supported options for handling layer visibility when converting PDF pages to images.
    Specifies the supported formats for saving the converted page images.
    Specifies how the errors during page rendering should be handled.
    Specifies the supported error types for reporting.
    See Also