Sort Score
Result 10 results
Languages All
Labels All
Results 4,591 - 4,600 of 9,684 for

document viewer

(0.07 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(); }...Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/save-in-raste...
  2. How to Convert PDF to Word in Java

    Take look at how to convert PDF to Word in Java for Document conversion and use the sample code to convert PDF to DOCX using Java in your projects straight away....Viewer Product Family GroupDocs.Comparison...make modifications to a PDF document, which will need to convert...

    kb.groupdocs.com/conversion/java/how-to-convert...
  3. 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...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/save-overwrit...
  4. How to Highlight Text in PDF using Java

    Within this article, we will show you how to highlight text in PDF using Java. We'll provide you complete step-by-step guidance to highlight text using Java in PDF....Viewer Product Family GroupDocs.Comparison...annotate and collaborate on PDF documents in real-time. Follow the steps...

    kb.groupdocs.com/annotation/java/how-to-highlig...
  5. Extract Text from DOCM using Java

    This article offers a comprehensive guide on how to extract text from DOCM using Java, including an example to help you efficiently text extraction from DOCM in Java....Viewer Product Family GroupDocs.Comparison...DOCM format is a powerful document type that includes embedded...

    kb.groupdocs.com/parser/java/extract-text-from-...
  6. Add Search Text Annotation to PDF using Java

    Efficiently grasp the knowledge on how to add search text annotation to PDF using Java. Moreover, we offer code to insert search text annotation in PDF using Java....Viewer Product Family GroupDocs.Comparison...research, or seeking to enhance document navigation, the step-by-step...

    kb.groupdocs.com/annotation/java/add-search-tex...
  7. Extract Text from DOCM using C#

    This article provides a detailed guide on text extraction from DOCM in C#, featuring a sample code example to help you efficiently extract text from DOCM using C#....Viewer Product Family GroupDocs.Comparison...file format is an advanced document format that includes macros...

    kb.groupdocs.com/parser/net/extract-text-from-d...
  8. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...using variables in template documents. We recommend you to download...version 17.5.0 of GroupDocs.Viewer for .NET API. This brand new...

    blog.groupdocs.com/groupdocs.blog/page/76/
  9. Get file info | GroupDocs

    This article explains how to detect Document file type, size and calculate pages count with GroupDocs.Watermark....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/nodejs-java/get-fi...
  10. How to Convert HTML to Text in C#

    This short tutorial describes the detailed process to convert HTML to Text in C# and provides a working example to get plain text from HTML C# capability....Viewer Product Family GroupDocs.Comparison...thorough information to set up a document converter library, stepwise...

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