Sort Score
Result 10 results
Languages All
Labels All
Results 3,181 - 3,190 of 19,212 for

pdf signature

(0.07 sec)
  1. Extracting Common Image Information | GroupDocs

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Signature Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/net/extracting-comm...
  2. Numeric range search | GroupDocs

    This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue) using Java search API....Signature Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/java/numeric-range-se...
  3. Caching | GroupDocs

    Learn this article and check how to improve conversion speed and performance when convert document with GroupDocs.Conversion for .NET API....Signature Product Solution GroupDocs...converter . Convert ( "converted.pdf" , options ); stopWatch . Stop...

    docs.groupdocs.com/conversion/net/caching/
  4. GroupDocs.Watermark Overview | GroupDocs

    GroupDocs.Watermark for Node.js via Java 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....Signature Product Solution GroupDocs...objects in a document. Perform PDF document rasterization. Fetch...

    docs.groupdocs.com/watermark/nodejs-java/groupd...
  5. Search flow | GroupDocs

    This article shows the internal stages of each search operation....Signature Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/net/search-flow/
  6. Search thread safety | GroupDocs

    This article shows that how search thread safety works....Signature Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/java/search-thread-sa...
  7. How to Extract Metadata from Word Document usin...

    This short tutorial describes the process to extract metadata from Word document using Java, and how to iterate through the metadata word document in Java....Signature Product Family GroupDocs.Metadata...various document formats such as PDF, XLSX, PPTX, MSG, EML, EPUB,...

    kb.groupdocs.com/parser/java/how-to-extract-met...
  8. Add underline annotation | GroupDocs

    The page describes how to add an underline annotation to a document using GroupDocs.Annotation for .NET....Signature Product Solution GroupDocs...annotator = new Annotator ( "input.pdf" )) { UnderlineAnnotation underline...

    docs.groupdocs.com/annotation/net/add-underline...
  9. Save attachments | GroupDocs

    Save attachments and embedded files from Pdf, Outlook data file or email...Signature Product Solution GroupDocs...Outlook data files, archives, and PDF documents. C# using System.IO...

    docs.groupdocs.com/viewer/net/how-to-extract-an...
  10. Get file info | GroupDocs

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

    docs.groupdocs.com/comparison/python-net/get-fi...