DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

PdfAppend Diadem

Solved!
Go to solution

Please give me an example on how I can Set the PDFAppend variable for the following command 

 

 

Call PicPdfExport(PDFFilename, [PDFAppend])

 

The Aim is to save several pages of a report generated by a for loop in a single Pdf File:

each iteration I need to append a new page to append to the existing File

 

Best Regards

Marco

Message 1 of 2
(4,016 Views)
Solution
Accepted by topic author MarcoM

Hello Marco

Call PicPdfExport("C:\DD.pdf",true)

should work (tested in DIDem 10.2).

 

Matthias

Matthias Alleweldt
Project Engineer / Projektingenieur
Twigeater?  
Message 2 of 2
(4,013 Views)