Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 782 for

drawing

(0.06 sec)
  1. get-supported-file-formats.txt

    ActionScript Programming Language format (.as) ActionScript Programming Language format (.as3) Assembler Programming Language format (.asm) Type of interpreter that processes shell commands (.bash)......dwg) AutoCAD Drawing Interchange (.dxf) Specialized...Microsoft Visio 2003-2010 XML Drawing (.vdx) Vim source code file...

    docs.groupdocs.com/comparison/python-net/_outpu...
  2. Render Visio documents as HTML, PDF, and image ...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert Visio diagrams to HTML, PDF, PNG, and JPEG formats....Create an HTML file for each drawing page. // {0} is replaced with...Create an HTML file for each drawing page. // Specify the HTML file...

    docs.groupdocs.com/viewer/nodejs-java/render-vi...
  3. Render Visio documents as HTML, PDF, and image ...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Visio diagrams to HTML, PDF, PNG, and JPEG formats....Create an HTML file for each drawing page. // {0} is replaced with...Create an HTML file for each drawing page. // Specify the HTML file...

    docs.groupdocs.com/viewer/java/render-visio-doc...
  4. Use PDF redaction filters | GroupDocs

    This article explains that how to set page-level scope to PDF redactions.... Drawing . Point ( 0 , lastPage . Height...Height / 2 ), new System . Drawing . Size ( lastPage . Width ...

    docs.groupdocs.com/redaction/net/use-pdf-redact...
  5. Load CAD document with options | GroupDocs

    Learn this article and check how to load and convert CAD documents with advanced options using GroupDocs.Conversion for .NET API.... Specifies the type of drawing of a CAD document. Sets the...BackgroundColor = System . Drawing . Color . White }; using (...

    docs.groupdocs.com/conversion/net/load-cad-docu...
  6. Convert CAD Drawings (DWG, DGN, DWF) to PDF in ...

    Convert the CAD files like DWG to PDF in Java. DWF, DGN, and AutoCAD Drawings to PDF using document and image conversion Java API by GroupDocs....effects in movies, technical drawings, and much more. PDF is one...format when such technical drawings are to be transferred to a...

    blog.groupdocs.com/conversion/convert-cad-drawi...
  7. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD Drawing, the GroupDocs.Metadata API provides the CadRootPackage.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....To access metadata in a CAD drawing, the GroupDocs.Metadata API...metadata properties in a DXF drawing. Please check the code sample...

    docs.groupdocs.com/metadata/java/working-with-c...
  8. View CAD files in C# using .NET API | Convert D...

    Build your CAD files viewer in C# to view Drawings. Convert DWG, DGN to render as HTML, JPG, PNG, or PDF using document viewer .NET API by GroupDocs....( Computer-Aided Design ) drawings are normally used to create...discussed viewing the CAD drawings using Java in a separate article...

    blog.groupdocs.com/viewer/view-cad-documents-us...
  9. Render Visio documents as HTML, PDF, and image ...

    Convert Visio diagrams to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer for Python via .NET API....Create an HTML file for each drawing page. # {0} is replaced with...Create an HTML file for each drawing page. # Specify the HTML file...

    docs.groupdocs.com/viewer/python-net/render-vis...
  10. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD Drawing, the GroupDocs.Metadata API provides the CadRootPackage.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....To access metadata in a CAD drawing, the GroupDocs.Metadata API...metadata properties in a DXF drawing. Please check the code sample...

    docs.groupdocs.com/metadata/net/working-with-ca...