Search found 3 matches

by bluestrattos
Sat Aug 02, 2008 1:15 am
Forum: Programming
Topic: print with bullzip pdf printer in landscape mode
Replies: 0
Views: 11710

print with bullzip pdf printer in landscape mode

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("Rotatio...
by bluestrattos
Fri Aug 01, 2008 10:25 am
Forum: General
Topic: Bullzip PDF + Multiple Excel Worksheets
Replies: 9
Views: 24327

thank you

Understood! Thank you for your reply.

Another doubt, that maybe doesn't fit in the topic, but what if i want to print in landscape mode, outside Excel, using another application, or through coding an aplication ?
by bluestrattos
Thu Jul 31, 2008 3:50 pm
Forum: General
Topic: Bullzip PDF + Multiple Excel Worksheets
Replies: 9
Views: 24327

what settings do i need to print in landscape ?

I tryed

Call objBullZip.SetValue("Rotation", "90")
Call objBullZip.SetValue("Orientation", "Landscape")
Call objBullZip.SetValue("Rotate", "yes")

no success :(

Thank you