• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

print a multisheet in pdf

  • Thread starter Thread starter antonio.marchigiani
  • Start date Start date

antonio.marchigiani

Guest
Good morning.

Could someone please help me solve a problem I have with multifoil dwg files?
the problem arises with printing on pdf of the various sheets (a layer corresponds to a page). I have a simple script that prints the page, goes to the next, the press and so on until the last page but, if as printed I have what generates the pdf file, when the pdf name is asked to be created (the dialog box that asks the name is opened), the procedure stops.

is there any way to automatically give the name of the single pdf without the dialog box appearing?
filedia = 0 is not of help.

Thank you.
Antonio.
 
Good evening.
That's the problem.

the script runs on the command line. When asked for the name of the pdf file to be generated, a text window opens that only accepts the name type, so the script is interrupted.

Thank you.
 
Massive good evening.

Thank you, but I'm afraid I've explained badly.
from what I saw from your excel file (because thank you anyway, I will certainly be useful to other things), the procedure is open - print - save - close.

I have to deal with a single dwg, multifoil, in which to a layer corresponds a sheet.
My script, automatically, prints the first sheet, goes to the next page, print and so on until the last page of the collection.
until I mold on a "normal" printer, that is, on paper, all right. the problem comes out when I need to pdf the individual pages.

If you feel useful (I don't want to take advantage of your availability) I will get you one of these collections and the trivial script I use to print on paper.

Thanks again
antonio
 
That script works the same way. for each sheet you have to copy the procedure from row 3 to 24 of the commands (perhaps something remains in memory and do not need to repeat it, but I am not sure) changing the sheet name to row 7 (layout1, layout2...). I also wrote copy instructions for other sheets and put it back in point 3 of the short guide.
save and close you can omit them, but if you have to do it on many files you should leave them otherwise it gets clogged memory and pc slows down ugly
 
Okay.
Monday, I'll give you a try and I'll let you know.

Thanks again.
 
I see you use "dwg to pdf" as a printer. also works with "cute pdf writer"?
 
I see you use "dwg to pdf" as a printer. also works with "cute pdf writer"?
Good morning.

Unfortunately the attempt did not work.
the problem, this time, is that the print "dwg to pdf", I don't understand why, it doesn't work properly.
in the sense that it does not optimize the paper size and certain characters or certain lines printing with incorrect thicknesses.


Thank you anyway.
 
Hello again.

This script works:


-plot




c:\users\___\desktop\pdf\001


f+
-plot




c:\users\___\desktop\pdf\002


f+

....


f+ I need to change page within my collection.
the selected printer is "dwg to pdf", while with cutepdf writer it does not work.

Thank you.
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top