Sort Score
Result 10 results
Languages All
Labels All
Results 1,451 - 1,460 of 9,972 for

new

(0.06 sec)
  1. Delete Signatures of the certain type | Documen...

    This article explains how to delete signature of the certain type with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/delete-signat...
  2. HTML | Documentation

    This article explains that how to extract HTML formatted text from document page....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/html/
  3. Extract images to files | Documentation

    This article explains that how to extract images to files....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleZip...

    docs.groupdocs.com/parser/java/extract-images-t...
  4. Password-protected documents | Documentation

    GroupDocs.Parser provides the functionality to open the password-protected documents. The following are the steps to work with password protected documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = New Parser(Constants.SamplePassword, New LoadOptions(password))) { // Check if text extraction is supported if (!...Consulting Blog Knowledge Base New Releases Status Websites aspose...parser = new Parser ( Constants . SamplePassword , new LoadOptions...

    docs.groupdocs.com/parser/java/password-protect...
  5. Keyboard layout correction | Documentation

    This article gives the knowledge that the keyboard layout correction feature can be used when entering search queries, users of your software may make input errors, forgetting to switch the desired keyboard layout....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/net/keyboard-layout-c...
  6. Homophone search | Documentation

    This article gives the knowledge which allows you to find not only the words specified in the search query, but also the homophones, words that are pronounced the same but differ in meaning....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/net/homophone-search/
  7. Highlighting results in network | Documentation

    This page contains information about highlighting search results in the search network....Consulting Blog Knowledge Base New Releases Status Websites aspose...FragmentHighlighter highlighter = new FragmentHighlighter ( OutputFormat...

    docs.groupdocs.com/search/net/highlighting-resu...
  8. Password-protected documents | Documentation

    Learn how to open the password-protected documents....Consulting Blog Knowledge Base New Releases Status Websites aspose...Parser parser = new Parser ( filePath , new LoadOptions ( password...

    docs.groupdocs.com/parser/net/password-protecte...
  9. Convert to XML or JSON data with advanced optio...

    Learn how to convert documents to XML or JSON data using GroupDocs.Conversion for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...try ( Converter converter = new Converter ( "sample.csv" ) {...

    docs.groupdocs.com/conversion/java/convert-to-d...
  10. How to Fix a virtualPath Issue in the SharePoin...

    This article will guide you how to resolve a virtualPath issue that may appear in SharePoint 2013 when trying to add a 3rd party library (for example SignalR), or when you use the “~” symbol in the path. We encountered this issue while developing a plugin that allows you to integrate the GroupDocs.Annotation for .NET library into SharePoint. Overall, the issue is quite strange, as it is not reported in the stack trace or logs.... Create a new class with the following code:...private static object \_lock = new object(); public void Init(HttpApplication...

    blog.groupdocs.com/annotation/how-to-fix-a-virt...