Sort Score
Result 10 results
Languages All
Labels All
Results 2,561 - 2,570 of 5,561 for

informations

(0.03 sec)
  1. Indexing | Documentation

    The articles in this section describe advanced search index related topics. You will find details about index management and advanced options: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .NET examples GroupDocs.Search for Java examples Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/search/net/indexing/
  2. Remove pages | Documentation

    Follow this guide and learn how to remove page from PDF or Word document, delete worksheet from Excel file or remove slides from PowerPoint presentations with GroupDocs.Merger for Java API....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/merger/nodejs-java/remove-pa...
  3. Load document from local disk | Documentation

    The page describes how to load PDF, Word, Excel, PowerPoint documents from local disk using GroupDocs.Annotation for .NET....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/annotation/net/load-document...
  4. GroupDocs.Total Product Family | Documentation

    Comprehensive suite of .NET or Java libraries for document manipulation and management - view, edit, convert and sign various file formats such as Word, Excel, PowerPoint, PDF, images and more Documentation .NET Java GroupDocs.Total for .NET More Getting started Start quickly with our getting started documentation Product overview System requirements Installation Licensing and support Articles and guidelines Licensing Technical support .NET code examples Open-source projects for APIs example usage GroupDocs....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/total/
  5. GroupDocs.Annotation Product Family | Documenta...

    GroupDocs.Annotation is a cross-platform library that allows you to add, edit, and remove annotations to text or images using C# and Java. Documentation GroupDocs.Annotation for .NET Getting Started Start quickly with our getting started documentation Features Overview Supported Document Formats System Requirements Installation Developer Guide Articles and guidelines for developers Basic Usage Advanced Usage More GroupDocs.Annotation for Java Getting Started Start quickly with our getting started documentation Features Overview Supported Document Formats System Requirements Installation Developer Guide Articles and guidelines for developers Basic Usage Advanced Usage More ....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/annotation/
  6. Supported Document Formats | Documentation

    The following table indicates the file formats that GroupDocs.Classification for .NET can process. Format Description PDF Adobe Portable Document Format (PDF) DOC Microsoft Word 97-2003 Document DOCM Microsoft Word Macro-Enabled Document DOCX Microsoft Word Document DOT Microsoft Word 97-2003 Template DOTM Microsoft Word Macro-Enabled Template DOTX Microsoft Word Template ODT OpenDocument Text OTT Open Document Text Template RTF Rich Text Document TXT Plain Text Document Tip Can’t find your file format?...Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/classification/net/supported...
  7. Convert files to various formats | Documentation

    This page explains how to convert a file to PDF, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other formats with just a couple of lines of JavaScript code....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/conversion/nodejs-java/convert/
  8. Convert files to various formats | Documentation

    This page explains how to convert a file to PDF, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other formats with just a couple of lines of Java code....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/conversion/java/convert/
  9. Changing Target File Format | Documentation

    Note This feature is supported by version 18.9. or greater Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly provides a powerful feature to change the target file format of an assembled document using file extension or explicit specification. GroupDocs.Assembly API provides the ability to change target file format when assembling the following file formats: Word Processing documents Spreadsheet documents Presentation documents Email documents Text documents Supported output file formats depending on input file formats can be found at this page....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/assembly/net/changing-target...
  10. Classify document from stream | Documentation

    Classifying of the document from stream could be performed with the next step Call Classify method for “stream” stream with Documents taxonomy and return 2 best results. Handle possible ApiException // Classify document from stream with Documents taxonomy and return 2 best resultstry { var response = classifier.Classify(stream, 2, Taxonomy.Documents); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); }...Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/classification/net/classify-...