Sort Score
Result 10 results
Languages All
Labels All
Results 3,041 - 3,050 of 5,855 for

values

(1.54 sec)
  1. Set timeout for loading external resources | Gr...

    This article explains how to set timeout for loading external resources contained by a document with GroupDocs.Viewer within your Java applications.... We value your opinion. Your feedback...

    docs.groupdocs.com/viewer/java/set-timeout-for-...
  2. Advanced usage | GroupDocs

    Learn about GroupDocs.Markdown advanced usage and its multiple powerful features like document markdown process customization, track markdown progress, load documents from different sources etc.... We value your opinion. Your feedback...

    docs.groupdocs.com/markdown/python-net/advanced...
  3. How to Run Examples | GroupDocs

    In this article, you can find how to run examples. We offer multiple solutions on how you can run GroupDocs.Watermark 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/watermark/nodejs-java/how-to...
  4. Get supported file formats | GroupDocs

    This page describes how the search api is used to obtain a list of supported file types.... We value your opinion. Your feedback...

    docs.groupdocs.com/search/java/get-supported-fi...
  5. Load document from stream | GroupDocs

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

    docs.groupdocs.com/annotation/java/load-documen...
  6. Save in original format | GroupDocs

    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...
  7. Common List Image in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Common List report in Email Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.8.0 or greater. Common List in Email Document Reporting Requirement As a report developer, you are required to share the following key requirements: A report must be in .eml or .msg format It must add email recipient, CSS and subject of the email A report must show multiple customers’ name Adding Syntax to be evaluated by GroupDocs.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/net/common-list-ima...
  8. Working with Template Syntax Formatting | Group...

    Note This feature is only compatible with GroupDocs.Assembly for .NET 3.2.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Template Syntax Formats Specifying String and Numeric Formats Learn more about string and numeric formats here. Template Syntax   Products Order Price <>No data <><><<[Product.ProductName] : upper>> <<[Price] : arabicDash>><> Total: <<[Sum(c => c.Price)]>><>     Tip For detailed technical information about syntax, expressions and report generation by the engine, please visit: Working with GroupDocs.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/net/working-with-te...
  9. Single Row Image in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Email Document format. Single Row Image in Email Document Note This feature is supported by version 17.8.0 or greater Reporting Requirement As a report developer, you are required to represent information of first single manager with the following key requirements: Report must be in .eml or .msg format It must add email recipient, css and subject of the email Report must show image of the manager It must show Name and contact number of customer Adding Syntax to be evaluated by GroupDocs.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/net/single-row-imag...
  10. Load document from local disk | GroupDocs

    Learn how to extract data from documents on the local disk... We value your opinion. Your feedback...

    docs.groupdocs.com/parser/net/load-document-fro...