HTML to PDF/RTF Java converter and tools › Forums › PD4ML v3 Archived Forums (Read Only) › General questions / FAQ › PDF with large number of Images. › Re: Re: PDF with large number of Images.
February 22, 2012 at 13:04
#28890
In theory, PD4ML should embed JPEG images to PDF “as is”, without a rendering in RAM. So the issue needs some investigations.
But first, I would try to unload the images from RAM to the temp dir:
[language=java:3p5iyqg7]Map m = new HashMap();
m.put(PD4Constants.PD4ML_CACHE_IMAGES_IN_TMP_DIR, “true”);
pd4ml.setDynamicParams(m);[/language:3p5iyqg7]
Does it change anything in your case?