@Anonymous wrote:
1. When I use dwg to pdf.pc3 to produce single pdf file, it is ok. But when I use this lisp to batch plot pdf files, there is prompt "Adobe, one error occured, can not access file". PDF files can be created, but size always is 34 x 22 inches. Also, could you please advise me how to change plot scale from "center" to "1:1" for plotter 82 in this lisp?
Hi Michael,
I'm with a very large workload and don't have spare time to revise the code, but in a quick read, the 34 x 22 inches is the smaller size in 'DWG to PDF' you'll have to add an option to 11.00 x 17.00 Inches, but I'm a 'metric' guy, and inches are not my world...
Hopefully, someone accustomed to 'inches' can step in, and help you with that...
@Anonymous wrote:
2. I use AutoCAD 2010. When I batch plot pdf files in publish, sometimes it created single sheet whatever SETUP is single sheet or multi-sheet. Sometimes it work well.
Try to plot
single sheet -> PUBLISHCOLLATE set to 0
multi-sheet -> PUBLISHCOLLATE set to 1
@Anonymous wrote:
3. I have one type of customer created line type. It is composed of by dashed line and letter S. Sometimes letter S became bigger, I had to close AutoCAD and re-open it, regenerating model, it became normal.
I do not know why it happens...
@Anonymous wrote:
4. last question, when I click print button in standard toolbar, sometimes:
it repeat last AutoCAD command (not print), or AutoCAD help show up, or print set-up window show up twice (I close it, it show up gain).
CUI -> Toolbars -> Standard -> Plot...
under Macro, It should be something like ^C^C_plot <-one empty space
Hope this helps,
Henrique