Open GoogleCodeExporter opened 9 years ago
I just tested and confirmed that if I generate a 5 page report to both the
FlexPrintJob
and the AlivePDF, I get the correct 5 pages at the print job and the alivePDF
saves 5
pages of the last image that was added.
Original comment by raj...@gmail.com
on 30 Mar 2010 at 8:37
This is by design. AlivePDF caches the DisplayObject to reduce the size of the
PDF &
speed up processing. If you want 5 different images, use 5 different
DisplayObjects.
Or you could modify addImage and add an extra parameter like
skipCache:Boolean=false,
and modify the logic to not use the cached displayObjects when it is set to
true.
Original comment by dro...@gmail.com
on 12 May 2010 at 1:49
I'm also trying to do the same thing by using addImage to take multiple
snapshots of the same ESRI map object (DisplayObject) to store data in a PDF.
Using multiple map objects to do this is not practical.
Original comment by GMWat...@googlemail.com
on 8 Mar 2011 at 3:29
Original issue reported on code.google.com by
raj...@gmail.com
on 30 Mar 2010 at 8:18Attachments: