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

Reply via email to