[
https://issues.apache.org/jira/browse/PDFBOX-4899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17146203#comment-17146203
]
Tilman Hausherr edited comment on PDFBOX-4899 at 6/26/20, 10:40 AM:
--------------------------------------------------------------------
I just downloaded from the website ( https://pdfbox.apache.org/download.cgi#20x
) and there is no "Loader".
Btw 2.0.20 has a bug that I fixed this morning. On line 148, change
{code}
SigUtils.getLastRelevantSignature(document);
{code}
to
{code}
signature = SigUtils.getLastRelevantSignature(document);
{code}
As a convenience, I have attached the file here.
was (Author: tilman):
I just downloaded from the website and there is no "Loader".
Btw 2.0.20 has a bug that I fixed this morning. On line 148, change
{code}
SigUtils.getLastRelevantSignature(document);
{code}
to
{code}
signature = SigUtils.getLastRelevantSignature(document);
{code}
As a convenience, I have attached the file here.
> org.apache.pdfbox.Loader class not part of the pdfbox binary jar. Loader is
> used in one of the examples.
> --------------------------------------------------------------------------------------------------------
>
> Key: PDFBOX-4899
> URL: https://issues.apache.org/jira/browse/PDFBOX-4899
> Project: PDFBox
> Issue Type: Bug
> Components: Signing
> Affects Versions: 2.0.20
> Reporter: Mayur One
> Priority: Major
> Attachments: CreateEmbeddedTimeStamp.java
>
>
> I am using version 2.0.20 which i have pulled using Maven into my project.
> I was trying to use one of the examples (CreateEmbeddedTimeStamp) to
> implement time stamping my PDF. The example uses the org.apache.pdfbox.Loader
> class but the Loader class is not present in the pdfbox binaries or the
> source zip on the Downloads page
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]