Sort Score
Result 10 results
Languages All
Labels All
Results 1,321 - 1,330 of 3,355 for

groupdocs.editor,

(0.05 sec)
  1. Set image resolution | Documentation

    This topic describes how to set image resolution in PDF file using the GroupDocs.Viewer .NET API (C#)....This topic describes how to set image resolution in PDF file using the GroupDocs.Viewer .NET API (C#).

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  2. Optimize spreadsheets in a PDF file | Documenta...

    This topic describes how to optimize spreadsheets in a PDF file using the GroupDocs.Viewer .NET API (C#)....This topic describes how to optimize spreadsheets in a PDF file using the GroupDocs.Viewer .NET API (C#).

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  3. Save a modified file to the original source | D...

    This article shows how to save the modified content to the underlying source in Java....This article shows how to save the modified content to the underlying source in Java.

    docs.groupdocs.com/metadata/java/save-a-modifie...
  4. Update annotation replies | Documentation

    The page describes how to update annotation replies when collaborate over document using GroupDocs.Annotation for .NET API....The page describes how to update annotation replies when collaborate over document using GroupDocs.Annotation for .NET API.

    docs.groupdocs.com/annotation/net/update-annota...
  5. Load document from Azure Blob Storage | Documen...

    The page describes how to load PDF, Word, Excel, PowerPoint documents from Azure Blob storage when using GroupDocs.Annotation for .NET....The page describes how to load PDF, Word, Excel, PowerPoint documents from Azure Blob storage when using GroupDocs.Annotation for .NET.

    docs.groupdocs.com/annotation/net/load-document...
  6. Load document from local disk | Documentation

    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....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.

    docs.groupdocs.com/parser/java/load-document-fr...
  7. Extract data from HTML documents | Documentation

    GroupDocs.Parser provides the functionality to extract data from HTML documents and other markup formats. The following table provides the list of supported formats: Format Description HTML Hypertext Markup Language File XHTML Extensible Hypertext Markup Language File MHTML MIME HTML File MD Markdown XML XML File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Parser for .NET examples GroupDocs....GroupDocs.Parser provides the functionality to extract data from HTML documents and other markup formats. The following table provides the list of supported formats: Format Description HTML Hypertext Markup Language File XHTML Extensible Hypertext Markup Language File MHTML MIME HTML File MD Markdown XML XML File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Parser for .NET examples GroupDocs.

    docs.groupdocs.com/parser/net/extract-data-from...
  8. Get supported file formats | Documentation

    This page describes how the search api is used to obtain a list of supported file types....This page describes how the search api is used to obtain a list of supported file types.

    docs.groupdocs.com/search/net/get-supported-fil...
  9. Using OCR to redact image documents | Documenta...

    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 for Java v21.6: textual replacements are not supported, so you have to use color box replacements to redact text in images....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 for Java v21.6: textual replacements are not supported, so you have to use color box replacements to redact text in images.

    docs.groupdocs.com/redaction/java/using-ocr/
  10. Pre-rasterize | Documentation

    This article shows how to pre-rasterize a document using the redaction API....This article shows how to pre-rasterize a document using the redaction API.

    docs.groupdocs.com/redaction/java/pre-rasterize/