Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

Using Ghostscript for converting .plt

C.Andersson

New member
Hello everyone. One of these classic problems.


I use the regular "printthe active object"-button in WF3 and then select my own .pcf-file to make a .plt-file that will convert to .pdf through a .bat-file that startsGhostscript 8.6.


But Ghostscript doesn
 
Edit your batch file.


Change line:


del %OUTNAME%


To:


move %OUTNAME% C:\"your_pdf_folder"


Where "your_pdf_folder" is the location path for your pdf files


e.g.


c:\proe\pdffiles
 
doronron1 said:
Edit your batch file.


Change line:


del %OUTNAME%


To:


move %OUTNAME% C:\"your_pdf_folder"


Where "your_pdf_folder" is the location path for your pdf files


e.g.


c:\proe\pdffiles


The .pdf is coming, but now i would like it to get sent to a printer. Anyone know how to do that?
 
Try to copy to your printer network nameinstead of ip.


I just tried my installation and replaced the printername with ip and then it didnt work anymore....
 

Sponsor

Articles From 3DCAD World

Back
Top