Jump to content

Lisp routine for Ploting to pdf


pmadhwal7

Recommended Posts

Required lisp to plot my autocad sheet to PDF from model space as well as from paper space, also need once lisp which was batch convert my multiple dwg to pdf, all three type of sample are attached with plot screen shots....

sample for Batch pdf.png

sample for single dwg to pdf from paper space.png

sample for single dwg to pdf from model space.png

sample for single dwg to pdf from model space.dwg sample for single dwg to pdf from paper space.dwg sample for Batch pdf.dwg

Link to comment
Share on other sites

This is a universal program.
She does as you need. Especially for different types of paper.
You indicate which type of paper to print.
Later I will make a video for your example.

Link to comment
Share on other sites

(command
	"_.-PLOT"
	"Y"									;Detailed plot configuration? [yes/no]
	Layout									;Enter Layout name or [?],layout1:
	"Dwg To PDF.pc3"							;Enter an output device name
	"ISO full bleed A3 (420.00 x 297.00 MM)"				;Enter paper size 	
	"M"									;Paper units: "M" for mm
	"L"									;Enter drawing orientation: "L" for Landscaping
	"N"									;Upside down? "N"
	"E"									;"E" for extents
	"1:2"									;Plot scale: Custom "1:2"
	"C"									;Counter "c"
	"Y"									;Plot Style? "y"
	"A3.ctb"								;Enter plot style: "A3.ctb"
	"Y"									;Plot line  weights?
	"N"									;plot line scaling?
	"N"									;Paper space first?
	"N"									;Hide? 
	(strcat dwgpre "\\" pdfname "-" (getvar "ctab") ".pdf")			;Directory to save
	"N"									;save changes to page setup?
	"Y"									;proceed with plot?                
		    )

Maybe this can help you!Good Luck!

Link to comment
Share on other sites

15 hours ago, pmadhwal7 said:

我知道这个软件,但是我想要LSP例程,因为软件创建了圆型的PDF格式,而且我有很多类型的纸张大小

I think it is better to print by reading the CSV file. For reading the CSV, please refer to Lee's program.

Link to comment
Share on other sites

4 minutes ago, maratovich said:

 

Not. She is not expensive.
You do not have 5$ ? 
(five)

actually i am looking for lisp not for software.....don't want to install many software....

Link to comment
Share on other sites

37 minutes ago, maratovich said:

 

Not. She is not expensive.
You do not have 5$ ? 
(five)

is the software working on multiple dwg convert them at once to pdf??/

Link to comment
Share on other sites

Just now, pmadhwal7 said:

is the software working on multiple dwg convert them at once to pdf??/

 

Yes.
There is a choice:
Or all open drawings.
Or specify a folder with drawings.

Link to comment
Share on other sites

On 8/15/2019 at 8:22 AM, myloveflyer said:

(command
	"_.-PLOT"
	"Y"									;Detailed plot configuration? [yes/no]
	Layout									;Enter Layout name or [?],layout1:
	"Dwg To PDF.pc3"							;Enter an output device name
	"ISO full bleed A3 (420.00 x 297.00 MM)"				;Enter paper size 	
	"M"									;Paper units: "M" for mm
	"L"									;Enter drawing orientation: "L" for Landscaping
	"N"									;Upside down? "N"
	"E"									;"E" for extents
	"1:2"									;Plot scale: Custom "1:2"
	"C"									;Counter "c"
	"Y"									;Plot Style? "y"
	"A3.ctb"								;Enter plot style: "A3.ctb"
	"Y"									;Plot line  weights?
	"N"									;plot line scaling?
	"N"									;Paper space first?
	"N"									;Hide? 
	(strcat dwgpre "\\" pdfname "-" (getvar "ctab") ".pdf")			;Directory to save
	"N"									;save changes to page setup?
	"Y"									;proceed with plot?                
		    )

Maybe this can help you!Good Luck!

unable to use ur lsp sir...

Link to comment
Share on other sites

On 8/16/2019 at 6:58 AM, maratovich said:

 

Not. She is not expensive.
You do not have 5$ ? 
(five)

 

My company (and many others) have many tmes $5 but would probably reject the software but would prbably also have to send many times $5 to verify its quality, stability and safety to install on our computers.

Link to comment
Share on other sites

Steven P with around 40 years cad experience, program developer its not the price its the principal, asking to crack the code should be enough for admin to ban from the site.

 

How much free code have you downloaded from this site ?

 

Did you bother to look at what the software does ?

Edited by BIGAL
Link to comment
Share on other sites

22 hours ago, BIGAL said:

Steven P with around 40 years cad experience, program developer its not the price its the principal, asking to crack the code should be enough for admin to ban from the site.

 

How much free code have you downloaded from this site ?

 

Did you bother to look at what the software does ?

 

 

Sorry BigAl, I perhaps should have worded that better - I am not opposed to buying software, a fair prce for the work put into it (and I know it can be hundreds of hours in some cses). No, my comment was more that would it cost my company far more than the $5 the author recdeives to verify and install the software on our PCs... "only $5" multiplies many times. Even so if I could jutify a need for it they would pay,.

 

 

Yes, I have been fortunate and able to find many things on this ste that are useful and interestng, this one looks good (I have what I need with respect to plotting PDfs).

Link to comment
Share on other sites

5 hours ago, Steven P said:

 

 

Sorry BigAl, I perhaps should have worded that better - I am not opposed to buying software, a fair prce for the work put into it (and I know it can be hundreds of hours in some cses). No, my comment was more that would it cost my company far more than the $5 the author recdeives to verify and install the software on our PCs... "only $5" multiplies many times. Even so if I could jutify a need for it they would pay,.

 

 

Yes, I have been fortunate and able to find many things on this ste that are useful and interestng, this one looks good (I have what I need with respect to plotting PDfs).

 

Dear Steven P.
It follows from your message that you have not viewed the program website. You criticize, but did not even look. Did you choose a wife from a photograph?
1. No need to pay anything to check. There is a trial period.
2. No need to pay $ 5 many times. This is the payment for the year. A lot of work can be done in a year.
3. Why did you decide that it will multiply many times? You claim that you have not tried. Any program will reduce the time (provided that you use it)

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...