print with bullzip pdf printer in landscape mode
Posted: Sat Aug 02, 2008 1:15 am
Hello!
I'm building a vb6 application using bullzip pdf printer to generates pdf files. So far so good. My problem is that now i want to print in landcape mode, because the information is to wide for the standard print mode.
I tryed different combinations like:
Call objBullZip.SetValue("Rotation", "90")
Call objBullZip.SetValue("Orientation", "Landscape")
Call objBullZip.SetValue("Rotate", "yes")
Yet without success. Checking, once again the settings for the pdf printer, i realize, that she doesn't have those options.
Is it possible to do what i want, with the bullzip pdf printer ?
I already tryed to "invent" code between
"
SetBullZipOutput FileName
SetBullZipOutput "
"
But without success too.
Does anybody have a clue, how can i get over this problem
Thank you!
I'm building a vb6 application using bullzip pdf printer to generates pdf files. So far so good. My problem is that now i want to print in landcape mode, because the information is to wide for the standard print mode.
I tryed different combinations like:
Call objBullZip.SetValue("Rotation", "90")
Call objBullZip.SetValue("Orientation", "Landscape")
Call objBullZip.SetValue("Rotate", "yes")
Yet without success. Checking, once again the settings for the pdf printer, i realize, that she doesn't have those options.
Is it possible to do what i want, with the bullzip pdf printer ?
I already tryed to "invent" code between
"
SetBullZipOutput FileName
SetBullZipOutput "
"
But without success too.
Does anybody have a clue, how can i get over this problem
Thank you!