
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
First and Foremost please direct me to the proper forum if this is in the wrong place!
Secondly, I am not an AutoCAD user so my experience is novice at best.
Background Information of GOAL
The goal of what we are trying to accomplish is to convert a drawing to .pdf using acConsole by taking the following steps:
Copy file to local filesystem folder Working on "server" where AutoCAD 2019 is installed.
Execute ACCORECONSOLE.EXE
Pass .SCR file and the Path\FileName
The output of the Publish/Plot to .Pdf command is placed into the Completed folder
This process works great as long as we have the correct scale settings and if we only have a drawing with a single layer/page.
This becomes problematic when we have a drawing that has multiple pages or a model. etc.
When we try to execute the Publish command to get a single .pdf it does work interactively using the user interface in AutoCad, however it seems to take at least '10 times' (subjective) longer than Plotting each page to a single .pdf. We test our commands that are called using the actual AutoCAD software then we use them with ACCONSOLE.EXE
Question
- Is there a way to interrogate a .dwg file to determine the following:
- if it has multi-sheets
- the scale of the drawing
If this is in the wrong forum please provide guidance
Solved! Go to Solution.