Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 31,223 for

groupdocs.annotation

(0.91 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....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/save-overwrit...
  2. Add or Remove Annotations in C# | Annotate Word...

    Programmatically add and remove annotations from Word DOC/DOCX files in C#. Add arrow, rectangle, ellipse, watermark annotations using .NET Annotation API....Markup Word Files # GroupDocs.Annotation provides the .NET API...PM> Install-Package GroupDocs.Annotation Add Annotations to Word...

    blog.groupdocs.com/annotation/annotate-word-doc...
  3. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers... Releasing GroupDocs.Annotation for .NET 3.0 In the...the world of APIs, GroupDocs.Annotation for .NET has reborn to introduce...

    blog.groupdocs.com/groupdocs.blog/page/88/
  4. Add or Remove Annotations | Annotate PDF files ...

    Programmatically annotate PDF files in C#. Add or remove annotations like arrows, rectangle, ellipse, highlight, watermark annotations using .NET API....Annotate PDF Files # GroupDocs.Annotation has its .NET API to...PM> Install-Package GroupDocs.Annotation Add Annotations to PDF...

    blog.groupdocs.com/annotation/annotate-pdf-file...
  5. GroupDocs.Conversion Product Family

    Find answers about converting documents and images of various types using code on any platform....Conversion Product Family GroupDocs.Annotation Product Family GroupDocs...

    kb.groupdocs.com/conversion/
  6. GroupDocs.Viewer Product Family

    Find answers about viewing and rendering a variety of file types using code on any platform....Conversion Product Family GroupDocs.Annotation Product Family GroupDocs...

    kb.groupdocs.com/viewer/
  7. GroupDocs.Viewer Product Family

    Find answers about viewing and rendering a variety of file types using code on any platform....Conversion Product Family GroupDocs.Annotation Product Family GroupDocs...

    kb.groupdocs.com/viewer/page/3/
  8. Load documents from different sources | GroupDocs

    This article contains document loading use-cases with GroupDocs.Viewer within your JavaScript applications....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/viewer/nodejs-java/loading-d...
  9. Comparison basic | GroupDocs

    Quick Start section about main features of GroupDocs.Comparison API, describes how to compare documents with just couple lines of code....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/comparison/net/basic-usage/
  10. Advanced usage | GroupDocs

    Learn about GroupDocs.Comparison advanced usage and its multiple powerful features like document comparison customization, loading documents from different sources etc....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/comparison/nodejs-java/advan...