Sort Score
Result 10 results
Languages All
Labels All
Results 2,751 - 2,760 of 18,141 for

pdf viewer

(0.09 sec)
  1. Load specific file formats | GroupDocs

    Learn how to load specific file formats manually using LoadOptions in GroupDocs.Parser for Python via .NET....Viewer Product Solution GroupDocs...formats (auto-detected) # - PDF # - DOC, DOCX # - XLS, XLSX #...

    docs.groupdocs.com/parser/python-net/load-speci...
  2. Verify Digital signatures in the document | Gro...

    This topic explains how to verify digital electronic signatures with GroupDocs.Signature API....Viewer Product Solution GroupDocs...signature = new Signature ( "sample.pdf" ); DigitalVerifyOptions options...

    docs.groupdocs.com/signature/java/verify-digita...
  3. How to Convert HTML to RTF in C#

    In this quick how-to tutorial, we will explain the steps to convert HTML to RTF in C# and how to implement C# HTML to RTF feature using this guide....Viewer Product Family GroupDocs.Comparison...formats such as TIFF, PPSM, PDF, MHT, PPTX, XLSX, and many more...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. GroupDocs.Watermark for Python overview | Group...

    GroupDocs.Watermark for .NET is a powerful API for managing watermarks in the various documents formats such as Pdf, DOCX/DOC/RTF, PPTX/PPT, XLSX/XLS, JPG, PNG, TIFF, GIF and many others....Viewer Product Solution GroupDocs...objects in a document. Perform PDF document rasterization. Fetch...

    docs.groupdocs.com/watermark/python-net/product...
  5. Add document to Presentation via OLE | GroupDocs

    This article explains how to add document to Presentation via OLE with GroupDocs.Merger within your Java applications....Viewer Product Solution GroupDocs...document content. The Word and PDF documents, Excel and Oped Document...

    docs.groupdocs.com/merger/java/add-document-to-...
  6. Verifying documents with exception handling | G...

     This article explains how to handle specific exceptions when verifying document electronic signatures with GroupDocs.Signature API....Viewer Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { DigitalVerifyOptions options...

    docs.groupdocs.com/signature/net/verifying-docu...
  7. Verify Digital signatures in the document | Gro...

    This topic explains how to verify digital electronic signatures with GroupDocs.Signature API....Viewer Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { DigitalVerifyOptions options...

    docs.groupdocs.com/signature/net/verify-digital...
  8. Indexing metadata of documents | GroupDocs

    API allows creating of full-text and / or metadata index on documents. To index only metadata without main content of documents, you only need to set IndexType.MetadataIndex when creating an index....Viewer Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/java/indexing-metadat...
  9. Markdown | GroupDocs

    This article explains that how to extract Markdown formatted text from document page....Viewer Product Solution GroupDocs...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/net/markdown/
  10. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Viewer Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/net/working-with-bm...