PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render Package / PDFRenderingErrorHandling Enumeration
In This Topic
    PDFRenderingErrorHandling Enumeration
    In This Topic
    Specifies how the errors during page rendering should be handled.
    Members
    MemberDescription
    IGNORE_ALL_ERRORSPDF errors are ignored and the page is rendered till the first PDF error is encountered.
    IGNORE_ALL_ERRORS_AND_CONTINUEPDF errors are ignored and the page is rendered, skipping the encountered PDF errors.
    IGNORE_PAGE_CONTENT_ERRORSPage content errors are ignored and the page is rendered till the first invalid token is encountered.
    IGNORE_PAGE_CONTENT_ERRORS_AND_CONTINUEPage content errors are ignored and the page is rendered, skipping the found invalid tokens.
    THROW_EXCEPTIONAn exception is thrown if the page content has errors.
    THROW_EXCEPTION_FOR_ANY_ERRORSAn exception is thrown if there are any PDF errors.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.render.PDFRenderingErrorHandling

    See Also