DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

PDF-Export truncates report

Solved!
Go to solution

When I export my TDR-report (test.tdr in the attachment) to PDF I get only truncated reports (see testDIAdem2012.pdf in the attachment). The export to JPG or WMF is OK. (see test.jpg in the attachment). Even the output to the printer is as expected.

It does not matter if I use the File-Menu\PDF Export or the following code

  Const sTdr = "C:\temp\test.TDR"
  Const sPDF = "C:\temp\test.pdf"
  
  Call PicLoad(sTdr)

  PicWidthInScal =  29.7
  PicHeightInScal = 21
  PrintLeftMarg = 0
  PrintTopMarg = 0
  PrintOrient = "landscape"
  
  IF FileExist(sPDF) THEN Call FileDelete(sPDF)
  PDFFileName = sPDF
  PrintName = "winspool,DIAdem PDF Export"
  Call PicPrint ("WinPrint")

PicPdfExport results in the same truncated report.


What can I do to get a whole PDF-Report page?


gemu

Download All
0 Kudos
Message 1 of 3
(5,992 Views)
Solution
Accepted by topic author gemu

Hi gemu,

 

when chossing the pdf export the frame of your report is printed. You can deactivate the frame in the layout options.

 

Select: Einstellungen >> Layout einrichten >> Layout-Paramter ...

 

I attach a screenshot of the box you need to uncheck.

 

If this does not solve your problem, please feel free to come back to me.

 

Kind Regards,

Vanessa

AE Munich

Message 2 of 3
(5,861 Views)

Hi Vanessa,

 

you made my day!

I've considered using a different pdf printer, but your solution is the best.

 

Thanks

 

gemu

 

0 Kudos
Message 3 of 3
(5,844 Views)