Sort Score
Result 10 results
Languages All
Labels All
Results 2,701 - 2,710 of 5,859 for

values

(0.28 sec)
  1. 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(); }... We value your opinion. Your feedback...

    docs.groupdocs.com/redaction/java/load-password...
  2. Load file from stream | GroupDocs

    Pass a FileStream or any System.IO.Stream directly to the Comparer constructor and Add() method to compare documents without saving them to disk first in GroupDocs.Comparison for .NET.... We value your opinion. Your feedback...

    docs.groupdocs.com/comparison/net/load-file-fro...
  3. Supported file formats | GroupDocs

    This topic lists file formats supported by GroupDocs.Total for Java.... We value your opinion. Your feedback...

    docs.groupdocs.com/total/java/supported-documen...
  4. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk in Java... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/nodejs-java/save-a-...
  5. Saving to HTML with External Resource Files | G...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Saving to HTML with External Resource Files Since version 19.5, The GroupDocs.Assembly provides a great feature which is saving of external resource files while an assembled document loaded from a non-HTML format is being saved to HTML. From now on, when saving an assembled document to an HTML file, by default, external resource files are stored to a folder having the same name as the HTML file without extension plus the “_files” suffix.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/java/saving-to-html...
  6. Loading of template documents from HTML with re...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Loading of template documents from HTML with resources GroupDocs.Assembly provides a great feature which is loading of HTML template documents referencing external resource files to be assembled and saved to non-HTML formats. Since version 19.5, when loading an HTML document from a file, its containing folder is used as a base URI to resolve external resource files’ relative URIs to absolute ones by default as shown in the following example.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/java/loading-of-tem...
  7. How to Run Examples | GroupDocs

    We offer multiple solutions on how you can run GroupDocs.Editor examples, by building your own or using our back-end or front-end Java examples out-of-the-box.... We value your opinion. Your feedback...

    docs.groupdocs.com/editor/java/how-to-run-examp...
  8. Get supported file formats | GroupDocs

    This page describes how to obtain supported file formats list when annotate documents and images with GroupDocs.Annotation within your Java applications.... We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/java/get-supporte...
  9. Product Overview | GroupDocs

    Apply annotations to your documents in the form of textual comments, explanations with highlighted notes, watermarks, polylines, text/resource redactions and much more.... We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/java/product-over...
  10. Numbered List in HTML Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. Numbered List in HTML Document Reporting Requirement As a report developer, you are required to represent the following key requirements: Report must show the client names in a numbered list. Report must be generated in the HTML document. Adding Syntax to be evaluated by GroupDocs.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/java/numbered-list-...