Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 6,299 for

file watermark

(2.65 sec)
  1. Introducing Support for EMLX and OFT Email Form...

    We are extremely excited to announce the final release of GroupDocs.Watermark for .NET for the year of 2017. In this release, we have extended the supported File formats by adding EMLX and OFT email formats. Furthermore, we have added features to edit Excel objects that can be considered as Watermark. Please continue to read more about this latest release. Support for EMLX and OFT Email FormatsGroupDocs.Watermark for .NET 17.12 allows you to perform Watermarking operations for EMLX and OFT email formats....Watermark for .NET for the year of 2017...have extended the supported file formats by adding EMLX and OFT...

    blog.groupdocs.com/watermark/support-for-emlx-a...
  2. Text Watermark PDF in Java on GroupDocs Blog | ...

    Text Watermark PDF in Java on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Text Watermark PDF in Java on GroupDocs Blog | Document Automation Solution......Text Watermark PDF in Java on GroupDocs Blog | Document Automation...Developers Recent content in Text Watermark PDF in Java on GroupDocs Blog...

    blog.groupdocs.com/it/tag/text-watermark-pdf-in...
  3. GroupDocs.Watermark Product Family

    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....Watermark for .NET for the year of 2017...have extended the supported file formats by adding EMLX and OFT...

    blog.groupdocs.com/categories/groupdocs.waterma...
  4. Features Overview | GroupDocs

    GroupDocs.Watermark for Python via .NET adds, searches, and removes text and image Watermarks through a single, format-independent API — with format-specific placement, content-tree editing, locking, and rasterization....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for Python...

    docs.groupdocs.com/watermark/python-net/feature...
  5. How to run examples | GroupDocs

    How to clone, set up, and run the GroupDocs.Watermark for Python via .NET example suite — locally, with a license, or in Docker....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for Python...

    docs.groupdocs.com/watermark/python-net/how-to-...
  6. GroupDocs.Viewer Product Family

    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....Zoom, Navigate to Pages, set Watermark and tools/features configuration...Zoom, Navigate to Pages, set Watermark and tools/features configuration...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  7. Specify File Type for Comparison Manually | Gro...

    Manually specify the File type when an extension is missing or wrong, using LoadOptions and FileType from GroupDocs.Comparison for Python via .NET....Watermark Product Solution GroupDocs...documents / Specify file type manually Specify File Type for Comparison...

    docs.groupdocs.com/comparison/python-net/develo...
  8. Introducing a More Optimized and Simplified Gro...

    It’s been quite long since we released the last version of GroupDocs.Watermark for .NET API. The reason behind this gap was to introduce a more simplified and optimized Watermark manipulation API for the .NET platform. Today, I am excited to announce that the API v2 of GroupDocs.Watermark for .NET has been released as v19.10 and it is available for download. What’s new in the latest release? The major updates have been done at the architecture level of the API to simplify its usage....Watermark for .NET API. The reason behind...simplified and optimized watermark manipulation API for the ...

    blog.groupdocs.com/watermark/net-api-to-add-sea...
  9. Load Password-Protected File | GroupDocs

    Unlock and convert password-protected Word, Excel, PowerPoint, and PDF documents by passing a LoadOptions instance with the password attribute to the Converter constructor in GroupDocs.Conversion for Python via .NET....Watermark Product Solution GroupDocs...Password-Protected File Load Password-Protected File Leave feedback...

    docs.groupdocs.com/conversion/python-net/develo...
  10. 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...