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

drawing

(0.19 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. 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...
  3. 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...
  4. 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...
  5. [Release] GroupDocs.Metadata for .NET v26.5 - F...

    :rocket: New Release: GroupDocs.Metadata for .NET v26.5 We’re pleased to announce the release of GroupDocs.Metadata for .NET v26.5, bringing improvements to format handling and package distribution. :wrench: What’s New …...engineering and technical drawing files. TFM-Split Packaging...

    forum.groupdocs.com/t/release-groupdocs-metadat...
  6. Compare multiple documents with specific compar...

    Following this guide you will learn how to compare multiple documents with different customisations - style detection, change comparison detalisation level and more.... Drawing . Color . Yellow } }; comparer...() { FontColor = System . Drawing . Color . Yellow } }; comparer...

    docs.groupdocs.com/comparison/net/compare-multi...
  7. Get Supported File Types | GroupDocs

    Enumerate all 72 document formats supported by GroupDocs.Merger for Python via .NET using FileType.get_supported_file_types()....bz2 Visio Drawing File .vsd Visio Drawing .vsdx Visio Stencil...

    docs.groupdocs.com/merger/python-net/get-suppor...
  8. 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...
  9. 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...
  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...