Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 5,725 for

file watermark

(0.06 sec)
  1. Load Password-Protected File | GroupDocs

    Learn how to load and convert password-protected documents using the GroupDocs.Conversion for Python via .NET API, enabling seamless handling of secured Files....Watermark Product Solution GroupDocs...Password-Protected File Load Password-Protected File Leave feedback...

    docs.groupdocs.com/conversion/python-net/develo...
  2. 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...
  3. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Watermark is coming soon to Java platform...for adding text and image watermark to the popular document formats...

    blog.groupdocs.com/groupdocs.blog/page/64/
  4. Watermark Protected Files using Java on GroupDo...

    Watermark Protected Files using Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Watermark Protected Files using Java on GroupDocs Blog | Document......Watermark Protected Files using Java on GroupDocs Blog | Document...Recent content in Watermark Protected Files using Java on GroupDocs...

    blog.groupdocs.com/fr/tag/watermark-protected-f...
  5. Load file from Amazon S3 storage | GroupDocs

    This article demonstrates how to convert File stored in Amazon S3 storage using GroupDocs.Conversion for .NET API....Watermark Product Solution GroupDocs.../ Loading files from different sources / Load file from Amazon...

    docs.groupdocs.com/conversion/net/load-file-fro...
  6. Introducing Point Annotation for Words in Group...

    We are excitedly announcing another monthly release of GroupDocs.Annotation for Java 18.10. Using this latest version, you can add Point, Polyline and Watermark annotations in Words and Diagrams document. Beside this, a multitude of bug fixes are also introduced in this release. We therefore recommend you to download this latest release for a better API experience. Features Add Watermark, Polyline and Point Annotations in Words and Diagrams documentYou can add Watermark, Polyline and Point Annotations in Words and Diagrams document using this latest release....can add Point, Polyline and Watermark annotations in Words and Diagrams...experience. Features # Add Watermark, Polyline and Point Annotations...

    blog.groupdocs.com/annotation/groupdocs.annotat...
  7. Specify file type for comparison manually | Gro...

    Learn how to manually specify the File type when comparing documents using GroupDocs.Comparison for Python via .NET....Watermark Product Solution GroupDocs...Specify file type for comparison manually Specify file type for...

    docs.groupdocs.com/comparison/python-net/specif...
  8. Features Overview | GroupDocs

    Variety of features to manipulate graphics, Watermarks and text annotations...Watermark Product Solution GroupDocs...annotation types for more 35 file formats. You can use various...

    docs.groupdocs.com/annotation/net/features-over...
  9. Features Overview | GroupDocs

    Variety of features to manipulate graphics, Watermarks and text annotations...Watermark Product Solution GroupDocs...annotation types for more 35 file formats. You can use various...

    docs.groupdocs.com/annotation/java/features-ove...
  10. Check if a file is encrypted | GroupDocs

    This article explains how to check if a File is encrypted using Java with GroupDocs.Viewer for Java....Watermark Product Solution GroupDocs.../ Check if a file is encrypted Check if a file is encrypted Leave...

    docs.groupdocs.com/viewer/java/how-to-check-if-...