Skip to content
Prev 19775 / 63421 Next

Wishlist: Creating horizontal PDFs

On Wed, 8 Mar 2006, Kevin Wright wrote:

            
They may be harder than you think, as PS is a more powerful language than 
PDF.

I don't see the point here.  Postscript files have an orientation (in the 
DSC comments), and PDF files do not.  For postscript just swapping width 
and height is not enough, for pdf it might be.  If you want to do just 
that, why not write your own wrapper to pdf?  However, note that viewers 
may well decide on the orientation automatically or via 
user-specification, so there is no way I know of to make PDFs that will 
print/display in particular orientations.  Again unlike postscript, PDF is 
not designed to be sent directly to a printer.
Time to read the posting guide ....