[ 
https://issues.apache.org/jira/browse/PDFBOX-1983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13935295#comment-13935295
 ] 

Tilman Hausherr edited comment on PDFBOX-1983 at 3/14/14 5:34 PM:
------------------------------------------------------------------

I added a test in rev 1577618 and 1577619. Note the part at the end of the 
code, it's unclear to me if ximage.getImage() should return an image. 
(Currently it doesn't)


was (Author: tilman):
I added a test in rev 1577618. Note the part at the end of the code, it's 
unclear to me if ximage.getImage() should return an image. (Currently it 
doesn't)

> Unable to add TIF images, CCITTFactory not working
> --------------------------------------------------
>
>                 Key: PDFBOX-1983
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-1983
>             Project: PDFBox
>          Issue Type: Bug
>          Components: PDModel
>    Affects Versions: 2.0.0
>            Reporter: Joel Kääpä
>            Assignee: Tilman Hausherr
>             Fix For: 2.0.0
>
>         Attachments: G4.tif, huhu.pdf
>
>
> As used in the AddImageToPDF example, the following line generates an error 
> with tif image:
> PDImageXObject ximage =  CCITTFactory.createFromRandomAccess(document, new 
> RandomAccessFile(new File(imagePath), "r"));
> java.io.IOException: Stream was not read
>         at org.apache.pdfbox.cos.COSStream.getDecodeResult(COSStream.java:235)
>         at 
> org.apache.pdfbox.pdmodel.graphics.image.PDImageXObject.<init>(PDImageXObject.java:80)
>         at 
> org.apache.pdfbox.pdmodel.graphics.image.PDImageXObject.<init>(PDImageXObject.java:70)
>         at 
> org.apache.pdfbox.pdmodel.graphics.image.CCITTFactory.createFromRandomAccess(CCITTFactory.java:50)



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to