I used the printing pdf libs to save pdf files, in the develop enviroment that lib worked fine, but not in the macosx standalone.
Code: Select all
function PrintPdf myfilename myoptions
open printing to PDF myfilename with options myoptions
print card "sheet" of stack "PrintSheet"
close printing
end PrintPdf
Code: Select all
put feedName into myoptions["Title"]
put theOperator into myoptions["Author"]
put "sample Sheet Sequencer report" into myoptions["Subject"]
put oligoInfo&&requestId&&patientId into myoptions["Keywords"]
put "SeqLoader v.1.0" into myoptions["Creator"]
Executing at 5:36:14 PM on Monday, March 22, 2010
Type: Function: error in function handler
Object: stack '/Users/pinolallo/Desktop/SeqLoader3/MacOSX/SeqLoader.app/Contents/MacOS/SeqLoader'
Line: answer 'warning: you haven't set a destination folder for the sample sheet files'
Line Num: 0
Hint: PrintPdf