Sort Score
Result 10 results
Languages All
Labels All
Results 3,961 - 3,970 of 8,917 for

document annotation

(0.08 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. Extract Metadata from Documents | GroupDocs

    Extract metadata (author, title, custom properties) from PDF, Office, images, emails, and other formats using GroupDocs.Parser for Python via .NET....Annotation Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/python-net/extract-me...
  3. How to merge source code files | GroupDocs

    This article explains how to control file merging in GroupDocs.Comparison for Node.js via Java....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/nodejs-java/how-t...
  4. GroupDocs.Comparison for Node.js via Java | Gro...

    GroupDocs.Compairson for Java developer Documentation. Learn how to diff docx, pptx, and pdf files using Java....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/nodejs-java/
  5. 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/
  6. 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...
  7. Convert PDF to PCL using Java

    Discover how to convert PDF to PCL using Java without extra software installations. This library employed to export PDF to PCL using Java is platform-independent....Annotation Product Family GroupDocs...using Java In the field of document processing, the skill to convert...

    kb.groupdocs.com/conversion/java/convert-pdf-to...
  8. GroupDocs.Search for .NET

    This API allows you to perform text search and index any type of file format using C# .NET language on any platform....Annotation Product Family GroupDocs...Aliases in Document using C# Spelling Correction in Document Search...

    kb.groupdocs.com/search/net/
  9. How to Convert RTF to TXT using Java

    This topic will provide a step-by-step guide on how to convert RTF to TXT using Java. Moreover, it will offer Java code that enables you to export RTF to TXT in Java....Annotation Product Family GroupDocs...projects. In the world of document processing, the ability to...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. How to Convert RTF to DOCX using C#

    Utilize a user-friendly library to convert RTF to DOCX using C# along with code example to generate DOCX from RTF in C# with few API calls on any operating system....Annotation Product Family GroupDocs...the usage of a widely-used document conversion library and present...

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