Open GoogleCodeExporter opened 9 years ago
The image much be completely loaded before it can be added to the PDF. You
will need to add a listener to the
image class and then create your PDF after your image has been fully loaded.
I generally create a method just to
load all the images into a cache and then proceed with building the PDF.
You can also create a global image cache (look at SuperImage) so that images
that have previously been loaded
can be accessed for PDF creation.
Original comment by onefootp...@gmail.com
on 24 Apr 2008 at 1:51
Original issue reported on code.google.com by
isabelma...@googlemail.com
on 3 Apr 2008 at 10:35