You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by FelipeMGouveia <gi...@git.apache.org> on 2016/05/26 12:42:21 UTC

[GitHub] pdfbox pull request: Removing the condition that the header must n...

GitHub user FelipeMGouveia opened a pull request:

    https://github.com/apache/pdfbox/pull/23

    Removing the condition that the header must not contain a number

    Some pdf files that are signed with CMS signature can have a number at the
    start of the line beacause of the signature extra content. In those cases
    the pdf is fine to be read but the shortcut to ignore lines that starts with
    a digit invalidate it.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/FelipeMGouveia/pdfbox hotfix-numeric-header

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/pdfbox/pull/23.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #23
    
----
commit 25efdbe60977d8d17832645261ee463ec69c9bff
Author: Mendon�a <fm...@documentsolutions.com.br>
Date:   2016-05-16T11:54:21Z

    Removing the condition that the header must no contain a number
    
    Some pdf files that are signed with CMS signature can have a number at the
    start of the line beacause of the signature extra content. In those cases
    the pdf is fine to be read but the shortcut to ignore lines that starts with
    a digit invalidate it.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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