Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.
As you may have gathered by the potpourri of responses, thereare many answers here. The bottom line: you need to install additional software on your PC to accomplish this. Do you have adobe distiller installed? If so add this to your config.pro:
the location above is just an example, but should be pointed the the actual location of the acrobat distiller executable. Once you restart ProE, you'll notice buttons on toolbar while in drafting mode.
Or you can do it the old fashioned way and print to a postscript file then convert it to PDF. I still do it that way because I keep old revisions as .ps files that I can view in Ghostview but only the latest revision in PDF format for the unwashed masses.
I print hall of my dawings in a PDF Gostscript, I use the next configuration in a PC with WinXP, and ProE 2001 - ProE Wildfire - ProE Wildfire 2.0 .
1) You must download gsv27550.exe from this link http://www.cs.wisc.edu/~ghost/doc/AFPL/get550.htm
2) You must instal the freewhare program in your pc, I have installed in C:\Programs\gstools\ ,during the installation it creates 2 new folders, C:\Programs\gstools\gs5.50 & C:\Programs\gstools\gsview.
3) You must create the file "pdf-make.bat", if you want you can copy & paste te following file.
--------------------------------------------------------
@echo off
:: Get the plot file name and location from the command line.
set infile=%1
:: Change the .plt (Change to .ps if you are using that extension) to .pdf for the output.
set outfile=%infile:.plt=.pdf%
:: Delete any pdf files that exist with the same name
if exist %outfile% del %outfile%
:: Change to the directory where Ghostscript is installed
c:
cd c:\Programs\gstools\gs5.50
call ps2pdf %infile% %outfile%
:: The following line should point to the destination of your pdf file
c:
cd c:\PDF
:: Delete the original plot file.
del %infile%
--------------------------------------------------------
NB c:\PDF is the destination folder, where you will find the pdf files, is possible to change this folder whith an othr one. You must create this folder before configure ProE printer.
4) Now you must configure your ProE PDF printer. I have two solutions, the first is: you go in the folder C:\....\ProE???\text\plot_config and here you create the "pdf_a0.pcf" file for A0 size, if you want you can copy & paste te following file.
--------------------------------------------------------
plotter POSTSCRIPT
button_name PDF A0
button_help Export A0 in PDF
plot_drawing_format YES default
plot_segmented NO default
plot_roll_media NO default
plot_label NO default
plot_handshake software default
create_separate_files NO default
plot_with_panzoom NO default
rotate_plotting NO default
allow_file_naming YES
plot_name NO
interface_quality 3 default
plot_destination file_and_printer default
plotter_command C:\..\ProE?\text\plot_config\pdf-make.bat
plot_file_dir c:\PDF
pen_table_file C:\..\???.pnt
plot_sheets all
paper_size A0
paper_outline NO default
plot_clip NO default
plot_area NO default
---------------------------------------------------------
now you can repet this operation whit the files "pdf_a1.pcf" , "pdf_a2.pcf" , "pdf_a3.pcf" , "pdf_a4.pcf" , you remember to change the following setups:
button_name PDF A0 = A1/A2/A3/A4
button_help Export A0 = A1/A2/A3/A4 in PDF
paper_size A0 = A1/A2/A3/A4.
6) Now you restart your PC, start ProE, open a drawing file and in the menu File\Print\more printers\ you wil find five new printers PDF A0, PDF A1, PDF A2, PDF A3 & PDF A4.
The second solution is the following:
1) You start ProE and open e drawing file.
2) Now you must create a new printer, you clic the menu File\Print and appear the Print window.
3) In the first row (Destination) you must select the "Generic Postcript" printer.
4) Push the "Configure" button, and appear the Printer Configuration window.
5) In the first row (Printer) you must set the name of the printer PDF A0 or an other one you like.
6) In the second row (Help Text)you can insert a litle description about printer for example "Export PDF A0".
7) In the third row (Size)you must set the size of the paper A0.
8) In the fourth row (Offset)you must set X=0.000 & Y=0.000, don't select "Include" in the next row (Label).
9) Push the "Printer" button.
10) In the first row (Pen) you must insert the correct destination of ???.pnt file.
11) In the following rows you must select only Xon/Xoff and Spin 0.
12) Push the "Model" button.
13) In the first row (Plot) you must set "Full Plot".
14) In the second row (Scale) you must set "1.000".
15) In the following rows you must select "With Format", "All Visible" and "3 (Complex overlap check)
16) Push the "Ok" button and you return to the "Print" windows.
17) In this window you must select "To file", "To printer", "All".
18) In the "# of Copies" row you set "1".
19) In the last row "Printer Command" you must insert "C:\..\ProE?\text\plot_config\pdf-make.bat"
20) Push the "Configure" button, and appear the Printer Configuration window.
21) Push the "Save" button, set the destination folder"C:\..\ProE?\text\plot_config" and a name for the new file.
Wildfire 3 save a copy/pdf works well except for the object lines in shaded views dont show up. I have a seperate post on this I posted today with examples.
I agree with Srinivsaniyeri. Acrobat distiller is the way to go. At my place, Acrobat distiller is one of many printer choicesand it generates ProE DRW to PDF seamlessly.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.