Sort Score
Result 10 results
Languages All
Labels All
Results 3,381 - 3,390 of 8,311 for

document annotation

(0.13 sec)
  1. Save in rasterized PDF | GroupDocs

    The following example demonstrates how to save the Document as a rasterized PDF file: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use Document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }...Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/save-in-raste...
  2. 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/
  3. GroupDocs.Annotation Product Family | GroupDocs

    GroupDocs.Annotation is a cross-platform library that allows you to add, edit, and remove Annotations to text or images using C# and Java. Documentation GroupDocs.Annotation for .NET Getting Started Start quickly with our getting started Documentation Features Overview Supported Document Formats System Requirements Installation Developer Guide Articles and guidelines for developers Basic Usage Advanced Usage More GroupDocs.Annotation for Java Getting Started Start quickly with our getting started Documentation Features Overview Supported Document Formats System Requirements Installation Developer Guide Articles and guidelines for developers Basic Usage Advanced Usage More ....Annotation Product Solution GroupDocs...Acquisition GroupDocs Documentation / GroupDocs.Annotation Product Family...

    docs.groupdocs.com/annotation/
  4. 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...
  5. ViewConfig class not found - Free Support Forum...

    Hi. I’m using GroupDocs.Annotation for Java 2.0.0, which cames with GroupDocs.Viewer 2.11.0. I’m trying to use some functionalities described at http://www.groupdocs.com/docs/display/viewerjava/Working+with+Common+Opera…...Annotation for Java 2.0.0, which cames... how can I export a image/document to PDF as described at http://www...

    forum.groupdocs.com/t/viewconfig-class-not-foun...
  6. Evaluation Limitations and Licensing | GroupDocs

    free watermark api version is available to evaluate the API which will be similar as licensed but with few limitations....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/evaluation-li...
  7. How to Convert TeX to HTML in C#

    This article explains the Document conversion workflow to convert TeX to HTML in C# and demonstrates a sample application for LaTeX to HTML converter using C#....Annotation Product Family GroupDocs...tutorial, we will focus on the document conversion workflow to convert...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. How to Convert Outlook Email to Word in Java

    This article walks you through the process to convert Outlook email to Word in Java and creates a sample code for Java Email to Word ability using a few API calls....Annotation Product Family GroupDocs...consuming a few API calls of the document conversion library. Further...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. Search network node events | GroupDocs

    This page contains information about the purpose and use of all search network events....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/search-network-n...
  10. Save only annotated pages | GroupDocs

    The page describes how to save only annotated pages when using GroupDocs.Annotation for .NET API....Annotation Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Annotation Product Family...

    docs.groupdocs.com/annotation/net/save-only-ann...