Generate multisheet PDF from modelspace drawings in blocks from command line
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I need to automatically generate multi sheet PDF from DWG modelspace with several or just single drawings on it. The drawings do not have views or anything I can reliably reuse other than title block with certain names like "My Size D", "Company C" etc. Right now the generation of PDFs is based on command line script of accoreconsole but it is very basic and prints everything on one PDF page with Extends so maximum zoom out and using the same page size. I am looking for a way to make PDF with multiple pages based on blocks found in the model space. I am trying to do that using Lisp script inside of accoreconsole but I am wondering if there is anything readily available I can use or code I can use. I found many examples for layout but not for blocks. And the solution should be able to work from a command line as the PDF generation is a part of larger system and should run unattended.