Sort Score
Result 10 results
Languages All
Labels All
Results 2,481 - 2,490 of 5,458 for

values

(1.1 sec)
  1. Saving documents | GroupDocs

    The articles explain that how to save documents in different ways after making redactions.... We value your opinion. Your feedback...

    docs.groupdocs.com/redaction/net/saving-documents/
  2. 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...
  3. System Requirements | GroupDocs

    On this page, you will find system requirements supported platforms, development environments. GroupDocs.Comparison for Java does not require any external software or third party tool to be installed.... We value your opinion. Your feedback...

    docs.groupdocs.com/comparison/java/system-requi...
  4. GroupDocs.Viewer for .NET 25.12 – Latest Update...

    Explore what’s new in GroupDocs.Viewer for .NET 25.12. Available now on NuGet and GroupDocs website....Number, datetime, and monetary value formatting broke when converting...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  5. Search Text in HTML Documents | GroupDocs

    id: search-text-in-html-documents url: parser/net/search-text-in-html-documents title: Search text in HTML documents weight: 2 description: “To search a keyword in HTML documents Search(String) method is used. This method returns the collection of SearchResult objects.” keywords: search a keyword, search a keyword in HTML productName: GroupDocs.Parser for .NET hideChildren: False toc: true To search a keyword in HTML documents Search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text....Warning method returns null value if search isn’t supported for...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/parser/net/developer-guide/a...
  6. Extracting document metainfo | GroupDocs

    Following this guide you will learn how to obtain basic document metadata like pages count, size, file type before editing it with GroupDocs.Editor for Python via .NET API....to note: if returns a None value, this means that the specified...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/editor/python-net/extracting...
  7. Extracting MakerNote metadata | GroupDocs

    What is MakerNote? MakerNote metadata refers to image information that is written by digital cameras of different manufacturers. Usually, MakerNote metadata properties contain camera settings and some other conditions under which the shot was taken. Most manufacturers store MakerNote properties in a proprietary binary format derived from EXIF. GroupDocs.Metadata allows extracting MakerNote metadata saved by the following manufacturers: Canon Nikon Panasonic Sony Read all MakerNote properties in the form of TIFF/EXIF tags Utilizing the GroupDocs.... Please cast the return value of the method to one of the...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/extracting-mak...
  8. Updating Image signatures with advanced options...

     This article explains how to provide advanced options when updating Image electronic signatures with GroupDocs.Signature API....some data source signature Id value String [] signatureIdList =...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/signature/java/updating-imag...
  9. 使用 C# .NET 計算文檔中每個單詞的單詞數和出現次數

    使用 .NET 文檔解析 API 計算 C# 中 PDF、Word、Excel、PowerPoint 和電子郵件文檔中的單詞數及其出現次數。...Value); // 打印字數統計結果 Console.WriteLine("Total...of {0}: {1}", pair.Key, pair.Value); } } } 以下是上述代碼的輸出: 獲取免費的 API...

    blog.groupdocs.com/zh-hant/parser/count-words-a...
  10. GroupDocs.Comparison for .NET 26.5 – 最新更新與修復(20...

    探索 GroupDocs.Comparison for .NET 26.5 的新功能。現已在 NuGet 與 GroupDocs 官方網站上提供。...的文字會以括號包住,例如 (new value) 刪除 的文字會以方括號包住,例如 [old value] 如何取得更新 # 您可以從...

    blog.groupdocs.com/zh-hant/comparison/groupdocs...