I regularly create maps and print them to pdf files. I have Acrobat 5.0
full version. If you use Distiller you can use the default print to
directory as your desktop and choose for it not to prompt you for the path.
The key is to create a workspace that properly defines the map and the
layout properties, including the printer properties. Here is a few lines of
code that work for me. I use this in a production environment as 100's of
these are created nightly.
' ^^^^^ Print District 410 to pdf on web ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Run Application "T:\NobHill\workfile\Dist410_pdf.WOR"
Set Window FrontWindow() Printer Name "Acrobat Distiller"
Orientation Portrait Copies 1 Papersize 123
PrintWin
If FileExists("Y:\HD\Maps\NobHill\District_410.pdf") Then
Kill "Y:\HD\Maps\NobHill\District_410.pdf"
End If
Rename file "C:\Documents and Settings\Shenry\Desktop\layout.pdf" as
"Y:\HD\Maps\NobHill\District_410.pdf"
Close All Interactive
Sandy Henry
Sun-Sentinel
[EMAIL PROTECTED]
-----Original Message-----
From: Canfield, Andrew [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 25, 2003 3:17 PM
To: 'Abbi Mueller'; [EMAIL PROTECTED]
Subject: RE: MI-L Layout to *.pdf file
Here is what I use it's free and open source:
http://sector7g.wurzel6.de/pdfcreator/index_en.htm
-----Original Message-----
From: Abbi Mueller [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 25, 2003 11:38 AM
To: [EMAIL PROTECTED]
Subject: MI-L Layout to *.pdf file
Can anyone tell me how to convert a map layout to a *.pdf file to view in
Adobe Acrobat?
Thanks!
~Abbi Mueller, Planner
West Michigan Regional Planning Commission
___________________________
Let us not look back in anger, nor forward in
fear, but around in awareness.
_________________________________________________________________
Help protect your PC. Get a FREE computer virus scan online from McAfee.
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
---------------------------------------------------------------------
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 8517
---------------------------------------------------------------------
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 8520
---------------------------------------------------------------------
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 8521