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

page

(0.12 sec)
  1. Getting Started | GroupDocs

    This section decsribes how to get started with GroupDocs.Merger for .NET library...How to Run Examples Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/merger/net/getting-started/
  2. Working with Lazy And Recursive Access of Data ...

    Note The code uses some of the objects defined in The Business Layer. Purpose At some point, you may want to or trying to use IDataRecord and IDataReader recursively in your application using GroupDocs.Assembly for .NET. But these Interfaces cannot serve the purpose. However, it is quite possible to accomplish the same goal using custom types. See IDataReader and IDataRecords Implementors here. Creating Template Download Template Get template from here....Generating The Report Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/assembly/net/working-with-la...
  3. Load options for different document types | Gro...

    This article demonstrates how to load and convert PDF. Word, Excel, PowerPoint documents and Images using GroupDocs.Conversion for Node.js via Java API....document with options Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  4. Loading files from different sources | GroupDocs

    Following this guide you will learn how to load PDF, Word, Excel, or PowerPoint documents by local file path, stream or URL for further processing with GroupDocs.Conversion for .NET API....Azure blob storage Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/conversion/net/loading-files...
  5. GroupDocs.Signature for .NET | GroupDocs

    GroupDocs.Signature for .NET is an easy to use electronic signature API designed for C#/.NET applications... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/signature/net/
  6. Saving | GroupDocs

    Learn more about document saving and how to customize process with available options, like, cloning metadata type, gets or sets password and etc...for output document Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/comparison/nodejs-java/saving/
  7. Saving | GroupDocs

    Learn more about document saving and how to customize process with available options, like, cloning metadata type, gets or sets password and etc...in different format Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/comparison/python-net/saving/
  8. Working with String Template | GroupDocs

    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....UTF_8) Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/assembly/java/working-with-s...
  9. Classify document from stream | GroupDocs

    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); }... Message ); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/classification/net/classify-...
  10. Add document password | GroupDocs

    This article explains how to add document password for PDF, Word, Excel, PowerPoint and  other file types using GroupDocs.Merger for Java....save ( filePathOut ); Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/merger/java/add-document-pas...