Philip Helger created PDFBOX-3209:
-------------------------------------

             Summary: Overlay class does not work with in-memory PDFs
                 Key: PDFBOX-3209
                 URL: https://issues.apache.org/jira/browse/PDFBOX-3209
             Project: PDFBox
          Issue Type: Bug
          Components: Utilities
    Affects Versions: 2.0.0
         Environment: 2.0.0-RC3
            Reporter: Philip Helger
             Fix For: 2.0.0


The class {{org.apache.pdfbox.multipdf.Overlay}} has no possibility to perform 
the overlay only in memory (using a custom {{OutputStream}}). It is currently 
fixed to work with files only.

A suggestion would be to add an overload {{public void overlay(Map<Integer, 
String> specificPageOverlayFile, OutputStream outStream) throws IOException}} 
which uses the outStream if supplied and falls back to {{outputFilename}} if 
null is passed (would be an easy solution)
  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to