Sort Score
Result 10 results
Languages All
Labels All
Results 2,221 - 2,230 of 32,854 for

groupdocs.watermark

(0.36 sec)
  1. Installation | GroupDocs

    GroupDocs hosts all Java APIs on GroupDocs Repository. You use the GroupDocs.Annotation for Java API directly in your Maven projects with simple configurations. Specify GroupDocs Repository Configuration First, you need to specify GroupDocs repository configuration/location in your Maven pom.xml as follows: XML GroupDocs Artifact Repository GroupDocs Artifact Repository https://releases.groupdocs.com/java/repo/ Define GroupDocs.Annotation for Java API Dependency Then define GroupDocs.Annotation for Java API dependency in your pom.xml as follows:...Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.com/annotation/java/installation/
  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....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/save-overwrit...
  3. Load from FTP | GroupDocs

    This article explains how to load a document from FTP storage with GroupDocs.Viewer within your Java applications....Parser Product Solution GroupDocs.Watermark Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/load-document-fr...
  4. How to Convert PDF to RTF in C#

    This article describes the detailed procedure to convert PDF to RTF in C# and provides sample code to demonstrate the implementation of the C# PDF to RTF converter....Parser Product Family GroupDocs.Watermark Product Family GroupDocs...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  5. How to Convert ODT to PDF in Java

    This short tutorial focuses on the process to convert ODT to PDF in Java. Learn how to create code to export ODT to PDF using Java and customize the converted file....Parser Product Family GroupDocs.Watermark Product Family GroupDocs...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. How to Add Replacement Annotation in PDF using C#

    This tutorial offers guidance on how to add replacement annotation in PDF using C#. Also, it includes code and steps to insert replacement annotation to PDF in C#....Parser Product Family GroupDocs.Watermark Product Family GroupDocs...

    kb.groupdocs.com/annotation/net/how-to-add-repl...
  7. How to Convert TIFF to PDF using C#

    Let's review the step-by-step procedure for converting documents, learn how to convert TIFF to PDF using C# and how to create TIFF to PFD converter C# functionality....Parser Product Family GroupDocs.Watermark Product Family GroupDocs...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. How to Convert PDF to Image in C#

    Review the document transformation procedure and learn the guide to convert PDF to Image in C# and explore working sample code to convert PDF to Image using C#....Parser Product Family GroupDocs.Watermark Product Family GroupDocs...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. Convert CSV to XML using Java

    Let's swiftly grasp the complete process of how to convert CSV to XML using Java. We will present you with essential steps and Java code to export CSV to XML....Parser Product Family GroupDocs.Watermark Product Family GroupDocs...

    kb.groupdocs.com/conversion/java/convert-csv-to...
  10. How to Convert EML to MSG in C#

    Let's get familiar with the workflow to convert EML to MSG in C# and learn how to use this guide to create the C# convert EML to MSG application....Parser Product Family GroupDocs.Watermark Product Family GroupDocs...

    kb.groupdocs.com/conversion/net/how-to-convert-...