Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 100,183 for

dxf

(0.1 sec)
  1. CAD dxf to svg conversion - scaling issues and ...

    I am trying to convert Dxf to svg using the java library. The converted svg is very big. Are there any options to set the scaling parameters, additionally the colors should be retained in the svg. public static void mai…...CAD dxf to svg conversion - scaling issues and preserving colors...6:45am 1 I am trying to convert dxf to svg using the java library...

    forum.aspose.com/t/cad-dxf-to-svg-conversion-sc...
  2. Copy blocks from another dwg/dxf file - Free Su...

    Hello, How do I copy a block from another file to my existing file Say my base drawing file is b1.dwg. I want to copy “b2” block with insertion point from b2.dwg to b1.dwg at 0,0 point and print to pdf I tried but no…...Copy blocks from another dwg/dxf file Aspose.CAD Product Family...tionOptions); // Export the DXF to PDF image.save(srcPath + rand...

    forum.aspose.com/t/copy-blocks-from-another-dwg...
  3. DXF Save version support - Free Support Forum -...

    I cant seem to set the version to anything other than R12 when I save a Dxf file. I am trying to use DxfOptions.Version = to set the version but I only see R12. Can the Dxf be output to other versions?...DXF Save version support Aspose.CAD Product Family Raider007...other than R12 when I save a dxf file. I am trying to use DxfOptions...

    forum.aspose.com/t/dxf-save-version-support/267968
  4. Exporting DWG/DXF drawing and layouts into spec...

    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....Exporting DWG/DXF drawing and layouts into specified size Contents...export all sheets of the DWG/DXF file into specified physical...

    docs.aspose.com/cad/java/export-into-size/
  5. DXF not reading all entities - Free Support For...

    Hello, I have different DWG files with 5 layers, all layers are showed correctly using: cadImage.getLayouts().values().forEach(layout -> { System.out.println(layout.getLayoutName()); System.out.print…...DXF not reading all entities Aspose.CAD Product Family ivi333...

    forum.aspose.com/t/dxf-not-reading-all-entities...
  6. DXF to SVG conversion produces path entities in...

    Hello, when converting Dxf files to SVGs with Aspose.Imaging, the composing Dxf entities are not preserved (for example a circle in Dxf is converted as a ‘’ entity in SVG, instead of a “<circle… />” in SVG.)...DXF to SVG conversion produces path entities instead of other...2:46pm 1 Hello, when converting DXF files to SVGs with Aspose.Imaging...

    forum.aspose.com/t/dxf-to-svg-conversion-produc...
  7. Aspose Dxf to SVG conversion by preserving laye...

    I am using Aspose java library to export svg from Dxf files. The exported svg is lacking layer information. Is there a way I can export the layer information as a group for further processing. Exported-Aspose.zip (3.1 K…...Aspose Dxf to SVG conversion by preserving layer information...java library to export svg from dxf files. The exported svg is lacking...

    forum.aspose.com/t/aspose-dxf-to-svg-conversion...
  8. Dxf导出jpg文件后丢失元素 - Free Support Forum - aspose.com

    image.png (18.4 KB) image.png (4.5 KB) 上图是Dxf和jpg的差异 image.png (86.0 KB) 上面是我的代码...Dxf导出jpg文件后丢失元素 中文技术支持 wangjigen December 18, 2024, 8:09am 1...4 KB) image.png (4.5 KB) 上图是dxf和jpg的差异 image.png (86.0 KB) 上面是我的代码...

    forum.aspose.com/t/dxf-jpg/295927
  9. Cannot open the file after converting dwg to dx...

    sample.zip (218.3 KB) import aspose.cad as cad # Specify paths for input and output files. inputDWG = "sample.dwg" outputDxf = "sample_out.Dxf" # Load DWG file image = cad.Image.load(inputDWG) # Specify Dxf options o…...file after converting dwg to dxf Aspose.CAD Product Family xiuwei...dwg" outputDXF = "sample_out.dxf" # Load DWG file image = cad...

    forum.aspose.com/t/cannot-open-the-file-after-c...
  10. Get fill color of a CadEntity in dxf file - Fre...

    I am trying to parse the Dxf file using aspose cad for java. My idea is to export all the layers and entities later use a third part library like Batik to convert to svg. Following is the code to load the Dxf file: fin…...fill color of a CadEntity in dxf file Aspose.CAD Product Family...5:35pm 1 I am trying to parse the dxf file using aspose cad for java...

    forum.aspose.com/t/get-fill-color-of-a-cadentit...