资源简介
1.Both model space and paper space supported;
2.Batch mode supported;
3.Multiple choice of output paper size;
4.Doesn't need of AutoCAD;
5.Supports bookmark

代码片段和文件信息
using System;
//using Autodesk.AutoCAD.Interop;
//using Autodesk.AutoCAD.Interop.Common;
//using System.Collections.Generic;
//using System.Linq;
//using System.Text;
//using Aspose.Words;
using System.IO;
using System.Diagnostics;
using DWGTOPDFXLib;
using System.Text;
namespace aa
{
class Program
{
static void Main(string[] args)
{
string inputPath = “F:\\aaa.dwg“;
string destPath = “F:\\aaa.pdf“;
DWGTOPDFXLib.ConvertPDFClass dwg2pdf = new DWGTOPDFXLib.ConvertPDFClass();
dwg2pdf.AddExcudelayer(“Defpoints“); //Offlayers
dwg2pdf.Width = 210; //uint is mm
dwg2pdf.Height = 279; //uint is mm
dwg2pdf.ColorMode = 0; //1--white&black 0--256color mode
dwg2pdf.InputFile = inputPath;
dwg2pdf.set_PenWidth(1 0.02);
//dwg2pdf.PsPath = Server.MapPath(“PS“); //set postscript support files path. Please copy the PS files to the right location and add it here.
dwg2pdf.PsPath = “F:\\aa\\aa\\PS“;
dwg2pdf.Convert(destPath);
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2398 2013-07-24 11:32 aa\aa\aa.csproj
文件 5120 2013-07-24 13:42 aa\aa\bin\Debug\aa.exe
文件 11776 2013-07-24 13:42 aa\aa\bin\Debug\aa.pdb
文件 14328 2013-07-24 11:38 aa\aa\bin\Debug\aa.vshost.exe
文件 7680 2013-07-24 09:40 aa\aa\bin\Debug\Interop.DWGTOPDFXLib.dll
文件 13189120 2010-08-09 11:24 aa\aa\bin\DWGTOPDFX.dll
文件 337 2013-07-24 13:41 aa\aa\obj\Debug\aa.csproj.FileListAbsolute.txt
文件 604 2013-07-24 09:40 aa\aa\obj\Debug\aa.csproj.ResolveComReference.cache
文件 5120 2013-07-24 13:42 aa\aa\obj\Debug\aa.exe
文件 11776 2013-07-24 13:42 aa\aa\obj\Debug\aa.pdb
文件 7680 2013-07-24 09:40 aa\aa\obj\Debug\Interop.DWGTOPDFXLib.dll
文件 47655 2013-07-23 08:36 aa\aa\obj\Debug\ResolveAssemblyReference.cache
文件 1180 2013-07-24 13:42 aa\aa\Program.cs
文件 1360 2013-07-05 16:03 aa\aa\Properties\AssemblyInfo.cs
文件 4428 2012-06-11 15:16 aa\aa\PS\acctest.ps
文件 10209 2012-06-11 15:16 aa\aa\PS\addxchar.ps
文件 2390 2012-06-11 15:16 aa\aa\PS\align.ps
文件 24204 2012-06-11 15:16 aa\aa\PS\bdftops.ps
文件 1781 2012-06-11 15:16 aa\aa\PS\caption.ps
文件 4639 2012-06-11 15:16 aa\aa\PS\cid2code.ps
文件 369 2012-06-11 15:16 aa\aa\PS\decrypt.ps
文件 7228 2012-06-11 15:16 aa\aa\PS\docie.ps
文件 8960 2012-06-11 15:16 aa\aa\PS\errpage.ps
文件 20124 2012-06-11 15:16 aa\aa\PS\font2c.ps
文件 18178 2012-06-11 15:16 aa\aa\PS\font2pcl.ps
文件 20286 2012-06-11 15:16 aa\aa\PS\gslp.ps
文件 2743 2012-06-11 15:16 aa\aa\PS\gsnup.ps
文件 29681 2012-06-11 15:16 aa\aa\PS\gs_agl.ps
文件 11424 2012-06-11 15:16 aa\aa\PS\gs_btokn.ps
文件 2238 2012-06-11 15:16 aa\aa\PS\gs_ccfnt.ps
............此处省略133个文件信息
- 上一篇:eigen3(cmake VS生成)
- 下一篇:openssl编程.pdf
相关资源
- PID_AutoTune_v0.rar
- Remote Desktop Organizer v1.4.7 支持win10
- 酒店管理系统基于Qt Creator5)
- res10_300x300_ssd_iter_140000.caffemodel与dep
- pscad近海风电模型 Fortran语言
- AutoCAD永久去教育版破解补丁
- CVSNT 完整覆盖版防TortoiseCVS中文乱码
- photoshop经典1000例
- ectouch最新版JSAPI微信支付V3插
- ectouch 微信支付插件
- ecshop微信支付含手机版ectouch
- HAP_Advanced_PDF_Password_Recovery 5.05
- Reparatory Effects of Nicotine on NMDA Recepto
- Histamine excites rat lateral vestibular nucle
- Diltiazem augmented pentobarbital-induced LORR
- 电脑卡西欧计算器 fx-991CN X Emulator19中
- Rtx51_tiny_RTOS中文版.pdf
- Micrium.RTOS.1.0.0.pack
- porting.RTEMS移植指南.双语.V20131224.pdf
- railroad铁路CAD生成
- CAD中插入带坐标的正射影像——Inse
- Tomcat中配置数据源所需得jar包
- Phoenix BIOS Editor.rar
- 加密cad图形的lisp文件
- Auto CAD_LISP程序集
- CAD2010注册机32bit and 64bit
- HP笔记本BIOS丢失解决方法,DMI TOOLK
- 地下停车场CAD设计图
- 实时显示钢筋标注面积V0.44
- Adobe Illustrator CS5原版amtlib.dll文件
评论
共有 条评论