You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Tilman Hausherr (JIRA)" <ji...@apache.org> on 2014/06/08 22:35:02 UTC

[jira] [Closed] (PDFBOX-131) COSDictionaryMap has inconsistant state with size

     [ https://issues.apache.org/jira/browse/PDFBOX-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tilman Hausherr closed PDFBOX-131.
----------------------------------

    Resolution: Cannot Reproduce

Closed because of missing example.

> COSDictionaryMap has inconsistant state with size
> -------------------------------------------------
>
>                 Key: PDFBOX-131
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-131
>             Project: PDFBox
>          Issue Type: Bug
>          Components: PDModel
>
> [imported from SourceForge]
> http://sourceforge.net/tracker/index.php?group_id=78314&atid=552832&aid=1425395
> Originally submitted by thebugslayer on 2006-02-06 08:48.
> Hi,
> I created an PDF from itext that has an solo Image in it. When I parsed the 
> pdf using PDFBOX, it returns an object of COSDictionaryMap when I do 
> this:
> PDDocument document = PDDocument.load(pdfDocStream);
> List pages = document.getDocumentCatalog().getAllPages();
> PDPage pdfPage = (PDPage)pages.iterator().next();
> Map images = pdfPage.getResources().getImages();
> The images instance has size() of 1, but the content is empty!
> Any idea?
> [comment on SourceForge]
> Originally sent by benlitchfield.
> Logged In: YES 
> user_id=601708
> Is it possible for you to attache/upload the PDF you 
> created.
> ftp.pdfbox.org
> Ben



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