Dear sir:
I use the following statement to export png:
fl.getDocumentDOM().exportPNG(pngFile,true,false);
and I set the pixel to 550*450
But I get the message:
the picture is too big, max is 8000*8000 pixel
Can you tell me why?
thanks a lot!
correct:
fl.getDocumentDOM().exportPNG(pngFile,false,false);
works in all current versions, i believe, while fl.getDocumentDOM().exportPNG(pngFile,true,false) fails in the current versions with that erronesou error message. the next cs version will behave as expected with fl.getDocumentDOM().exportPNG(pngFile,true,false);
North America
Europe, Middle East and Africa
Asia Pacific