Search found 1 match

by PinoLallo
Mon Mar 22, 2010 5:43 pm
Forum: Mac OS
Topic: Standalone PDF printing fails on 4.5.0-dp-3
Replies: 1
Views: 2927

Standalone PDF printing fails on 4.5.0-dp-3

Dears,
I used the printing pdf libs to save pdf files, in the develop enviroment that lib worked fine, but not in the macosx standalone.


function PrintPdf myfilename myoptions
open printing to PDF myfilename with options myoptions
print card "sheet" of stack "PrintSheet"
close printing
end ...