Sort Score
Result 10 results
Languages All
Labels All
Results 2,891 - 2,900 of 17,060 for

pdf viewer

(0.16 sec)
  1. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....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...
  2. Get file info | GroupDocs

    This article explains how to detect document file type, size and calculate pages count with GroupDocs.Comparison....Viewer Product Solution GroupDocs...represents the document file type (PDF, Word document, Excel spreadsheet...

    docs.groupdocs.com/comparison/nodejs-java/get-f...
  3. Working with interpreted values | GroupDocs

    Understand and extract human-readable (interpreted) values for metadata properties using GroupDocs.Metadata for Python via .NET....Viewer Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/python-net/working-...
  4. Working with ZIP archives | GroupDocs

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files to extract information about archived files The following code snippet shows how to get metadata from a ZIP archive. AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties Encoding encoding = Encoding....Viewer Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/net/working-with-zi...
  5. Search for encrypted text in Metadata signature...

     This article explains how to search for encrypted text electronic signatures in the document metadata. This topic contains example of using standard encryption and search for encrypted text in the document metadata with further decryption by GroupDocs.Signature API....Viewer Product Solution GroupDocs...Apps. You are welcome to eSign PDF, Word, Excel, PowerPoint documents...

    docs.groupdocs.com/signature/java/search-for-en...
  6. Queries in text and object form | GroupDocs

    This article gives the knowledge about two ways to create a search query: in text or object form using Java search API....Viewer Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/nodejs-java/queries-i...
  7. eSign document with Stamp signature | GroupDocs

    This article explains how to sign document electronically with generated Stamp signatures by GroupDocs.Signature API....Viewer Product Solution GroupDocs...Apps. You are welcome to eSign PDF, Word, Excel, PowerPoint documents...

    docs.groupdocs.com/signature/java/esign-documen...
  8. Composing signature with solid brush background...

     This article explains how to fill signature background with solid brush...Viewer Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { TextSignOptions options...

    docs.groupdocs.com/signature/net/composing-sign...
  9. Control Meta-Data and Build a Custom UI with th...

    GroupDocs.Annotation for Java is a lightweight library that allows end users to annotate Pdf and Microsoft Office documents, raster images, AutoCAD drawings and 50+ types of files without the need to install the software that the documents or images were created in. A convenient web UI allows users to view, annotate, redact, comment on and share documents from any web-enabled device. Recently we’ve released a new GroupDocs.Annotation for Java library – version 1....allows end users to annotate PDF and Microsoft Office documents...Applications # Following the GroupDocs.Viewer for Java library, the AnnotationHandler...

    blog.groupdocs.com/annotation/control-meta-data...
  10. How to search signatures with LINQ queries | Gr...

     This article explains how to search signatures with LINQ query with GroupDocs.Signature API....Viewer Product Solution GroupDocs...filePath = Constants . SAMPLE_PDF ; string fileName = Path . GetFileName...

    docs.groupdocs.com/signature/net/search-signatu...