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

drawing

(0.14 sec)
  1. [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...
  2. Text redaction | GroupDocs

    This article explains that how C# redaction API allows you to easily redact data of sensitive or private nature from your documents. You can apply text redaction using exact phrase or regular expression for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others.... Drawing . Color . Black ))); redactor...ReplacementOptions ( System . Drawing . Color . Blue ))); redactor...

    docs.groupdocs.com/redaction/net/text-redactions/
  3. 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...
  4. 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...
  5. 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...
  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. 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...
  10. 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...