monica1
15th December 2004, 18:48
I create a script to print PDF (basing in the code of ~Vamsi) but the landscape doesn't work.
I write this in my code.
if spool.pg.width > 132 then
wait.and.activate("ttstpconv", argv$(1), tmp.file, "POSTSCRIPTa4l", argv$(4))
else
wait.and.activate("ttstpconv", argv$(1), tmp.file, "POSTSCRIPT", argv$(4))
endif
I lost the header of each page.
How can I solution my problem?
I write this in my code.
if spool.pg.width > 132 then
wait.and.activate("ttstpconv", argv$(1), tmp.file, "POSTSCRIPTa4l", argv$(4))
else
wait.and.activate("ttstpconv", argv$(1), tmp.file, "POSTSCRIPT", argv$(4))
endif
I lost the header of each page.
How can I solution my problem?