Sort Score
Result 10 results
Languages All
Labels All
Results 5,711 - 5,720 of 9,721 for

document viewer

(0.09 sec)
  1. Working with String Template | GroupDocs

    GroupDocs.Assembly API allows you to use a string as input and output template, instead of Document. This feature improves programmability while working with strings instead of Documents, the resultant output string can be used as per the application needs. Follow these steps to using a string as input and output template: Initialize DocumentAssembler Define sourceString @"«[yourValue]»" Convert sourceString to sourceBytes using Encoding.UTF8.GetBytes(sourceString) GettargetBytes using DocumentAssembler.AssembleDocument() Get targetString using Encoding.UTF8.GetString(targetBytes)...Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/working-with-st...
  2. Load password-protected file | GroupDocs

    Load password-protected file In order to open password-protected Documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use Document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/load-password...
  3. Getting Started | GroupDocs

    This section decsribes how to get started with GroupDocs.Merger for Java library...Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...

    docs.groupdocs.com/merger/java/getting-started/
  4. Common conversion options | GroupDocs

    This Documentation sections describe how to customize Document conversion process - convert specific Document pages, apply watermarks etc. when using GroupDocs.Conversion for .NET....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/net/common-conver...
  5. Running in Docker | GroupDocs

    Learn how to run GroupDocs.Comparison for Node.js via Java inside Docker containers with examples, dependencies, and troubleshooting....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...

    docs.groupdocs.com/comparison/nodejs-java/runni...
  6. OCR Usage Basics | GroupDocs

    This article explains how to use OCR....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/net/ocr-usage-basics/
  7. Licensing and Subscription | GroupDocs

    This article explains evaluation limitations and licensing of GroupDocs.Merger for .NET. Please note that you can avail a Free Trial and a 30-day Temporary License for evaluation...Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...

    docs.groupdocs.com/merger/net/licensing-and-sub...
  8. How to Sign JPEG with QR Code using C#

    In this discussion, we'll walk you through how to sign JPEG with QR Code using C#. Furthermore, we'll supply a code example to create QR Code in JPEG using C#....Viewer Product Family GroupDocs.Comparison...way to improve how we sign documents. The use of QR codes introduces...

    kb.groupdocs.com/signature/net/how-to-sign-jpeg...
  9. Convert JPG to PPTX using Java

    This tutorial illustrates the procedure of how to convert JPG to PPTX using Java. Additionally, a code example will be provided to export JPG to PPTX using Java....Viewer Product Family GroupDocs.Comparison...enriches the versatility of document manipulation. In this detailed...

    kb.groupdocs.com/conversion/java/convert-jpg-to...
  10. How to Add Text Redaction Annotation in PDF usi...

    This topic explains how to add text redaction annotation in PDF using Java along with steps and code to insert text redaction annotation to PDF in Java....Viewer Product Family GroupDocs.Comparison...sensitive information within documents. Additionally, we will assist...

    kb.groupdocs.com/annotation/java/how-to-add-tex...