Sort Score
Result 10 results
Languages All
Labels All
Results 1,971 - 1,980 of 10,115 for

new

(0.09 sec)
  1. Get the width and height of the document pages ...

    This article explains how to get the width and height of the document pages using GroupDocs.Viewer for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "sample.pdf" )) { //...

    docs.groupdocs.com/viewer/java/how-to-get-page-...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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/
  8. 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/
  9. 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...
  10. 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...