Thank you for reply!
dlemstra wrote:
you said i have to write the whole file at once. is it the only way to do it? i mean is the inability to write a multipage PDF file by appending to the file due to pdf specification or to implementation of magick.net?
thx
dlemstra wrote:
If you want to create a PDF with 300 images you will first have to read all of them in memory. You could use the Q8 instead of the Q16 version of Magick.NET to reduce the memory that is being used.i have little questions about it:
You cannot write a multipage PDF file by appending to the file. You will have to write the whole file at once:
you said i have to write the whole file at once. is it the only way to do it? i mean is the inability to write a multipage PDF file by appending to the file due to pdf specification or to implementation of magick.net?
thx