Sort Score
Result 10 results
Languages All
Labels All
Results 2,611 - 2,620 of 17,738 for

pdf viewer

(0.31 sec)
  1. GroupDocs.Parser Overview | GroupDocs

    In this article, get acquainted with the features, functions, supported file formats and developer usage of GroupDocs.Parser for Python via .NET — API to extract text, images, metadata, and structured data from documents....Viewer Product Solution GroupDocs...archives, email attachments, PDF portfolios) You can use GroupDocs...

    docs.groupdocs.com/parser/python-net/groupdocs-...
  2. Load document from local disk | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from documents on the local disk. The following example shows how to load the document from the local disk: // Set the filePath String filePath = Constants.SamplePdf; // Create an instance of Parser class with the filePath try (Parser parser = new Parser(filePath)) { // Extract a text into the reader try (TextReader reader = parser.getText()) { // Print a text from the document // If text extraction isn't supported, a reader is null System....Viewer Product Solution GroupDocs...welcome to extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/java/load-document-fr...
  3. 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...
  4. Load document of specific format | GroupDocs

    This article explains how to load document of specific format....Viewer Product Solution GroupDocs...Email Image GifImage TiffImage PDF Presentation Spreadsheet WordProcessing...

    docs.groupdocs.com/watermark/java/load-document...
  5. Pre-rasterize | GroupDocs

    This article shows how to pre-rasterize a document using the redaction API....Viewer Product Solution GroupDocs...to the file as a rasterized PDF, e.g. uisng ImageAreaRedaction:...

    docs.groupdocs.com/redaction/java/pre-rasterize/
  6. Save a modified file to the original source | G...

    This article shows how to save the modified content to the underlying source in Java....Viewer Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  7. 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...
  8. Synchronizing shards | GroupDocs

    This page contains information about synchronizing shards in the search network....Viewer Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/java/synchronizing-sh...
  9. Ինչպես փոխարկել Excel-ը CSV-ի Java-ում

    Այս գրառումն ընդգրկում է հիմնական փաստաթղթերի փոխակերպումը և պարունակում է մանրամասն հրահանգներ, թե ինչպես փոխարկել Excel-ը CSV-ի Java-ում, ինչպես նաև Java կոդը՝ Excel-ը CSV-ի փոխարկելու համար:...Viewer Product Family GroupDocs.Comparison...դարձնել ինչպես փոխարկել HTML-ը PDF-ի Java-ում -ին: Updated on 28...

    kb.groupdocs.com/hy/conversion/java/how-to-conv...
  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/