Hi,
Apologies there isn't a correct forum for my script query.
I have a .scr that runs in AcCoreConsole to plot the drawing.
Code:
PDFSHX
0
-PLOT
No
DWG to PDF.pc3
"C:\path\drawing.pdf"
N
Y
CLOSE
This has been working fine, but now coming across some drawings with an issue.
Stepping through the script manually in AcCoreConsole I see where the problem is:
Code:
Enter a layout name or [?] <Model>:
The drawing has a Model space and 1 layout space called Border @A3, if I type ? AcCoreConsole lists Layout1 and Layout2 which don't exist.
If I open the drawing and enter the commands in there I get the correct prompt:
Code:
Enter a layout name or [?] <Border @A3>:
I'm scratching my head so any help would be greatly appreciated, thank you.
Edit: I've just tried adding extra Layouts and AcCoreConsole still only lists Layout1 and Layout2.