Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 341 for

docx page removal

(0.07 sec)
  1. Delete Barcode signatures from documents | Docu...

    This article explains how to delete Barcode electronic signatures with GroupDocs.Signature API....list object(s) that should be removed from the document; Call object...signature = new Signature ( "signed.docx" ); try { BarcodeSearchOptions...

    docs.groupdocs.com/signature/java/delete-barcod...
  2. Load PDF document with options | Documentation

    Learn this article and check how to load and convert PDF documents with advanced options using GroupDocs.Conversion for Java API.... whether to remove the embedded files from the...outputPath = "ConvertPdfAndFlatten.docx" const convertOptions = new...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  3. Delete QR-code signatures from documents | Docu...

    This article explains how to delete QR code electronic signatures with GroupDocs.Signature API....list object(s) that should be removed from the document; Call object...signature = new Signature ( "signed.docx" ); try { QrCodeSearchOptions...

    docs.groupdocs.com/signature/java/delete-qr-cod...
  4. Metadata redactions | Documentation

    This article shows that how Java redaction API allows you to replace or remove metadata using filters or search by regular expression....docx" ); try { redactor . apply (...use MetadataSearchRedact to remove sensitive data from document’s...

    docs.groupdocs.com/redaction/java/metadata-reda...
  5. How to Run Examples | Documentation

    Learn how to run C# examples which contain many examples of data redaction. You can learn redact in word, how to redact information in pdf or images and many more....docx" ; // NOTE: Put here actual...new ReplacementOptions ( "[removed]" ))); // replace with blue...

    docs.groupdocs.com/redaction/net/how-to-run-exa...
  6. Redaction Basics | Documentation

    This article shows that how Java developers can apply metadata, image, annotation and text redaction in their documents. Wide range of document formats is supported, such as, PDF, DOC, Docx, PPT, PPTX, XLS, XLSX and others....ImageAreaRedaction Removes specific range of pages (slides, worksheets...redactor = new Redactor ( "sample.docx" ); try { redactor . apply (...

    docs.groupdocs.com/redaction/java/redaction-bas...
  7. Deleting Image signatures - advanced | Document...

    This article shows how to delete Image electronic signatures different ways with GroupDocs.Signature API....list object(s) that should be removed from the document; Call object...signature = new Signature ( "signed.docx" ); ImageSearchOptions options...

    docs.groupdocs.com/signature/java/deleting-imag...
  8. AI Watermarking: Protect Documents with Context...

    Discover how to protect documents with AI-powered watermarks using GroupDocs.Watermark. Learn to add, create, and customize watermarks automatically for enhanced document security and content protection....Customize Watermarks How to Remove Watermarks Why This Approach...different situations, and even remove watermarks when you need to...

    blog.groupdocs.com/watermark/ai-driven-dynamic-...
  9. Clear watermarks | Documentation

    This article shows how to clear existing text or image watermarks....watermarks Leave feedback Removing existing watermarks is another...allows searching and then removing text or image watermarks from...

    docs.groupdocs.com/watermark/net/basic-usage/cl...
  10. Adding a watermark alters the original word doc...

    Hello, We’re trying to add watermark in Word documents using the Java module groupdocs-watermark. Watermarks are being added succesfully, but they alter the original document (blank spaces/lines or modifying text align…...docx and document3.docx : one line of “RANDOM...of right-aligned. document2.docx : blank spaces are added in...

    forum.groupdocs.com/t/adding-a-watermark-alters...