Sort Score
Result 10 results
Languages All
Labels All
Results 1,751 - 1,760 of 10,042 for

new

(0.08 sec)
  1. Float and paginal modes | Documentation

    This article explains the pros and cons of float and paginal document editing modes when editing Word documents with GroupDocs.Editor API....Consulting Blog Knowledge Base New Releases Status Websites aspose...WordProcessingEditOp ; let editOptions = new WordProcessingEditOp (); editOptions...

    docs.groupdocs.com/editor/nodejs-java/float-and...
  2. Extract text from Microsoft OneNote sections | ...

    To extract a text from Microsoft OneNote Sections getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. Raw mode is not supported for Microsoft OneNote. Here are the steps to extract a text from Microsoft OneNote Section: Instantiate Parser object for the initial section; Call getText method and obtain TextReader object; Read a text from reader....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleOne...

    docs.groupdocs.com/parser/java/extract-text-fro...
  3. Get possible conversions | Documentation

    This article explains how to obtain supported conversions when converting documents with GroupDocs.Conversion within your Java applications...Consulting Blog Knowledge Base New Releases Status Websites aspose..."sample.docx" ; const converter = new groupdocs . conversion . Converter...

    docs.groupdocs.com/conversion/nodejs-java/get-p...
  4. Extract emails from remote server via POP IMAP ...

    GroupDocs.Parser allows you to extract emails from remote servers and data from the emails. It supports POP, IMAP and EWS protocols....Consulting Blog Knowledge Base New Releases Status Websites aspose...EmailConnection connection = new EmailEwsConnection ( "https://outlook...

    docs.groupdocs.com/parser/net/extract-emails-fr...
  5. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = New Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....Consulting Blog Knowledge Base New Releases Status Websites aspose...AviReadHeaderPropert try ( Metadata metadata = new Metadata ( Constants . InputAvi...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Convert publisher formats | Documentation

    In this article, you will learn how to convert Publisher formats to other formats with GroupDocs.Conversion for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Converter converter = new Converter ( "sample.pub" )) {...

    docs.groupdocs.com/conversion/net/convert/publi...
  7. Word forms provider | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about word forms provider interface using Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/word-form...
  8. Homophone dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary using Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/homophone...
  9. Synonym search | Documentation

    This article shows that how synonym search allows you to find not only the words specified in the search query, but also the synonyms, words that means the same....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/java/synonym-search/
  10. Search for Form Field e-signatures | Documentation

    This article explains how to search for Form Fields signatures with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...Form Field e-signatures: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/search-for-for...