Posted by a ceTe Software moderator
Hello Søren,
The problem likely appears to be that the system is running out of physical memory when trying to create large PDF documents with several images of significant size. Make sure that the server has sufficient resources available to handle creation of large PDF documents.
Are you adding the same image to the document several times or are all the images unique? When using the same image in a document multiple times it is important to ensure that the image data is not included in the document multiple times.
Our product is designed to allow highly efficient reuse of images within a document or across several documents. The ImageData class is included for this purpose. When the same ImageData object is used multiple times in a PDF document, its data will only be included once in the resulting PDF document. Please refer to the
Image Reuse topic in the help Documentation for further details on how to use ImageData object.
Thanks,
ceTe Software Support Team.