Sort Score
Result 10 results
Languages All
Labels All
Results 2,231 - 2,240 of 5,360 for

informations

(0.04 sec)
  1. 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...
  2. 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/
  3. 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/
  4. Working with String Template | Documentation

    GroupDocs.Assembly API allows you to use a string as input and output template, instead of document. This feature improves programmability while working with strings instead of documents, the resultant output string can be used as per the application needs. Follow these steps to using a string as input and output template: Initialize DocumentAssembler Define sourceString “«[yourValue]»” Convert sourceString to sourceBytes using ByteArrayInputStream(sourceBytes) Get targetBytes using DocumentAssembler.assembleDocument() Get** targetString **using new String(targetBytes, StandardCharsets....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/assembly/java/working-with-s...
  5. Loading Multiple DocumentTable Objects from a S...

    Note The code uses some of the objects defined in The Business Layer. Loading Multiple DocumentTable Objects API provides the ability to load multiple DocumentTable objects from a single file as a single operation. Following classes and interfaces of the GroupDocs.Assembly.Data namespace have been added: DocumentTableSet DocumentTableCollection IDocumentTableLoadHandler DocumentTableLoadArgs. Moreover, following properties of the GroupDocs.Assembly.Data.DocumentTable class have been added: Name IndexInDocument Download Data Source Document Multiple Tables Data.docx Template Using Document Table Set as Data Source....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/assembly/java/loading-multip...
  6. Loading of template documents from HTML with re...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly provides a great feature which is loading of HTML template documents referencing external resource files to be assembled and saved to non-HTML formats. Since version 19.5, when loading an HTML document from a file, its containing folder is used as a base URI to resolve external resource files’ relative URIs to absolute ones by default as shown in the following example....Purchase Buy Now Pricing Information Free Trials Temporary License...

    docs.groupdocs.com/assembly/net/loading-of-temp...
  7. 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...
  8. 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-...
  9. Install GroupDocs.Viewer for Node.js via Java |...

    This topic describes how to install GroupDocs.Viewer for Node.js....Purchase Buy Now Pricing Information Free Trials Temporary License...requirements. You can find detailed information about the system requirements...

    docs.groupdocs.com/viewer/nodejs-java/installat...
  10. Redaction basics | Documentation

    This article shows that how C# developers can apply metadata, image, annotation and text redaction in their documents. Wide range of document formats is supported, such as, PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Purchase Buy Now Pricing Information Free Trials Temporary License...of redaction For detailed information you have to iterate through...

    docs.groupdocs.com/redaction/python-net/redacti...