Sort Score
Result 10 results
Languages All
Labels All
Results 2,191 - 2,200 of 4,201 for

values

(0.07 sec)
  1. Convert N consecutive pages | Documentation

    This article demonstrates how to convert consecutive document pages using GroupDocs.Conversion for Node.js via Java API.... We value your opinion. Your feedback...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  2. Convert N consecutive pages | Documentation

    This article demonstrates how to convert consecutive document pages using GroupDocs.Conversion for .NET API.... We value your opinion. Your feedback...

    docs.groupdocs.com/conversion/net/convert-n-con...
  3. How to Run Examples | Documentation

    This article describes how to run Java digital signature API code examples. We offer multiple solutions on how you can run GroupDocs.Signature examples, by building your own or using our back-end or front-end examples out-of-the-box.... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/java/how-to-run-ex...
  4. Load document from local disk | Documentation

    This section explains how to load document from local disk with GroupDocs.Signature API.... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/net/load-document-...
  5. Embedded QR data | Documentation

    This section contains articles with explanation how to create QR-Code electronic signatures and embed into QR-Code custom data object with its serialization and encryption. The examples show how to customize object serialization and encryption.... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/net/sign-document-...
  6. Common List Image in HTML Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Common List report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. Common List in HTML Document Reporting Requirement As a report developer, you are required to share the following key requirements: Report must show multiple managers’ picture and name. Report must be generated in the HTML Document format. Adding Syntax to be evaluated by GroupDocs.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/java/common-list-im...
  7. Single Row Image in HTML Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. Single Row Image in HTML Document Reporting Requirement As a report developer, you are required to represent information of first single manager with the following key requirements: Report must show image of the manager It must show Name and age of manager Report must be generated in the HTML Document.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/java/single-row-ima...
  8. Load document from local disk | Documentation

    The page describes how to load PDF, Word, Excel, PowerPoint documents from local disk using GroupDocs.Annotation for Java.... We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/java/load-documen...
  9. Save document to the same file or stream | Docu...

    This article explains how to save document to the same file or stream while using GroupDocs. Watermarks API.... We value your opinion. Your feedback...

    docs.groupdocs.com/watermark/net/save-document-...
  10. Save in original format | Documentation

    The following example demonstrates how to save file in its original format with current date as a suffix: final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions saveOptions = new SaveOptions(); saveOptions.setAddSuffix(true); saveOptions.setRasterizeToPDF(false); saveOptions.setRedactedFileSuffix(new SimpleDateFormat("dd-MM-yyyy").format(new Date())); // Saving in original format with date as DateTime.getNow().toShortDateString()a suffix redactor.save(saveOptions); } finally { redactor.close(); }... We value your opinion. Your feedback...

    docs.groupdocs.com/redaction/java/save-in-origi...