You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Tim Stavenger (JIRA)" <ji...@apache.org> on 2010/11/03 21:18:24 UTC

[jira] Created: (PDFBOX-885) Add constructors from super class to PDFTextStripperByArea to support encoding

Add constructors from super class to PDFTextStripperByArea to support encoding
------------------------------------------------------------------------------

                 Key: PDFBOX-885
                 URL: https://issues.apache.org/jira/browse/PDFBOX-885
             Project: PDFBox
          Issue Type: Improvement
          Components: Text extraction
    Affects Versions: 1.3.1
            Reporter: Tim Stavenger
         Attachments: patch.txt

The PDFTextStripperByArea has only a default constructor that calls the super class' default constructor. This limits the ability to provide the properties or character encoding parameters. Adding the constructors from the super class should resolve this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (PDFBOX-885) Add constructors from super class to PDFTextStripperByArea to support encoding

Posted by "Andreas Lehmkühler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PDFBOX-885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Lehmkühler resolved PDFBOX-885.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4.0
         Assignee: Andreas Lehmkühler

Thanks! I added the patch as proposed and some additional java5 generics stuff in revision 1031549


> Add constructors from super class to PDFTextStripperByArea to support encoding
> ------------------------------------------------------------------------------
>
>                 Key: PDFBOX-885
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-885
>             Project: PDFBox
>          Issue Type: Improvement
>          Components: Text extraction
>    Affects Versions: 1.3.1
>            Reporter: Tim Stavenger
>            Assignee: Andreas Lehmkühler
>             Fix For: 1.4.0
>
>         Attachments: patch.txt
>
>
> The PDFTextStripperByArea has only a default constructor that calls the super class' default constructor. This limits the ability to provide the properties or character encoding parameters. Adding the constructors from the super class should resolve this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PDFBOX-885) Add constructors from super class to PDFTextStripperByArea to support encoding

Posted by "Tim Stavenger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PDFBOX-885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Stavenger updated PDFBOX-885:
---------------------------------

    Attachment: patch.txt

Patch with constructors in PDFTextStripperByArea

> Add constructors from super class to PDFTextStripperByArea to support encoding
> ------------------------------------------------------------------------------
>
>                 Key: PDFBOX-885
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-885
>             Project: PDFBox
>          Issue Type: Improvement
>          Components: Text extraction
>    Affects Versions: 1.3.1
>            Reporter: Tim Stavenger
>         Attachments: patch.txt
>
>
> The PDFTextStripperByArea has only a default constructor that calls the super class' default constructor. This limits the ability to provide the properties or character encoding parameters. Adding the constructors from the super class should resolve this.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.