Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 2,720 for

information extraction

(0.06 sec)
  1. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format Information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format Information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....Purchase Buy Now Pricing Information Free Trials Temporary License...document and extract some additional file format information. a PDF...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Document Viewer on GroupDocs Blog | Document Au...

    Document Viewer on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Document Viewer on GroupDocs Blog | Document Automation Solutions for .NET & Java Deve......restriction, restrictions on data extraction and so on. Such features...features that may give you more information about the documents. GroupDocs...

    blog.groupdocs.com/tag/document-viewer/index.xml
  3. Working with metadata in JPEG images | Document...

    Reading Photoshop metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a JPEG image. For more Information on the Photoshop file format and metadata blocks that can be attached to images of different formats please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a JPEG image....Purchase Buy Now Pricing Information Free Trials Temporary License...with a JPEG image. For more information on the Photoshop file format...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. PngInternationalTextChunk Class - GroupDocs.Met...

    Represents international textual data extracted from a PNG image....international textual data extracted from a PNG image. Inheritance...that indicates the type of information represented by the chunk...

    apireference.groupdocs.com/metadata/net/groupdo...
  5. How to Extract Text from Word Document using C#

    This quick tutorial provides thorough Information to extract text from Word document using C# and how to create the read text from Word document C# application....Redaction Product Family How to Extract Text from Word Document using...all the necessary information for extracting text from documents...

    kb.groupdocs.com/parser/net/how-to-extract-text...
  6. Reliable Digital Signature API to eSign PDF, Of...

    GroupDocs native .NET and Java digital signature APIs let you effortlessly eSign PDF, Word, Excel, PowerPoint, ODT, JPG, PNG, GIF, and more files. Try Now!...Please review the following information related to API setup before...Libraries File Parsing & Data Extraction Document Search & Index API...

    www.groupdocs.com/products/sign-business-docume...
  7. Extract data from Emails | Documentation

    GroupDocs.Parser provides the functionality to extract data from emails. Both email message (eml, msg) and Outlook Storage (ost, pst) formats are supported. Also POP, IMAP and Exchange Web Services protocols are supported. The following table provides the list of supported formats: Format Description EML E-Mail Message EMLX Apple Mail Message MSG Microsoft Outlook Mail Message PST Microsoft Outlook Personal Information Store File OST Microsoft Outlook Offline Data File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Purchase Buy Now Pricing Information Free Trials Temporary License...Usage / Extract data from various formats / Extract data from...

    docs.groupdocs.com/parser/java/extract-data-fro...
  8. GitHub - groupdocs-editor/GroupDocs.Editor-for-...

    GroupDocs.Editor for .NET examples, plugins and showcase projects - groupdocs-editor/GroupDocs.Editor-for-.NET... Fetch language information for multi-lingual document...document editing. Extract font information to provide consistent editing...

    github.com/groupdocs-editor/GroupDocs.Editor-fo...
  9. Sign with USB Token - Free Support Forum - grou...

    I want to sign a pdf document with GroupDocs Java, how can I complete this with Groupdocs Java library ?... If you can extract PFX file from your USB Token...interface ? I think you already extract PrivateKey object to sign doc...

    forum.groupdocs.com/t/sign-with-usb-token/12989
  10. QR Code Reader using Java | Scan QR Code from I...

    How to scan QR codes using Java within the application. Java example that reads QR Code from an image that will help you build an online QR scanner....that can contain different information in it. You can use a QR code...to scan it and read the information. QR codes are used in many...

    blog.groupdocs.com/parser/scan-qr-code-using-java/