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

dxf

(0.07 sec)
  1. 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/
  2. 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...
  3. 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...
  4. Utilize Aspose.Imaging for Python via .NET to c...

    You can use Aspose.Imaging for Python via .NET library to convert from a variety of formats to Dxf...Conversion Dxf Converting image documents using Aspose to DXF with...of different image formats to DXF Download Using Aspose, every...

    products.aspose.com/imaging/python-net/conversi...
  5. 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...
  6. 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...
  7. 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
  8. Updating LastSavedBy header property and saving...

    I want to update the LastSavedBy header property of a small sample Dxf file and used the following Java code and version 23.10 of the Aspose CAD Java library: CadImage cadImage = (CadImage)Image.load(inputDir + testFile…...header property and saving to dxf or stp Aspose.CAD Product Family...header property of a small sample DXF file and used the following Java...

    forum.aspose.com/t/updating-lastsavedby-header-...
  9. How to remove the outer viewbox frame from dxf ...

    Hello, I am using aspose.imaging to convert svg to Dxf. Here is my current code: using (var image = Aspose.Imaging.Image.Load(filePath)) { // Create an instance of DxfOptions var exportOptions = new Aspose.Imaging.I…...the outer viewbox frame from dxf converted from svg? Aspose.Imaging...aspose.imaging to convert svg to dxf. Here is my current code: using...

    forum.aspose.com/t/how-to-remove-the-outer-view...
  10. 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...