Sort Score
Result 10 results
Languages All
Labels All
Results 1,931 - 1,940 of 12,279 for

new

(0.22 sec)
  1. Licensing | GroupDocs

    Follow the instructions on this page to configure the license and find out the restrictions when using GroupDocs.Comparison for Node.js via Java without a license (Evaluation Limitations)...Consulting Blog Knowledge Base New Releases Status Websites aspose...the license const license = new groupdocs . License (); license...

    docs.groupdocs.com/comparison/nodejs-java/licen...
  2. Search text in EPUB eBooks | GroupDocs

    To search a keyword in EPUB e-books Search(String) method is used. This method returns the collection of SearchResult objects....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Search...

    docs.groupdocs.com/parser/net/search-text-in-ep...
  3. Search text in Microsoft Office Word documents ...

    To search a keyword in Microsoft Office Word documents search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office Word document: Instantiate Parser object for the initial document; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the document....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleDocx...

    docs.groupdocs.com/parser/java/search-text-in-m...
  4. GroupDocs.Redaction for Java 25.12 – 最新更新和修复(20...

    探索 GroupDocs.Redaction for Java 25.12 的新功能。现已在 NuGet 和 GroupDocs 网站上提供。...); final Redactor redactor = new Redactor ( inputStream ); final...ReplacementOptions textReplacement = new ReplacementOptions ( redactWith...

    blog.groupdocs.com/zh/redaction/groupdocs-redac...
  5. Customize watermarks | GroupDocs

    This article shows how to adjust text or image watermarks to your needs....Consulting Blog Knowledge Base New Releases Status Websites aspose...( Watermarker watermarker = new Watermarker ( "C:\\Docs\\sample...

    docs.groupdocs.com/watermark/net/basic-usage/cu...
  6. Legal Document Comparison API:使用 Node.js 自动化合同审查

    了解如何使用适用于 Node.js 的 GroupDocs.Comparison API 自动化法律文档比较和合同审查。比较合同版本,跟踪更改,并以编程方式简化法律工作流。...changes : Reordered sections, new paragraphs, or removed sections...original contract const comparer = new groupdocs . Comparer ( originalContract...

    blog.groupdocs.com/zh/comparison/legal-document...
  7. GroupDocs Viewer for .NET 1.5.0 Supports Micros...

    We’re happy to announce the release of GroupDocs Viewer for .NET 1.5.0 as an update to our suite of .NET Libraries. This version includes many New features and enhancements. Some of the features and enhancements are listed below: Support for Microsoft Visio and Microsoft Outlook file formats A setting to customize the width of the thumbnails container A setting to display the image width (for cache generation) Cross-domain detection Support for Norwegian language Header-less Viewer and control methods Concatenation of multiple streams into one document Usage of a default width for images having smaller widths A message box to display the file-download errors Client error handling for GetPdf2JavaScript Supports the display of pages with variable heights in their original proportion Resizing after creation: the setWidth and setHeight methods allow resizing of the viewer even after creation Error propagation to customer’s code: an event is triggered when an error occurs, containing the information about the error.... This version includes many new features and enhancements. Some...check for information on what’s new from the null If you have any...

    blog.groupdocs.com/total/groupdocs-viewer-for-n...
  8. CHM Files Now Supported in Version 17.8.0 of Gr...

    Team GroupDocs is pleased to notify its users about the regular monthly release of version 17.8.0 of the .NET Text extraction API. The latest release introduces support for .chm files and allows its users to extract text from CHM files. This feature allows extracting either a single line or all text characters from a file of .chm format. We highly recommend our users to download or update the API to the latest version and get advantage of the ability to extract text from the CHM files.... The Text Extraction API - New Features # Version 17.8.0 comes...comes up with a single new feature. The latest release adds another...

    blog.groupdocs.com/parser/chm-files-now-support...
  9. GroupDocs.Viewer Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... We’ve recently released a new version of the Java document...and would like to discover its new features and enhancements in...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  10. Load from a local disk | GroupDocs

    The following example demonstrates how to load file from local disk....Consulting Blog Knowledge Base New Releases Status Websites aspose...LoadFromLocalDisk using ( var converter = new MarkdownConverter ( "source.xls"...

    docs.groupdocs.com/markdown/net/load-from-a-loc...