Sort Score
Result 10 results
Languages All
Labels All
Results 2,311 - 2,320 of 4,495 for

values

(0.34 sec)
  1. Single Row Image in HTML Document | GroupDocs

    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...
  2. Add text watermarks | GroupDocs

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your Java applications.... We value your opinion. Your feedback...

    docs.groupdocs.com/viewer/java/add-text-watermark/
  3. Optimize the output PDF file | GroupDocs

    This topic describes how to optimize PDF file in the GroupDocs.Viewer .NET API (C#) for web browser or to reduce size.... We value your opinion. Your feedback...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  4. Compare bookmarks in Word documents | GroupDocs

    This article explains how to activate the comparison of bookmarks for Word format in GroupDocs.Comparison for .NET.... We value your opinion. Your feedback...

    docs.groupdocs.com/comparison/net/compare-bookm...
  5. 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.Comparison 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/comparison/java/how-to-run-e...
  6. Load document from local disk | GroupDocs

    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...
  7. Convert N consecutive pages | GroupDocs

    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...
  8. 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...
  9. Update Signatures in Documents | GroupDocs

    This section shows how to update electronic signatures in documents using GroupDocs.Signature for Python via .NET.... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/python-net/update-...
  10. 在 C# 中合併 PDF、Word、Excel、PowerPoint 文件 | .NET 合併...

    使用 C# 中的 GroupDocs 的 Merger API,以編程方式在基於 .NET 的應用程序中合併 PDF、Word 文檔、電子表格和演示文稿文件。...bmp) Comma Separated Values File (.csv) Excel Binary Spreadsheet...Format File (.rtf) Tab Separated Values File (.tsv) Visio Drawing (...

    blog.groupdocs.com/zh-hant/merger/merge-pdf-wor...