Sort Score
Result 10 results
Languages All
Labels All
Results 2,141 - 2,150 of 10,609 for

new

(0.07 sec)
  1. 在 C# 中合并 PDF、Word、Excel、PowerPoint 文件 | .NET 合并...

    使用 GroupDocs 在 C# 中的 Merger API,以编程方式在基于 .NET 的应用程序中合并 PDF、Word 文档、电子表格、演示文件。...in C# using (Merger merger = new Merger(@"document1.pdf")) { merger...in C# using (Merger merger = new Merger(@"c:\\document1.docx"))...

    blog.groupdocs.com/zh/merger/merge-pdf-word-exc...
  2. How to Use the GetChanges Method from the Compa...

    This article explains how to use the GetChanges method from the ComparisonApi in the GroupDocs SDK. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version.) FatFree framework https://github.com/bcosca/fatfree We already know how to install the Fatfree framework and prepare for creating the sample from a previous article. The sample that we create in this article is not much different from other Fatfree examples....empty($resultFileId)) { throw new Exception('Please enter all required...//Create signer object $signer = new GroupDocsRequestSign($privateKey);...

    blog.groupdocs.com/comparison/how-to-use-the-ge...
  3. Sign document with Digital signature | Document...

    Learn about the benefits of using digital signatures to sign documents securely. Discover how to add programmatically digital signatures in C# with step-by-step instructions....Consulting Blog Knowledge Base New Releases Status Websites aspose...your .NET application. Create a new instance of the class and pass...

    docs.groupdocs.com/signature/net/sign-document-...
  4. After adding GroupsDocs Search, form designer n...

    After I add GroupDocs Search to .NET9 project, UI editor doesn’t work. When I take a button and drop it on the form, it gets added to the bottom of the form and not to the actual form. If I uninstall Search, everything w…...Golubkov May 7, 2025, 12:46pm 23 A new version of GroupDocs.Search compatible...2025, 1:12pm 24 It works on a new project. Thank you for taking...

    forum.groupdocs.com/t/after-adding-groupsdocs-s...
  5. Get HTML markup in different forms | Documentation

    Learn this article to know how to get edited document HTML markup - body without head tag, content in a raw and base64 form and other using GroupDocs.Editor for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...loadOptions = new WordProcessingLoadOp (); Editor editor = new Editor...

    docs.groupdocs.com/editor/java/get-html-markup-...
  6. Get document information | Documentation

    This article explains how to detect document file type and calculate pages count when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) files with GroupDocs.Merger for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...information. const merger = new groupdocs . merger . Merger (...

    docs.groupdocs.com/merger/nodejs-java/get-docum...
  7. Merged PDF documents missing Accessibility stan...

    Hi Team, We are using: import com.groupdocs.merger.Merger; import com.groupdocs.merger.domain.options.JoinOptions; with below code ref to merge two pdf documents: Map<String, String> map1 = null; ByteArrayO…...resulting document: Merger merger = new Merger(firstPdfInputStream);...now available. It includes a new feature — Automatically create...

    forum.groupdocs.com/t/merged-pdf-documents-miss...
  8. Introducing Support for Images in GroupDocs.Com...

    We have always been improving our APIs to meet the requirements of our customers. Therefore, today, we are announcing another monthly release of GroupDocs.Comparison for Java 17.3.0. API comes with multitude of New features like support for Images, metered licensing and many more. Aside this, many improvements and bug fixes are introduced in this release. We would recommend you to download the New release and evaluate the exciting features to enhance document comparison experience....API comes with multitude of new features like support for Images...recommend you to download the new release and evaluate the exciting...

    blog.groupdocs.com/comparison/introducing-group...
  9. Render Filtered Messages from Outlook Data File...

    We are delighted to announce that we have rolled out version 19.1 of GroupDocs.Viewer for .NET. The latest version brings five New features, three bug fixes, and three improvements. You can now obtain the email messages as well as filter the messages contained in Outlook Data Files (OST/PST). Furthermore, we have extended our list of supported file formats by adding the support of VCF file format. Please have a look at the release notes for more details on New features, fixes, and improvements....The latest version brings five new features, three bug fixes, and...release notes for more details on new features, fixes, and improvements...

    blog.groupdocs.com/viewer/render-filtered-messa...
  10. Indexing with stop words | Documentation

    Stop words are frequently used words that do not carry a semantic meaning and can be removed from an index to reduce its size. You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during indexing and not added to the index. A list of stop words to use during indexing can be specified in the stop word dictionary....Consulting Blog Knowledge Base New Releases Status Websites aspose...stop words const settings = new groupdocs . search . IndexSettings...

    docs.groupdocs.com/search/nodejs-java/indexing-...