Sort Score
Result 10 results
Languages All
Labels All
Results 3,321 - 3,330 of 18,141 for

pdf viewer

(0.23 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); // ....Viewer Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/net/working-with-ca...
  2. Generate previews | GroupDocs

    This article provides learning contents about how to generate page previews of documents in .NET using GroupDocs.Parser for Java API...Viewer Product Solution GroupDocs...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/java/generate-previews/
  3. Search for text containing special characters |...

    This article shows how to handle search queries if they contain special characters and separator characters....Viewer Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/java/search-for-text-...
  4. Load Document From Azure Blob Storage | GroupDocs

    id: load-document-from-azure-blob-storage url: signature/net/load-document-from-azure-blob-storage title: How to load a document from Azure Blob Storage linkTitle: → Amazon Blob weight: 2 description: “This section explains how to load document from Azure Blob Storage with GroupDocs.Signature API.” keywords: productName: GroupDocs.Signature for .NET toc: True structuredData: showOrganization: True application: name: Signing document loaded from Azure Blob Storage using C# description: Handling Azure Blob Storage documents with C# language by GroupDocs.Signature for .NET APIs productCode: signature productPlatform: net showVideo: True howTo: name: How to get and process Azure Blob Storage document via C# description: Get information about ways of handling documents downloaded from Azure Blob Storage with C# steps: - name: Load source document text: Instantiate CloudBlobContainer object providing account and blob storage data....Viewer Product Solution GroupDocs...powerful free online apps. To sign PDF, Word, Excel, PowerPoint, and...

    docs.groupdocs.com/signature/net/developer-guid...
  5. Supported file formats | GroupDocs

    This topic lists file formats supported by GroupDocs.Viewer for Node.js....Viewer Product Solution GroupDocs...GroupDocs.Viewer Product Family / GroupDocs.Viewer for Node.js...

    docs.groupdocs.com/viewer/nodejs-java/supported...
  6. Supported file formats | GroupDocs

    This topic lists file formats supported by GroupDocs.Viewer for Java....Viewer Product Solution GroupDocs...GroupDocs.Viewer Product Family / GroupDocs.Viewer for Java /...

    docs.groupdocs.com/viewer/java/supported-docume...
  7. Use Microsoft Azure Computer Vision API | Group...

    This article explains that how to use Microsoft Azure Computer Vision API...Viewer Product Solution GroupDocs...various document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/redaction/net/use-microsoft-...
  8. Use redaction policies | GroupDocs

    Learn how to deal.If you have a corporate sensitive data removal policy as a list of redaction rules, you don't need to specify them in your code. You can specify an XML document with a list of pre-configured redactions....Viewer Product Solution GroupDocs...various document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/redaction/python-net/use-red...
  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...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Introduction | GroupDocs

    This is an introduction into edit document techniques explanation like main stages of document opening, editing and saving results within Java applications....Viewer Product Solution GroupDocs...document of some format (like DOCX, PDF, or XLSX, for example). At this...

    docs.groupdocs.com/editor/java/introduction/