PDA

View Full Version : Landscape Printing


bule
04-11-2006, 02:29 PM
I have a question about printing.

I usually print vertical oriented documents and for that I use either IE plugin or Datagrid. However, I have one document that has to be landscape, so I'm asking what is the best way to go from here? What to use so that user doesn't have to manually change printing settings each time?

bule
04-11-2006, 03:05 PM
I found a great solution here: http://web.tampabay.rr.com/bmerkey/examples/landscape-test.html

Dermot
04-11-2006, 03:06 PM
I have a question about printing.

I usually print vertical oriented documents and for that I use either IE plugin or Datagrid. However, I have one document that has to be landscape, so I'm asking what is the best way to go from here? What to use so that user doesn't have to manually change printing settings each time?
Have you tried the PDFOut dll from Worm. That is what I use. You can set the page orientation. If the data you want to print is in a database then this works very well. I gave up on using html for printing due to too many issues.

rhosk
04-11-2006, 03:15 PM
Yeah, don't underestimate ol' Worm. I'm still eagarly awaiting that dll that flips your monitor upside down. Now I'll buy that for a dollar :D

Worm
04-11-2006, 03:30 PM
Here's the link to the PDFOut post in case you're interested.

Its a little cumbersome, but once you get used to it, it's really easy to use. Best of all it's FREE

http://www.indigorose.com/forums/showthread.php?t=13940&highlight=PDF

bule
04-11-2006, 03:51 PM
Yeah but once I create a PDF, how do I print it from the APMS?

By the way, is there a chance to integrate Foxit PDF dll into APMS.
Take a look here: http://www.foxitsoftware.com/pdf/rd_sdk.php

Worm
04-11-2006, 03:55 PM
File.Print(sPathToPDFFile)

bule
04-11-2006, 03:57 PM
Won't that actually open a default PDF handler in Windows before actually printing the file?

Worm
04-11-2006, 04:02 PM
That method would, but you could also load the PDF into the web object, then send the javascript:Print() command to print it too.

bule
04-11-2006, 04:57 PM
What about that Foxit PDF dll? Any info on it's pricing?

Dermot
04-11-2006, 05:04 PM
What about that Foxit PDF dll? Any info on it's pricing?
That does sound very interesting. You have to contact them for pricing.

bule
04-11-2006, 06:45 PM
It would be nice if IndigoRose and Foxit could make some contract between them... :)

Imagine native PDF support (PDF object) in APMS!