前言
DWG到PDF转换器是一个功能齐全的DWG到PDF转换程序,允许您在不需要AutoCAD的情况下将DWG、DXF和DWF转换为矢量PDF。支持命令行调用,支持设置引入外部参照文件。
一、程序运行截图
选择文件批量转换
二、选项设置
三、单个文件转换命令调用
dp.exe /InFile source-file-name /OutFile destination-pdf-file-name
Parameters:
/InFile Input file name, e.g. D:\DWGs\Building.dwg
/OutFile Output file name, e.g. D:\PDFs\Building.pdf
示例:
dp.exe /InFile D:\sample.dwg /OutFile E:\sample.pdf
四、文件夹批量转换命令调用
dp.exe /InFolder source-folder /OutFolder destination-folder /ConvertType conversion-type [/IncSubFolder]
Parameters:
/InFolder Input folder name, e.g. D:\DWGs
/OutFolder Output folder name, e.g. E:\PDFs
/OutToOneFile All drawings combined into one PDF file, e.g. E:\PDFs\All2PDF.pdf
/IncSubFolder Include subdirectories.
/ConvertType Conversion type, available values:
DWG2PDF Convert DWG to PDF
DXF2PDF Convert DXF to PDF
DWF2PDF Convert DWF to PDF
ALL2PDF Convert DWG, DXF and DWF to PDF
示例:
dp.exe /InFolder D:\DWGs /OutFolder F:\PDFs /ConvertType DWG2PDF /IncSubFolder
感谢点赞与支持 技术交流QQ:1130412808