[
https://issues.apache.org/jira/browse/PDFBOX-1693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tilman Hausherr resolved PDFBOX-1693.
-------------------------------------
Resolution: Not A Problem
> The images have rotated 90 degrees
> ----------------------------------
>
> Key: PDFBOX-1693
> URL: https://issues.apache.org/jira/browse/PDFBOX-1693
> Project: PDFBox
> Issue Type: Bug
> Components: Rendering
> 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
> Attachments: DOC008.pdf, test_DOC008_test_001.png,
> test_DOC008_test_002.png
>
>
> 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 was sent by Atlassian JIRA
(v6.1.5#6160)