Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.
Here is a link illustrating a solution to your problem. You can also configure an automatic .pdf conversion but you would need a fully licensed copy of Acrobat which includes Distiller needed for .pdf conversion (along with GSView).
Create a plotter config file (pcf) within folder <loadpoint>\text\plot_config called
ptc2pdf.pcf with the following entries
button_name Convert To PDF
button_help Adobe Acrobat PDF File Conversion
plotter postscript
plotter_command d:\bin\mk_pdf.bat
delete_after_plotting no
plot_sheets all
plot_destination file_and_printer default
Create the batch file d:\bin\mk_pdf.bat with the following entries
@echo off
set GS_LIB=d:\ghostscript\gs7.04\lib
set path=d:\ghostscript\gs7.04\lib;d:\ghostscript\gs7.04\bin
set INNAME=%1
set OUTNAME=%INNAME:.plt=.pdf%
call d:\ghostscript\gs7.04\lib\ps2pdf %INNAME% %OUTNAME%
del %INNAME%
When selected the ptc2pdf printer will create apostscript file, convert it to pdf, then delete the original plotfile.
download free CutePDF Writer from net then run setup.exe it will add to prinrt section whenever you want to convert insited of priner select CutePDF Writer hope this will work.
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.