• 大小: 3.42MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-30
  • 语言: 其他
  • 标签: CAD  TO  PDF  

资源简介

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个文件信息

评论

共有 条评论