Uploaded image for project: 'PDFBox'
  1. PDFBox
  2. PDFBOX-3233

Create default resources with cache

    XMLWordPrintableJSON

Details

    • Wish
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.0.0
    • 2.0.0
    • AcroForm

    Description

      NOTE: actual version is 2.0.0-RC3

      In PDAcroForm#getDefaultResources existing resources are created like this:

              COSDictionary dr = (COSDictionary) dictionary.getDictionaryObject(COSName.DR);
              if (dr != null)
              {
                  retval = new PDResources(dr);
              }
      

      PDResources supports resource cache but default resources is always created without one.

      Attachments

        1. PDFBOX-3233.pdf
          1.06 MB
          Tilman Hausherr

        Activity

          People

            tilman Tilman Hausherr
            iston Isto Nikula
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: