Do you have a testcase for this? Or an example PDF?

Am Wednesday 10 November 2010 schrieb [email protected]:
> Hi,
> 
> I have found out that podofo does not read pdf document with structured
> page trees (balanced page trees) correctly. I have debugged this and if
> you change the order of the code:
> ####
> // Skip a normal page
>                     if(nPageNum > 0 )
>                         nPageNum--;
> 
>                     if( 0 == nPageNum )
>                     {
>                         rLstParents.push_back( pParent );
>                         return pChild;
>                     }
> 
> ####
> IN
> #####
> if( 0 == nPageNum )
> {
> rLstParents.push_back( pParent );
> return pChild;
> }
> if(nPageNum > 0 )
> nPageNum--;
> ###
> 
> Can anyone confirm this ?
> 
> 
> ---------------------------------------------------------------------------
> --- The Next 800 Companies to Lead America's Growth: New Video Whitepaper
> David G. Thomson, author of the best-selling book "Blueprint to a
> Billion" shares his insights and actions to help propel your
> business during the next growth cycle. Listen Now!
> http://p.sf.net/sfu/SAP-dev2dev
> _______________________________________________
> Podofo-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/podofo-users


-- 
Dominik Seichter - [email protected] - http://domseichter.blogspot.com
KRename  - http://www.krename.net  - Powerful batch renamer for KDE
KBarcode - http://www.kbarcode.net - Barcode and label printing
PoDoFo - http://podofo.sf.net - PDF generation and parsing library

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
Podofo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to