You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Stefan Hammelbeck (JIRA)" <ji...@apache.org> on 2011/01/04 17:12:45 UTC

[jira] Created: (PDFBOX-934) ImageToPDF.createPDFFromImage causes problems for certain TIFF inputs

ImageToPDF.createPDFFromImage causes problems for certain TIFF inputs
---------------------------------------------------------------------

                 Key: PDFBOX-934
                 URL: https://issues.apache.org/jira/browse/PDFBOX-934
             Project: PDFBox
          Issue Type: Bug
          Components: Writing
    Affects Versions: 1.4.0
            Reporter: Stefan Hammelbeck


I try to create a PDF for a given TIFF image while trying

		ImageToPDF imageToPDF = new ImageToPDF();
		imageToPDF.createPDFFromImage("c:\\tmp\\myDocument.pdf", "c:\\tmp\\myImage.tif");

Problem: Acrobat Reader (Version 9.3.4) cannot display the generated file myDocument.pdf

The error message shown by Acrobat Reader says that there is "insufficient data for an image" (in German: "Nicht genügend Daten für ein Bild") 



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


[jira] Updated: (PDFBOX-934) ImageToPDF.createPDFFromImage causes problems for certain TIFF inputs

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

Stefan Hammelbeck updated PDFBOX-934:
-------------------------------------

    Attachment: myDocument.pdf
                myImage.tif

I attached both, source and destination file for debugging purposes.

> ImageToPDF.createPDFFromImage causes problems for certain TIFF inputs
> ---------------------------------------------------------------------
>
>                 Key: PDFBOX-934
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-934
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Writing
>    Affects Versions: 1.4.0
>            Reporter: Stefan Hammelbeck
>         Attachments: myDocument.pdf, myImage.tif
>
>
> I try to create a PDF for a given TIFF image while trying
> 		ImageToPDF imageToPDF = new ImageToPDF();
> 		imageToPDF.createPDFFromImage("c:\\tmp\\myDocument.pdf", "c:\\tmp\\myImage.tif");
> Problem: Acrobat Reader (Version 9.3.4) cannot display the generated file myDocument.pdf
> The error message shown by Acrobat Reader says that there is "insufficient data for an image" (in German: "Nicht genügend Daten für ein Bild") 

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