Hi,

Using Podofo we are trying to load the pdf document in to the memory and 
extract the pdf objects.
The function GetObjects().GetObjectCount() returns the invalid object count and 
when we try to assign the objects to TCIVecObjects, the application crashes. 
Below is the sample snippet of the code which we are using,


                PdfMemDocument* doc = NULL;
doc = new PdfMemDocument();
doc->Load("D:\\Test.pdf");
doc->GetObjects().GetObjectCount();
TCIVecObjects it = doc->GetObjects().begin(); //crashes

We also observed that when we have WINDDK installed the same code works and we 
are able to get the valid object count. Could you please help us on how to make 
this work.
FYI, we have tried with visual studio 2013,2010 and 2008.

Thank You.

Best Regards,
C. Hari



::DISCLAIMER::
----------------------------------------------------------------------------------------------------------------------------------------------------

The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only.
E-mail transmission is not guaranteed to be secure or error-free as information 
could be intercepted, corrupted,
lost, destroyed, arrive late or incomplete, or may contain viruses in 
transmission. The e mail and its contents
(with or without referred errors) shall therefore not attach any liability on 
the originator or HCL or its affiliates.
Views or opinions, if any, presented in this email are solely those of the 
author and may not necessarily reflect the
views or opinions of HCL or its affiliates. Any form of reproduction, 
dissemination, copying, disclosure, modification,
distribution and / or publication of this message without the prior written 
consent of authorized representative of
HCL is strictly prohibited. If you have received this email in error please 
delete it and notify the sender immediately.
Before opening any email and/or attachments, please check them for viruses and 
other defects.

----------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical & virtual servers, alerts via email & sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to