You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Andreas Lehmkühler (Created JIRA)" <ji...@apache.org> on 2011/11/06 14:36:51 UTC

[jira] [Created] (PDFBOX-1160) Add "Save as image" to PDFReader

Add "Save as image" to PDFReader
--------------------------------

                 Key: PDFBOX-1160
                 URL: https://issues.apache.org/jira/browse/PDFBOX-1160
             Project: PDFBox
          Issue Type: New Feature
          Components: PDFReader
    Affects Versions: 1.6.0
            Reporter: Andreas Lehmkühler
            Assignee: Andreas Lehmkühler
            Priority: Minor
             Fix For: 1.7.0


Extend the PDFReader with a "Save as image" function so that it'd be easy to save the current page as png

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Resolved] (PDFBOX-1160) Add "Save as image" to PDFReader

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

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

    Resolution: Fixed

I added that function in revision 1198363. 

Here are the details:

- added a new menuitem "Save as image"
- the current page is saved as png at a resolution of 300dpi
- the filename is a combination of the pdf filename, the pagenumner and ".png" as extension
- I moved Jeremias code to save the BufferedImage from the PDFImageWriter class to a new class ImageIOUtil
                
> Add "Save as image" to PDFReader
> --------------------------------
>
>                 Key: PDFBOX-1160
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-1160
>             Project: PDFBox
>          Issue Type: New Feature
>          Components: PDFReader
>    Affects Versions: 1.6.0
>            Reporter: Andreas Lehmkühler
>            Assignee: Andreas Lehmkühler
>            Priority: Minor
>             Fix For: 1.7.0
>
>
> Extend the PDFReader with a "Save as image" function so that it'd be easy to save the current page as png

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira