cancel
Showing results for 
Search instead for 
Did you mean: 

dw_1.print(false) creating blank postscript file

Former Member
0 Kudos
ll_printed = dw_1.print(FALSE)

IF ll_printed = 1 AND FileLength64(gs_TmpFile) > 100000 THEN

ls_run =gs_GhostScript_Path + "gswin32c -q -sDEVICE=pdfwrite -sOutputFile=" + gs_TmpFile + ".pdf " + " -dBATCH -dNOPAGEPROMPT -dNOPROMPT-dQUIET -dNOPAUSE" +' ' + gs_TmpFile

END IF

I got this script where I check the file length, I always generate a PS with 11kb. If i continue to create a pdf. it will create a blank PDF. Sometimes It actually print the correct information sometimes its blank.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Lean;

Have you tried using the SaveAs (PDF!) method instead?

Regards ... Chris