Total CAD Converter Command Line
Usage: CADConverter.exe <source> <destination> <options>
If you have path with spaces, use quotation marks (like "path with spaces").
By the way You can use macroses in the Destination path
- <DATE[:format]> - current date, default format is yyyymmdd
- <TIME[:format]> - current time, default format hhmmss
For example: destination C:\<DATE>_<TIME:hhmm> produces file C:\20071107_1222Options:
- -log <FileName> - Don`t show errors. Write them to the log file
- -list - File with files mask to convert
- -Recurse - Include subfolders
- -do - Delete originals
- -kfs - Keep Folder Structure
- -cimt - Combine images to multipage TIFF
- none - Every image to separate file
- onefile - All images to one file
- byfolder - Separate files by folders
- -c - Convert action
- bmp - convert to windows bitmap
- jpg - convert to jpeg file
- j2k - convert to jpeg 2000 file
- tif - convert to tiff file
- png - convert to png file
- wmf - convert to windows metafile
- dxf - convert to AutoCAD drawing interchange format
- pdf - convert to Adobe Acrobat PDF
- -s - Resize to <Width>x<Height>
- -m - Resize method
- n - no resize
- s - stretch
- t - thumbnail
- f - fit
- -crop - Crop to <Left>x<Top>-<Right>x<Bottom>
- -cl - BMP Colors
- bw - black-and-white
- gray - grayscale
- 16 - 16 colors
- 256 - 256 colors
- true - true color
- -tc - Tiff file compression
- auto - Select best compression for every page
- unc - uncompressed TIFF
- lzw - LZW compression
- rle - RLE compression (packbits)
- jpg - JPEG compression
- bhc - Bilevel Huffman compression (CCITT1D)
- bgm - Bilevel Group 3 CCITT compression, monodimensional (G3FAX1D)
- bgb - Bilevel Group 3 CCITT compression, bidimensional (G3FAX2D)
- bg4 - Bilevel Group 4 CCITT compression, bidimensional (G4FAX)
- zip - ZIP compression (non TIFF standard)
- dfl - DEFLATE, Adobe ZIP compression (non TIFF standard)
- -jq - JPEG compression quality
- -jr - J2K compression rate (1-100)
- -pc - PDF compression
- unc - no compression
- rle - run length compression
- g4 - G4Fax (only black/white images)
- g3 - G3Fax (only black/white images)
- jpg - DCT-jpeg (only color images)
- lzw - LZW compression (for color and black/white images)
- -pn - PDF Paper name
- -ps - PDF Paper size x (for custom page name)
- -po - PDF Paper orientation
- p - Portrait
- l - Landscape
- -pdf_title - PDF document title
- -pdf_subject - PDF document subject
- -pdf_author - PDF document author
- -pdf_keywords - PDF document keywords
Note that -list is used when there is a list of files in a file.