DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

I am using PDF export, but the PDF file output is only available in Landscape.

I am using PDF export from the file meny, but the PDF page comes out in Landscape even if I have selected Portrait in Layout parameters in the settings meny. Is there a possibility to change theis?
0 Kudos
Message 1 of 2
(3,205 Views)

Hi Karlsek,

This bug is fixed in DIAdem 10.0, but you can output to PDF file programmatically in DIAdem 9.1 and set the orientation to be explicitly portrait:

PrintLeftMarg = 0.25
PrintTopMarg  = 0.5
PrintWidth    = 8
PrintOrient   = "portrait"
Call PicPDFExport("C:\Test Results.pdf")

Regards,
Brad Turpin
DIAdem Product Support Engineer
National Instruments

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