acadbp

command module
v0.6.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 17, 2022 License: MIT Imports: 1 Imported by: 0

README

acadbp

Batch processing utility using accoreconsole in AutoCAD or LT

Features

  • Bulk conversion of drawing files to specified version of DWG or DXF files
  • Running the same script file for each input drawing file
  • Publishing drawing files using specified page setup

Requirements

AutoCAD 2013 or AutoCAD LT 2013 for Windows, or later version (publish command requires 2015 or later)

Installation

  1. If you're using Go:

    go install github.com/k-awata/acadbp@latest
    

    Otherwise you can download a binary from Releases.

  2. You need to make a .acadbp.yaml file in the home directory to specify a character encoding and the path to accoreconsole.exe in your AutoCAD installed directory. You can make it with the following command:

    acadbp initconf --encoding sjis --accorepath "C:\Program Files\Autodesk\<your-acad-ver>\accoreconsole.exe"
    

Usage

  • Converting all DXF files to DWG in the current directory

    acadbp dwgout *.dxf
    
  • Downgrading all DWG files to the 2010 format to in the current directory

    acadbp dwgout --format 2010 *.dwg
    
  • Converting all DWG files to DXF in the current directory

    acadbp dxfout *.dwg
    
  • Running the script file example.scr for each DWG file in the current directory

    acadbp script example.scr *.dwg
    
  • Publishing PDF files from all DXF files in the current directory by using page setup Setup1 of setup.dwg

    acadbp publish --type pdf --setup-file setup.dwg --setup-name Setup1 *.dxf
    
  • Publishing multi sheet PDF

    acadbp publish --type pdf --setup-file setup.dwg --setup-name Setup1 --multi multi-sheet.pdf *.dxf
    

License

MIT License

Documentation

Overview

Copyright © 2022 K.Awata

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL