Sort Score
Result 10 results
Languages All
Labels All
Results 6,551 - 6,560 of 10,458 for

document viewer

(1.22 sec)
  1. Index Browser | GroupDocs

    Index Browser is a .NET application for managing indexes created using the GroupDocs.Search library...Viewer Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/index-bro...
  2. 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); // ....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-ca...
  3. How to Add Dropdown Component in PDF using C#

    In this topic, you will discover how to add dropdown component in PDF using C#.Moreover, we will work with you to write C# code to insert dropdown in PDF using C#....Viewer Product Family GroupDocs.Comparison...dropdown field in your PDF document. The dropdown allows you to...

    kb.groupdocs.com/annotation/net/how-to-add-drop...
  4. Merge TEX | GroupDocs

    Learn how to merge TEX files, combine TEX files into one file programmatically in java language using GroupDocs.Merger for Java library....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...

    docs.groupdocs.com/merger/java/merge/tex/
  5. Working with worksheet headers and footers | Gr...

    Inspect, clear, and watermark images in headers and footers using Python via .NET....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/python-net/working...
  6. Working with OpenType fonts | GroupDocs

    OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior. Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific information from OpenType font files. The following are the steps to read the header of an OpenType file. Load an OpenType font file Get the root metadata package Extract the native metadata package using the OpenTypeRootPackage....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/working-with-o...
  7. Remove Text Watermark from PPTX Using Python

    You can remove text watermark from PPTX using Python with simple steps. This guide also explains how to delete watermark in PowerPoint using Python easily....Viewer Product Family GroupDocs.Comparison...offering flexibility for various document versions or organizational...

    kb.groupdocs.com/watermark/python/remove-text-w...
  8. Search reports | GroupDocs

    This article shows that how to perform the operations on generated search reports....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/search-reports/
  9. Working with Metadata in ASF Files | GroupDocs

    Working with metadata in ASF files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. How to Convert MSG to EML using C#

    This section will teach you how to convert MSG to EML using C# without the need of third-party software. Also, we will provide code to export MSG to EML in C#....Viewer Product Family GroupDocs.Comparison...successfully set up the recommended document conversion library and made...

    kb.groupdocs.com/conversion/net/how-to-convert-...