Sort Score
Result 10 results
Languages All
Labels All
Results 2,061 - 2,070 of 2,966 for

file format conversion

(0.13 sec)
  1. 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); // ....Conversion Product Solution GroupDocs...Managing metadata for specific formats / Other / Working with CAD...

    docs.groupdocs.com/metadata/net/working-with-ca...
  2. Existing objects in diagram document | GroupDocs

    This article explains how to to find and remove watermarks of both types in Visio document....Conversion Product Solution GroupDocs...shapes with particular text formatting You can also find and remove...

    docs.groupdocs.com/watermark/java/existing-obje...
  3. eSign Image with Metadata signature | GroupDocs

    This article shows how to add metadata signatures to the image exif metadata layer with various data types...Conversion Product Solution GroupDocs...metadata standard. Most image formats support metadata specification...

    docs.groupdocs.com/signature/java/esign-image-w...
  4. Installation | GroupDocs

    This guide helps you quickly install GroupDocs.Watermark for .NET, a powerful library to add, edit, or remove watermarks from PDF, Word, Excel, PowerPoint, Visio, and image Formats. Choose your preferred method below. Install via NuGet (Recommended) Follow these steps to reference GroupDocs.Watermark using Package Manager GUI: Open your solution/project in Visual Studio. Click Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution. You can also access the same option through the Solution Explorer....Conversion Product Solution GroupDocs...PowerPoint, Visio, and image formats. Choose your preferred method...

    docs.groupdocs.com/watermark/net/installation/
  5. Inserting Documents Dynamically | GroupDocs

    Note This feature is supported by version 20.3 or greater. Note The code uses some of the objects defined in The Business Layer. Warning Dynamic insertion of documents from Base64-encoded bytes is available for File Formats where dynamic document insertion is available for Word Processing documents and emails with HTML and RTF bodies only. You can insert contents of outer documents to your reports dynamically using doc tags. A doc tag denotes a placeholder within a template for a document to be inserted during run time....Conversion Product Solution GroupDocs...Base64-encoded bytes is available for file formats where dynamic document insertion...

    docs.groupdocs.com/assembly/java/inserting-docu...
  6. Search index settings | GroupDocs

    This page contains a description of all index settings that can be specified in an instance of the IndexSettings class....Conversion Product Solution GroupDocs...supported or not supported formats. A complete example of implementing...

    docs.groupdocs.com/search/net/search-index-sett...
  7. Indexing options | GroupDocs

    This page contains a description of all the properties of the IndexingOptions class...Conversion Product Solution GroupDocs...following encodings of text files during indexing: UTF-32 LE,...

    docs.groupdocs.com/search/net/indexing-options/
  8. Redaction basics | GroupDocs

    This article shows that how C# developers can apply metadata, image, annotation and text redaction in their documents. Wide range of document Formats is supported, such as, PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Conversion Product Solution GroupDocs... . Wide range of document formats is supported, such as: PDF...

    docs.groupdocs.com/redaction/net/redaction-basics/
  9. Font embedding options | GroupDocs

    Learn how to embed fonts into an output Word document when editing with GroupDocs.Editor API for Node.js....Conversion Product Solution GroupDocs...WordProcessingFormat = groupdocs . formats . WordProcessingFormat ; //...

    docs.groupdocs.com/editor/nodejs-java/font-embe...
  10. Search and highlight text in the loaded documen...

    Search text by literal or regex and highlight found text in the document, loaded to the GroupDocs.Viewer for Java...Conversion Product Solution GroupDocs...family formats, which may have textual content: all formats within...

    docs.groupdocs.com/viewer/java/search-highlight...