Hi,
I start familiarize with podofo only few days ago.
Please help me

I try to create multiple pages pdf document and run following code, but it
crush.

PdfStreamedDocument pPdfDocument2("test2.pdf");


pPage1 = pPdfDocument2.CreatePage( PdfPage::CreateStandardPageSize(
ePdfPageSize_A4 ) );
pPage2 = pPdfDocument2.CreatePage( PdfPage::CreateStandardPageSize(
ePdfPageSize_A4 ) );
pPage3 = pPdfDocument2.CreatePage( PdfPage::CreateStandardPageSize(
ePdfPageSize_A4 ) );  //this third call lead to crush

How can i create multiple pages pdf document?

regards,
Vadim
------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to