DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

PDF export from EMF images

Good afternoon.

 

I'm really struggling with exporting images to PDF now.

 

My code is switching it's Reports so I need to switch the data as well. So I want to save my report results as EMF (meta file images) when it comes up and build those to a PDF at last.

 

Is it possible? I think I need to access to Adobe PDF but I really don't have any idea on this.

 

If someone know, please give me some advice.

 

Thanks

0 Kudos
Message 1 of 2
(3,850 Views)

Hi illa,

 

I recommend you save each page to a growing PDF file, one page at a time, with the "PdfAppend = TRUE" parameter:

 

Call PicPdfExport(PDFFilename, PdfAppend)

Brad Turpin

DIAdem Product Support Engineer
National Instruments

0 Kudos
Message 2 of 2
(3,796 Views)