Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 368 for

docx page removal

(0.08 sec)
  1. Save a modified file to the original source | D...

    This article shows how to save the modified content to the underlying source.... OutputPpt )) { // Edit or remove metadata here // Saves the...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/save-a-modified...
  2. Save document | Documentation

    This article demonstrates how to save edited text documents, spreadsheets and presentations with GroupDocs.Editor for .NET API....types some text across the pages of the document, inserts images...images, makes some edits, removes words or paragraphs, or moves...

    docs.groupdocs.com/editor/net/save-document/
  3. 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 v21.3: textual replacements are not supported, so you have to use color box replacements to redact text in images....within office documents (PDF, DOCX, etc.) You have to implement...supported. We are working on removing these limitations in future...

    docs.groupdocs.com/redaction/net/using-ocr/
  4. Save a modified file to a stream | Documentation

    This article shows how to save a file to the specified stream in Java... InputPng )) { // Edit or remove metadata here metadata . save...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  5. Load from a stream | Documentation

    This example demonstrates how to load a file from a stream. advanced_usage.loading_files.LoadFromStream // Constants.InputDoc is an absolute or relative path to your document. Ex: @"C:\Docs\source.doc" try (InputStream stream = new FileInputStream(Constants.InputDoc)) { try (Metadata metadata = new Metadata(stream)) { // Extract, edit or remove metadata here } } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for ....stream )) { // Extract, edit or remove metadata here } } More resources...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  6. Spelling corrector | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector....correction in search queries on the page. To get the number of words...method. The method is used to remove all words from the spelling...

    docs.groupdocs.com/search/net/spelling-corrector/
  7. Email attachments | Documentation

    This article shows how to get the information about the attachments....attachments Leave feedback On this page Extracting all attachments from...attachment . Content ); } } Removing particular attachment from...

    docs.groupdocs.com/watermark/net/email-attachme...
  8. Basic Usage | Documentation

    GroupDocs.Watermark library provides the ability to manipulate different watermark types such as TextWatermark, ImageWatermark. These watermarks could be added to documents, updated, removed, or searched inside already watermarked documents. Our product also provides information about document type and structure - file type, size, Page count, etc. and generates document Page previews based on provided options. Here are the main GroupDocs.Watermark API concepts: Watermarker is the main class that contains all the required methods for manipulating document watermarks....added to documents, updated, removed, or searched inside already...type, size, page count, etc. and generates document page previews...

    docs.groupdocs.com/watermark/java/basic-usage/
  9. Edit PDF | Documentation

    This guide demonstrates how to edit content of PDF files like a common text documents using a GroupDocs.Editor for .NET....Edit PDF Leave feedback On this page This example demonstrates the...freely edit any DOCX document by adding, removing or moving any...

    docs.groupdocs.com/editor/net/edit-pdf/
  10. Annotation redactions | Documentation

    This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, Docx, PPT, PPTX, XLS, XLSX and others....different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others...flexible API that allows to remove sensitive data from annotation...

    docs.groupdocs.com/redaction/python-net/annotat...