You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Manu Schiller (JIRA)" <ji...@apache.org> on 2017/05/01 15:31:04 UTC

[jira] [Created] (PDFBOX-3771) Signing example does not work if inFile = outFile

Manu Schiller created PDFBOX-3771:
-------------------------------------

             Summary: Signing example does not work if inFile = outFile
                 Key: PDFBOX-3771
                 URL: https://issues.apache.org/jira/browse/PDFBOX-3771
             Project: PDFBox
          Issue Type: Bug
          Components: Signing
    Affects Versions: 2.0.5
         Environment: Mac, JDK8
            Reporter: Manu Schiller
            Priority: Minor


Hi,

I tried using the Signature example (https://svn.apache.org/viewvc/pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/signature/) which works great for certifying pdfs. 

However if I want to certify and replace the original pdf without creating a new one (like foo_signed.pdf should only be foo.pdf), I get an exception:

`Exception in thread "main" java.io.IOException: Error: End-of-File, expected line pdfbox`

I invoked the method like this (L215 of CreateSignature.java): 
`signing.signDetached(inFile);`

How would I change the example so that I can certify pdfs without creating copy files?




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org