You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/09/11 14:43:01 UTC

[jira] [Commented] (PDFBOX-3893) encryption webpage doesnt compile

    [ https://issues.apache.org/jira/browse/PDFBOX-3893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16161374#comment-16161374 ] 

ASF subversion and git services commented on PDFBOX-3893:
---------------------------------------------------------

Commit e9258122b1fc21509cf3749d6ad682eca019a12f in pdfbox-docs's branch refs/heads/master from [~msahyoun]
[ https://git-wip-us.apache.org/repos/asf?p=pdfbox-docs.git;h=e925812 ]

PDFBOX-3893: fix wrong PDDocument.load call


> encryption webpage doesnt compile
> ---------------------------------
>
>                 Key: PDFBOX-3893
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-3893
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: simon steiner
>
> Change:
> PDDocument doc = PDDocument.load("filename.pdf");
> to:
> PDDocument doc = PDDocument.load(new File("filename.pdf"));
> https://pdfbox.apache.org/2.0/cookbook/encryption.html



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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