Sort Score
Result 10 results
Languages All
Labels All
Results 2,121 - 2,130 of 11,630 for

new

(0.08 sec)
  1. Licensing and Subscription | GroupDocs

    This article explains evaluation limitations and licensing of GroupDocs.Merger for .NET. Please note that you can avail a Free Trial and a 30-day Temporary License for evaluation...Consulting Blog Knowledge Base New Releases Status Websites aspose...Setup license. License license = new License (); license . SetLicense...

    docs.groupdocs.com/merger/net/licensing-and-sub...
  2. Migrating from 2 to 3.0 - Free Support Forum - ...

    Hello, We are using GroupDocs Viewer 2.19 currently and we are trying to upgrade viewer 3.0. But i have some questions. In older version of viewer we can set many parameters like SupportTextSelection,ShowHeader,ShowDow…...0 Please note that the new GroupDocs.Viewer is a UI-less...but i couldn’t find how to use new viewer(javascript side). After...

    forum.groupdocs.com/t/migrating-from-2-to-3-0/2555
  3. Phrase search | GroupDocs

    This article gives the knowledge about phrase search definition as well as a phrase search description....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/net/phrase-search/
  4. Boolean search | GroupDocs

    This article gives the knowledge of the boolean search definition which includes all boolean operators used for boolean search, and boolean query examples....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/net/boolean-search/
  5. Render to HTML | GroupDocs

    With GroupDocs.Viewer for Java you can render files to HTML format. As a simple usecase please see how easily you can convert Microsoft Word to clean html....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "sample.docx" )) { //...

    docs.groupdocs.com/viewer/java/rendering-to-html/
  6. Convert email formats | GroupDocs

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

    docs.groupdocs.com/conversion/java/convert/email/
  7. Working with Form Fields | GroupDocs

    This article demonstrates how to load, edit, and read form fields in a Word document using GroupDocs.Editor for .NET...Consulting Blog Knowledge Base New Releases Status Websites aspose...WordProcessingLoadOp loadOptions = new WordProcessingLoadOp (); loadOptions...

    docs.groupdocs.com/editor/net/working-with-form...
  8. 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-...
  9. Faster first initialization of GroupDocs.Search...

    Hi there, We are not 100% sure whether it’s maybe caused by the license mechanism, but we noticed that it usually takes 20-30 seconds for the first GroupDocs.Search call to complete. Is there a way to speed this up? W…...{ using var licenseStream = new MemoryStream(FileResources.G...GroupDocs_Search_NET); new License().SetLicense(licenseStream);...

    forum.groupdocs.com/t/faster-first-initializati...
  10. Extract Images from eBooks in C# | EPUB, FB2, CHM

    Programmatically extract images from EPUB, FB2, CHM eBooks in C# using document parser API for .NET. Save the images in JPG, PNG, WebP, GIF, or BMP format....parser = new Parser("ebook.fb2"); // FB2 // Parser parser = new Parser("ebook...chm"); // CHM // Parser parser = new Parser("ebook.pdf"); // PDF ...

    blog.groupdocs.com/parser/extract-images-from-e...