Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 6,096 for

file watermark

(1.37 sec)
  1. Save overwriting original file | GroupDocs

    The following example demonstrates how to save the redacted document, replacing an original File: // Make a copy of sample File Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original File redactor.save(options); } } finally { redactor....Watermark Product Solution GroupDocs...overwriting original file Save overwriting original file Leave feedback...

    docs.groupdocs.com/redaction/java/save-overwrit...
  2. Working with slide backgrounds | GroupDocs

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_Watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker Watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = Watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for Java...

    docs.groupdocs.com/watermark/java/working-with-...
  3. Load file from local disk | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Parser for Python via .NET....Watermark Product Solution GroupDocs...Loading / Load file from local disk Load file from local disk...

    docs.groupdocs.com/parser/python-net/load-file-...
  4. Tags

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular File formats....NET watermark library 1 2025 1 25.10 1 3D...Barcode in Java 1 Add Image Watermark 2 add password in csharp 1...

    blog.groupdocs.com/zh/tags/
  5. Tags

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular File formats....NET watermark library 1 2025 1 25.10 1 3D...Barcode in Java 1 Add Image Watermark 2 add password in csharp 1...

    blog.groupdocs.com/zh-hant/tags/
  6. Question about big xlsx files (>1MB) after tile...

    Hey, I’ve noticed after full regression testing that big XLSX Files could cause troubles during tile Watermarking process. The whole topic is about XLSX Files from 1MB to 100MB in size. That’s the code snippet which we’…...about big xlsx files (>1MB) after tile watermarking GroupDocs.Watermark...Watermark Product Family watermark artempenteskul December 15...

    forum.groupdocs.com/t/question-about-big-xlsx-f...
  7. Find and Remove Watermarks from Documents in C#

    .NET API to programmatically find and remove text and image based Watermarks from PDF, Word, Excel, PowerPoint, Visio documents using C#....at how to find and remove watermarks from documents in C# . There...can be text and image-based watermarks in a document. We can easily...

    blog.groupdocs.com/watermark/find-and-remove-wa...
  8. Get supported file types | GroupDocs

    This article explains how to obtain supported File formats list when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) documents with GroupDocs.Merger within your Java applications....Watermark Product Solution GroupDocs.../ Get supported file types Get supported file types Leave feedback...

    docs.groupdocs.com/merger/java/get-supported-fi...
  9. Rasterize document or page | GroupDocs

    The Watermark can be removed from the PDF documents using third-party tools. However, if you want to remove a Watermark that is almost impossible to remove, you can rasterize pdf documents. GroupDocs.Watermark provides the feature to convert all the pages of a PDF document to raster images with only one line of code....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for Java...

    docs.groupdocs.com/watermark/java/rasterize-doc...
  10. Text file encoding detection | GroupDocs

    This article explains that how to detect encoding of a text File automatically....Watermark Product Solution GroupDocs...Indexing / Text file encoding detection Text file encoding detection...

    docs.groupdocs.com/search/net/text-file-encodin...