Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Login
Register
TheSwamp
»
Code Red
»
AutoLISP (Vanilla / Visual)
»
Topic:
Print DWG on multi pages PDF
« previous
next »
Print
Pages: [
1
] |
Go Down
Author
Topic: Print DWG on multi pages PDF (Read 2015 times)
0 Members and 1 Guest are viewing this topic.
Marc'Antonio Alessi
Swamp Rat
Posts: 1417
Marco
WWW
Print DWG on multi pages PDF
«
on:
October 21, 2019, 03:27:39 PM »
Example: DWG with LayerA - LayerB - LayerC - etc.
I can print a PDF file for each layer, question: how can I print in a single PDF file with multiple pages?
«
Last Edit: October 21, 2019, 03:31:27 PM by Marc'Antonio Alessi
»
Logged
https://sites.google.com/view/alessimarcantonio/home
Coding manual:
https://tinyurl.com/y643cva6
https://www.facebook.com/alessicad
https://www.linkedin.com/in/marc-antonio-alessi-451959118/
BIGAL
Swamp Rat
Posts: 1345
40 + years of using Autocad
Re: Print DWG on multi pages PDF
«
Reply #1 on:
October 21, 2019, 07:50:47 PM »
Various solutions have been put forward some depending on the pdf writer, I use Ghostscript which has an option to join pdf,s
This examples plots layouts and then joins them back together.
Logged
A man who never made a mistake never made anything
Grrr1337
Swamp Rat
Posts: 808
Re: Print DWG on multi pages PDF
«
Reply #2 on:
October 22, 2019, 01:17:34 AM »
You could print single pdfs, then merge them and delete the original pdf files.
http://www.theswamp.org/index.php?topic=53974.msg586248#msg586248
Logged
(apply ''((a b c)(a b c))
'(
(( f L ) (apply 'strcat (f L)))
(( L ) (if L (cons (chr (car L)) (f (cdr L)))))
(72 101 108 108 111 32 87 111 114 108 100)
)
)
Marc'Antonio Alessi
Swamp Rat
Posts: 1417
Marco
WWW
Re: Print DWG on multi pages PDF
«
Reply #3 on:
October 22, 2019, 02:27:35 AM »
Thanks to all, I had looked for "multi pages", I had to look for "merge"...
Logged
https://sites.google.com/view/alessimarcantonio/home
Coding manual:
https://tinyurl.com/y643cva6
https://www.facebook.com/alessicad
https://www.linkedin.com/in/marc-antonio-alessi-451959118/
Print
Pages: [
1
] |
Go Up
« previous
next »
TheSwamp
»
Code Red
»
AutoLISP (Vanilla / Visual)
»
Topic:
Print DWG on multi pages PDF