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

docx page removal

(0.07 sec)
  1. 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/
  2. 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...
  3. 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...
  4. 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/
  5. Load from a local disk | Documentation

    The following example demonstrates how to load file from local disk....inputPath )) { // Extract, edit or remove metadata here } More resources...and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/load-from-a-loc...
  6. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk in Java... InputJpeg )) { // 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...
  7. Load from a local disk | Documentation

    The following example demonstrates how to load a file from a local disk. advanced_usage.loading_files.LoadFromLocalDisk // Constants.InputOne is an absolute or relative path to your document. Ex: @"C:\Docs\source.one" try (Metadata metadata = new Metadata(Constants.InputOne)) { // 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 .NET examples GroupDocs.Metadata for Java examples...InputOne )) { // 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-lo...
  8. Clean metadata | Documentation

    This artcle explains how to remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Clean metadata Leave feedback Remove all recognized metadata properties...Sometimes you may need to just remove all or clean metadata properties...

    docs.groupdocs.com/metadata/net/clean-metadata/
  9. Save a modified file to a stream | Documentation

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

    docs.groupdocs.com/metadata/net/save-a-modified...
  10. 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/