Sort Score
Result 10 results
Languages All
Labels All
Results 2,811 - 2,820 of 17,832 for

pdf viewer

(0.38 sec)
  1. Verify Barcode signatures in the document | Gro...

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

    docs.groupdocs.com/signature/net/verify-barcode...
  2. Extract data from ZIP archives | GroupDocs

    Learn how to extract data from ZIP archives using GroupDocs.Parser for Python via .NET. Extract files, iterate through archive contents, and parse nested archives....Viewer Product Solution GroupDocs...extensions to extract (e.g., ['.pdf', '.docx']) """ os . makedirs...

    docs.groupdocs.com/parser/python-net/extract-da...
  3. Handling incorrect document password exception ...

    This article shows how to handle incorrect document password exception with GroupDocs.Signature API....Viewer Product Solution GroupDocs...new Signature ( "ProtectedPwd.pdf" , loadOptions )) { try { QrCodeSignOptions...

    docs.groupdocs.com/signature/net/handling-incor...
  4. Update Image signatures in document | GroupDocs

    This article explains how to update Image electronic signatures with GroupDocs.Signature API....Viewer Product Solution GroupDocs...new Signature ( "sampleSigned.pdf" )) { ImageSearchOptions options...

    docs.groupdocs.com/signature/java/update-image-...
  5. Advanced search for Barcode signatures | GroupDocs

     This article explains how to make advanced search for Barcode electronic signatures with GroupDocs.Signature API....Viewer Product Solution GroupDocs...signature = new Signature ( "sample.pdf" ); BarcodeSearchOptions options...

    docs.groupdocs.com/signature/java/advanced-sear...
  6. Advanced search for QR-code signatures | GroupDocs

     This article explains how to provide advanced search for QR-code electronic signatures with GroupDocs.Signature API....Viewer Product Solution GroupDocs...signature = new Signature ( "sample.pdf" ); QrCodeSearchOptions options...

    docs.groupdocs.com/signature/java/advanced-sear...
  7. Verify QR-code signatures | GroupDocs

     This article explains how to provide advanced verification of QR-code electronic signatures with GroupDocs.Signature API....Viewer Product Solution GroupDocs...signature = new Signature ( "sample.pdf" ); // create QRCode option with...

    docs.groupdocs.com/signature/java/verify-qr-cod...
  8. Extract data from Microsoft Office Word documen...

    GroupDocs.Parser provides the functionality to extract data from Microsoft Office Word documents. Both classic (doc, dot) and Open XML (docx, dotx) formats are supported. Also LibreOffice Writer (OpenOffice.org Writer) formats and RTF are supported. The following table provides the list of supported formats: Format Description DOC Microsoft Office Word Document DOT Microsoft Office Word Document Template DOCX Microsoft Office Open XML Document DOCM Microsoft Office Open XML Macro-Enabled Document DOTX Microsoft Office Open XML Document Template DOTM Microsoft Office Open XML Document Macro-Enabled Template TXT Plain text ODT Open Document Text OTT Open Document Text Template RTF Rich Text Format 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...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/java/extract-data-fro...
  9. How to Extract Metadata from Excel File in C#

    Let's understand the process to extract metadata from Excel file in C# with a simple API calls and learn how to develop the C# Excel metadata extractor application....Viewer Product Family GroupDocs.Comparison...such as DOC, DOCX, DOT, PPTX, PDF, EML, MSG, POT, and many more...

    kb.groupdocs.com/parser/net/how-to-extract-meta...
  10. OCR support | GroupDocs

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....Viewer Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/java/ocr-support/