Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 4,020 for

dwg save

(0.13 sec)
  1. 档案

    档案...Український עִברִית čeština Svenska DWG 工程图文件包含 2D 或 3D 设计数据。它被设计师、工...下,您可能需要在 DWG 文件中查找一些文本。因此,本文讨论了如何在 C# 中以编程方式搜索 DWG 文件中的文本。 在...

    blog.aspose.com/zh/cad/search-text-in-dwg-csharp/
  2. Convert DGN to JPG in Python

    This quick tutorial explains how to convert DGN to JPG in Python. It encompasses all the relevant information that you need to export DGN to JPG image in Python....file to a JPG image using the save method The preceding steps briefly...export DWG to an image, refer to the article Convert DWG to JPG...

    kb.aspose.com/cad/python/convert-dgn-to-jpg-in-...
  3. Develop a DXF to SVG Converter in C#

    This guide is for the developers who want to develop a DXF to SVG converter in C#. Aspose.CAD for .NET is a powerful SDK and offers a number of features.... Save resultant image as SVG file by calling the Save method...- AutoCAD C# Example Convert DWG to PDF in C# using an AutoCAD...

    blog.aspose.com/cad/develop-a-dxf-to-svg-conver...
  4. 使用Aspose-cad.jar,转PDF速度问题 - Free Support Forum ...

    您好,我试用了Aspose-cad.jar,实现将Dwg模型空间的图纸转成独立的PDF页面,思路是先在Dwg中定位需要转换的图框/图块的坐标和长宽,然后循环调用CadImage的Save方法,将指定区域转成pdf格式,目前发现两种可用的方法: 1)在cadImage中设置minPoint和maxPoint; 2)按照官网示例实现指定坐标导出。然后外部采用循环实现逐页导出然后合并。 在试用时发现每次调用Save方法,处理一个A3纸大…...jar,实现将DWG模型空间的图纸转成独立的PDF页面,思路是先在DWG中定位需要转换的图框/图块的坐标...和长宽,然后循环调用CadImage的save方法,将指定区域转成pdf格式,目前发现两种可用的方法: 1)在cadIm...

    forum.aspose.com/t/aspose-cad-jar-pdf/313933
  5. Entities with SAT/SAB structure|CAD Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....the example of export result (DWG file on the left part, PDF result...rasterizationOptions ); cadImage . save ( "output.pdf" , pdfOptions...

    docs.aspose.com/cad/java/developer-guide/entiti...
  6. Issue with SHX fonts - Free Support Forum - asp...

    I am using aspose.cad .net for converting a Dwg file to a PDF file. I can’t seem to get the SHX fonts into the PDF. There are 3 .shx fonts used in my Dwg drawing put when i export my file as PDF the SHX font is not use…...net for converting a DWG file to a PDF file. I can’t seem...are 3 .shx fonts used in my DWG drawing put when i export my...

    forum.aspose.com/t/issue-with-shx-fonts/317149
  7. Entities with SAT/SAB structure|CAD Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....the example of export result (DWG file on the left part, PDF result...rasterizationOptions ); cadImage . save ( "output.pdf" , pdfOptions...

    docs.aspose.com/cad/java/support-sat-sab/
  8. How to Convert DGN to JPG in Java

    This small topic explains how to convert DGN to JPG in Java. It encompasses all the important information to export DGN to JPG image in Java....loaded DGN to JPG using the save method In the aforementioned...are interested in exporting DWG to an SVG image then please refer...

    kb.aspose.com/cad/java/how-to-convert-dgn-to-jp...
  9. Convert DXF File to SVG in C#

    This blog post teaches you how to convert DXF file to SVG in C# using Aspose.CAD for .NET. Follow our guide for easy implementation with a code example.... Save resultant image by calling the Save method. This...API for loading DXF files and saving them as SVG. Is there a free...

    blog.aspose.com/cad/convert-dxf-file-to-svg-in-...
  10. Convert SVG to PDF in Python

    This topic helps you understand how to convert SVG to PDF in Python. It includes the details about setting up the IDE and offers a code example to export SVG to PDF in Python....CadRasterizationOpti class Invoke the save method to export the SVG image... If you want to learn about DWG to TIFF conversion, read the...

    kb.aspose.com/cad/python/convert-svg-to-pdf-in-...