Sort Score
Result 10 results
Languages All
Labels All
Results 1,811 - 1,820 of 10,037 for

new

(0.04 sec)
  1. Search text in Microsoft OneNote sections | Doc...

    To search a keyword in Microsoft OneNote sections 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 OneNote section: Instantiate Parser object for the initial section; 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 section....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleOne...

    docs.groupdocs.com/parser/java/search-text-in-m...
  2. Search text in Microsoft Office Word documents ...

    This article explains that how to search text from Microsoft Office Word (.doc, .docx) documents...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-mi...
  3. Search text in Microsoft Office Excel spreadshe...

    This article explains that how to search text from Microsoft Office Excel (.xls, .xlsx) spreadsheets....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-mi...
  4. Add password to PDF with permissions | Document...

    This article explains how to add password for PDF document with permissions using GroupDocs.Merger for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...code: Initialize class with new document password and set Permissions...

    docs.groupdocs.com/merger/python-net/add-passwo...
  5. Reverse image search | Documentation

    This article gives knowledge about the reverse image search, which makes it possible to search for similar images in ZIP archives, various documents, and individual files....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating an index Index index = new Index ( indexFolder ); // Setting...

    docs.groupdocs.com/search/java/reverse-image-se...
  6. Convert database formats | Documentation

    This article demonstrates how you can convert to and from database formats with GroupDocs.Conversion for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...LOG file Converter converter = new Converter ( "sample.log" ); //...

    docs.groupdocs.com/conversion/java/convert/data...
  7. Groupdocs.Assembly - .NET 6 - Free Support Foru...

    Hello. I looked at this topic but still no luck ASP.NET Core 6.0.7 Support - #13 by bkbejawada I’m evaluating Groupdocs.Assembly and am trying to run a simple concole app in .NET 6 I added all the internal packages bu…...DocumentAssembler assembler = new DocumentAssembler(); //Assemble...strDocumentTemplate, strDocumentReport, new DataSourceInfo(“GroupDocs.Assembly...

    forum.groupdocs.com/t/groupdocs-assembly-net-6/...
  8. 使用 C# 在 Word、Excel、PowerPoint 中插入 OLE 对象

    使用 .NET API 在 C# 中以编程方式在 Word 文档、Excel 电子表格或 Powerpoint 演示文稿中嵌入或插入文档 OLE 对象。...OleWordProcessingOpt oleWordProcessingOpt = new OleWordProcessingOpt(@"embedded-doc...object. using (Merger merger = new Merger(@"source-doc.docx")) {...

    blog.groupdocs.com/zh/merger/insert-ole-objects...
  9. Create EditableDocument from file or markup | D...

    This article explains how to create instance of the EditableDocument class from HTML files from disk or from HTML markup with resources using GroupDocs.Editor for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...document</TITLE>....." ; JpegImage image1 = new JpegImage ( "image1.jpg" , /*...

    docs.groupdocs.com/editor/java/create-editabled...
  10. Convert ODT to MHTML using Node.js

    Learn how to convert ODT to MHTML using Node.js. In this article, we will share the detailed steps of how to export ODT to MHTML in Node.js with code example....conversion capabilities Create a new Converter instance, supplying...complete, proceed by creating a new project or integrating the library...

    kb.groupdocs.com/conversion/nodejs/convert-odt-...