Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to create PDF from DWG file, for each DWG file, some layouts will print out as PDF file, not all layouts. I also like to use DWG TrueView to do it, because it's free.
Here is how I goes,
1. I start from AutoCAD, I run PUBLISH, pick the layout I like to use, change file type to Single-sheet file, output as PDF. save sheet list DSD file. it works
2. then I set FILEDIA = 0, run -PUBLISH, enter the DSD file I just created, it works too.
3. now I create a scr file, just like:
-PUBLISH "C:\B\CLGRAB01-001A-FP01.dsd"
in AutoCAD, I run SCRIPT, enter the scr file I just created, I got error message like:
Command: SCRIPT Enter script file name <C:\B\CLGRAB01-001A-FP00.scr>: c:\b\clgrab01-001a-fp01.scr Command: -PUBLISH Enter name of sheet list <C:\b\clgrab01-001a-fp01.dsd>: "C:\B\CLGRAB01-001A-FP01.dsd" C:\b\clgrab01-001a-fp01.dsd Invalid file. Please verify the correct path was given.
I already tried this for 3 different files and locations. all came the same error. What could be wrong.
Thanks
Wes
Windows 10 64 bit, AutoCAD (ACA, Map) 2023
Solved! Go to Solution.