You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Christian Czech (JIRA)" <ji...@apache.org> on 2013/08/12 19:12:48 UTC

[jira] [Created] (PDFBOX-1693) The images have rotated 90 degrees

Christian Czech created PDFBOX-1693:
---------------------------------------

             Summary: The images have rotated 90 degrees
                 Key: PDFBOX-1693
                 URL: https://issues.apache.org/jira/browse/PDFBOX-1693
             Project: PDFBox
          Issue Type: Bug
    Affects Versions: 1.8.2
         Environment: Windows 7
pdfbox-app-1.8.2.jar
java version 1.7.0_17 (build 1.7.0_17-b02) 64-bit Server VM
            Reporter: Christian Czech


Hi everybody,

I have a problem with images extraction from PDF.
The images have rotated 90 degrees.

My code:
PDXObject xobject = xobjects.get(key);
PDXObjectImage image = null;
if (xobject instanceof PDXObjectImage) {
image = (PDXObjectImage) xobject;
image.write2file(outputPath);
}


Does anyone know what's the problem?
Thanks

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira