Hi,

Either use PdfMemDocument to get access on document/page level or using 
PdfVecObjects you can use PdfVecObject::GetObject( PdfReference & ).

Regarding iterators: What about PdfVecObjects::begin() and 
PdfVecObjects::end() ?

Cheers,
        Dom

On Thursday, April 07, 2011 03:47:12 am 潘星 wrote:
>     Hello!
>    I want to  use your library--podofo to parse existing pdf file and then
> user poppler to render it.But now i encountered problems. First, In my
> opinoin, To parse pdf,we should use this sentences: PoDoFo::PdfVecObjects
> vecObjects;
>                      PoDoFo::PdfParser parser(&objects);
>                      parser.ParseFile(lpszPath);
>    and the objects will store in the vecObjects, but how to access those
> objects? (vecObjects is a vector, but don't have relevant iterator.).I
> also want to know whether this method is incorrect or not. Second
> question,Can podofo  and poppler combine well?And how to combine? That's
> my questions.Thanks for your reading and Looking forward to your reply!
> Yours,
>                                                                  XingPan

------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Podofo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to