Sort Score
Result 10 results
Languages All
Labels All
Results 3,301 - 3,310 of 8,389 for

document annotation

(0.06 sec)
  1. Working with Individual Series Point Coloring |...

    Articles in this section...Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/working-with-in...
  2. Working with Chart Series Coloring | GroupDocs

    Articles in this section...Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/working-with-ch...
  3. Working with Individual Series Point Coloring |...

    Articles in this section...Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/working-with-i...
  4. Reorder pages | GroupDocs

    Reorder pages when rendering Documents to PDF with GroupDocs.Viewer for Java...Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/reorder-pages/
  5. How to Convert XLSB to PDF in Java

    This short tutorial provides the stepwise instructions to convert XLSB to PDF in Java and how to use this guide to create the Java XLSB to PDF converter functionality....Annotation Product Family GroupDocs...Java using one of the best document converter APIs. Further, this...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. How to Convert MHTML to JPG in Java

    This article describes the workflow to convert MHTML to JPG in Java and provides a working code to show the implementation of Java MHTML to JPG converter capability....Annotation Product Family GroupDocs...Java using one of the best document converter APIs. This article...

    kb.groupdocs.com/conversion/java/how-to-convert...
  7. GroupDocs.Editor for Java | GroupDocs

    GroupDocs.Editor for Java enables Document editing in form of HTML.Edit Word, Excel and PowerPoint Documents using GroupDocs.Editor for Java powerful Document editing API....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/java/
  8. 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....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/save-overwrit...
  9. Support for Native Word & PDF Annotations in Gr...

    GroupDocs.Annotation for Java is a flexible library built to extend Document collaboration to the web. It allows end users to review, annotate and comment on over 50 types of Documents. The library supports Microsoft Office and OpenDocument formats, PDFs, images, AutoCAD drawings and others. A rich set of tools allows users to draw lines, place watermarks and pointers, redact and comment text, strike through and underline it. And thanks to its cross-browser compatibility, the library lets users to annotate Documents literally from any web-enabled device using just a browser and without having to install any third party software or plugins....Annotation for Java is a flexible library built to...to extend document collaboration to the web. It allows end users...

    blog.groupdocs.com/annotation/support-for-nativ...
  10. Extract Hyperlinks from XLSX using C#

    Learn how to extract hyperlinks from XLSX using C# with this guide. You will get code example to read hyperlinks from XLSX in C# without installing extra tools....Annotation Product Family GroupDocs...in C# , enabling seamless document processing and content management...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...