Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 9,393 for

document conversion

(1.36 sec)
  1. 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); }...Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Classification...

    docs.groupdocs.com/classification/net/classify-...
  2. Load document from URL | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint Documents from local disk when using GroupDocs.Merger for Java....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...

    docs.groupdocs.com/merger/java/load-document-fr...
  3. Generate document pages preview | GroupDocs

    Following this guide you will learn how to generate PDF, Word (DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) Documents thumbnails and preview Document pages using GroupDocs.Merger for .NET API....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...

    docs.groupdocs.com/merger/net/generate-document...
  4. Sign document with Image signature - advanced |...

     This article explains how to sign Document with Image electronic signatures using extended options with GroupDocs.Signature API....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/java/sign-document...
  5. Load finance document with options | GroupDocs

    Learn how to load and convert finance Documents (XBRL, iXBRL) with advanced options using GroupDocs.Conversion for .NET API....Conversion Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Conversion Product Family...

    docs.groupdocs.com/conversion/net/load-finance-...
  6. Generating page preview for WordProcessing docu...

    This article describes how to generate a preview for any page for the existing WordProcessing Document in SVG format using the GroupDocs.Editor...Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/java/generating-page-...
  7. In-Table Master-Detail in Presentation Document...

    Note In this article, we will use GroupDocs.Assembly to generate an In-Table Master-Detail report in Presentation Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. In-Table Master-Detail in Microsoft PowerPoint Document Creating a In-Table Master-Detail Practising the following steps you can create In-Table Master-Detail Template in MS PowerPoint 2013. Add a new presentation slide....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/net/in-table-master...
  8. Set zoom level when converting to HTML using Gr...

    We are pleased to announce another monthly release of GroupDocs.Conversion for Java 17.7. This version of the API comes with number of new features such as setting zoom level, Conversion from LaTex and getting extended Document information. Aside this, multitude of improvements, bug fixes and some new Document formats are introduced in this release. We would recommend you to download the new release and evaluate the exciting features to enhance Document Conversion experience....Conversion for Java 17.7. This version...level, conversion from LaTex and getting extended document information...

    blog.groupdocs.com/conversion/releasing-documen...
  9. Verify Digital signatures in the document | Gro...

    This topic explains how to verify digital electronic signatures with GroupDocs.Signature API....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/java/verify-digita...
  10. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected Document. advanced_usage.loading_files.LoadPasswordProtectedDocument JavaScript try { var loadOptions = new LoadOptions(); loadOptions.setPassword("123"); const metadata = new groupdocs.metadata.Metadata("protected.docx", loadOptions); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Conversion Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...