Hi, I download podofo0.7.0.
I run "CreationTest" for test, I found when the writer create the third page, 
the application was collapsed.
Like this:
    outlines = writer.GetOutlines();
    pRoot = outlines->CreateRoot("PoDoFo Test Document" );
    pPage = writer.CreatePage( PdfPage::CreateStandardPageSize( ePdfPageSize_A4 
) );
    painter.SetPage( pPage );

    pPage = writer.CreatePage( PdfPage::CreateStandardPageSize( ePdfPageSize_A4 
) );
    painter.SetPage( pPage );


    pPage = writer.CreatePage( PdfPage::CreateStandardPageSize( ePdfPageSize_A4 
) );
    painter.SetPage( pPage );

So I think it's a bug. can you give me the point to handle this bug?

Have a good day!
2009-12-12 



hlf 
------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
Podofo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to