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

pdf viewer

(0.11 sec)
  1. Load document from local disk | GroupDocs

    This section explains how to load document from local disk with GroupDocs.Signature API....Viewer Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { TextSignOptions options...

    docs.groupdocs.com/signature/net/load-document-...
  2. 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-...
  3. 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...
  4. 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...
  5. Image search options | GroupDocs

    This article describes the image search options that can be specified in an instance of the ImageSearchOptions class....Viewer Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/nodejs-java/image-sea...
  6. Load from local disc | GroupDocs

    This article shows how the redaction API is used to load file from disk....Viewer Product Solution GroupDocs...add_suffix = True so . rasterize_to_pdf = False result_path = redactor...

    docs.groupdocs.com/redaction/python-net/load-fr...
  7. Load document from URL | GroupDocs

    This section explains how to load document from URL with GroupDocs.Signature API....Viewer Product Solution GroupDocs...esources/SampleFiles/sample.pdf?raw=true" ; using ( Stream stream...

    docs.groupdocs.com/signature/net/load-document-...
  8. GroupDocs.Conversion for .NET | GroupDocs

    GroupDocs.Conversion for .NET is an advanced document conversion API developed to convert files of different formats from within C# applications....Viewer Product Solution GroupDocs...Guide CONVERSION BASICS Convert PDF Convert Word Convert Excel Convert...

    docs.groupdocs.com/conversion/net/
  9. Save in original format | GroupDocs

    This article demonstrates that how to save file in its original format with current date as a suffix...Viewer Product Solution GroupDocs...add_suffix = True so . rasterize_to_pdf = False date_time_str = datetime...

    docs.groupdocs.com/redaction/python-net/save-in...
  10. Using OCR to redact image documents | GroupDocs

    GroupDocs.Redaction supports both types of image documents for Optical Character Recognition (OCR): image files, such as printed document scans (PNG, JPG, etc.) embedded images within office documents (Pdf, DOCX, etc.) You have to implement IOcrConnector interface and pass the instance to RedactorSettings constructor. For more details, see OCR Usage Basics article. OCR usage limitations There are the following limitations of the OCR with GroupDocs.Redaction v21.3: textual replacements are not supported, so you have to use color box replacements to redact text in images....Viewer Product Solution GroupDocs...images within office documents (PDF, DOCX, etc.) You have to implement...

    docs.groupdocs.com/redaction/net/using-ocr/