You are not logged in.
Pages: 1
Hello,
I have made an application to draw plans and I want to save also the drawings in a pdf file.
I use a TPdfDocumentGdi.vclcanvas to do that. If I draw a bitmap in this document with the function copyrect, it works well for a A4 paper size (with ScreenLogPixels = 600), but for larger sizes, there is an error "out of memory" when I want to save the PDF File.
Is there a solution to this problem ?
Thanks
Pages: 1