--
Eric Carter
76702...@compuserve.com
"The truth shall make you strange."
> I have a PDF document that was originally in the Word or Excel format.
> Some of the pages are landscape. The trouble is, when you view it in
> PDF format the landscape pages are rendered sideways on the screen. Is
> it possible to indicate that a particular page is to be shown rotated on
> the screen, but printed in the original landscape? Thanks in advance!
>
As far as I know there is presently no way to do that elegantly as it is
announced to be possible in the next PDF-version. Now remains to use
pass-through PS code to rotate a page viewed in landscape to be printed in
portrait.
##
#########################################################################
Hilmar Schlegel
(h...@semic.ag-berlin.mpg.de) (52.31/13.32)
>I have a PDF document that was originally in the Word or Excel format.
>Some of the pages are landscape. The trouble is, when you view it in PDF
>format the landscape pages are rendered sideways on the screen. Is it
>possible to indicate that a particular page is to be shown rotated on the
>screen, but printed in the original landscape? Thanks in advance!
Open the document in Acrobat Exchange, use Edit->Pages->Rotate then
File->Save As (not Save).
----------------------------------------
Aandi Inston qu...@dial.pipex.com
Visit http://ds.dial.pipex.com/quite/psintro.htm for information on
PostScript, including EPS in 10 easy stages.
"Eric Carter" <76702...@compuserve.com> wrote:
>I have a PDF document that was originally in the Word or Excel format.
>Some of the pages are landscape. The trouble is, when you view it in PDF
>format the landscape pages are rendered sideways on the screen. Is it
>possible to indicate that a particular page is to be shown rotated on the
>screen, but printed in the original landscape? Thanks in advance!
That's a real problem that I also had several times. Ok. you can rotate it
while printing, you can try to rotate the Postscript (when you generate .pdf
via .ps -> Distiller -> .pdf). But I think a viewer should be able to rotate
pages in 90 degree steps. IMHO that's a big minus for the Acroreader.
werner frank
SysKonnect
"Eric Carter" <76702...@compuserve.com> wrote:
I think its a question of operating system support for linear transformations.
Windows 3.1, Windows 95 do not support this directly, so youd' have
to use the ATM backdoor API to implement it and then you'd be stuck
with transforming non-text material also `by hand'.
Windows NT does support transformations.
Maybe sometime we will see an Acroread that makes use of this capability :=)
werner frank
SysKonnect
--
------------------------------------------------------------------------------
Berthold K.P. Horn
Cambridge, Massachusetts, USA
------------------------------------------------------------------------------
I've just tried it in Word and it works!!
Hope this helps
Mark POston
Eric Carter <76702...@compuserve.com> wrote in article
<01bbc1b4$5225bea0$64cf...@sirius.dti.net>...
> I have a PDF document that was originally in the Word or Excel format.
> Some of the pages are landscape. The trouble is, when you view it in
PDF
> format the landscape pages are rendered sideways on the screen. Is it
> possible to indicate that a particular page is to be shown rotated on the
> screen, but printed in the original landscape? Thanks in advance!
>
>
-Eric
--
Eric Carter
76702...@compuserve.com
"The truth shall make you strange."
Mark Poston <ma...@ole.prestel.co.uk> wrote in article
<01bbd204$50ecd0e0$774798c2@pooh>...