Sort Score
Result 10 results
Languages All
Labels All
Results 1,431 - 1,440 of 5,003 for

conholdate

(0.05 sec)
  1. Change page orientation | Documentation

    Following this guide you will learn how to change Word document page orientation to Portrait or Landscape using GroupDocs.Merger for Java....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/merger/java/change-page-orie...
  2. Load document from InputStream | Documentation

    This article explains how to load PDF, Word, Excel, PowerPoint documents from stream when using GroupDocs.Merger for Java....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/merger/java/load-document-fr...
  3. Get only summary page | Documentation

    This article explains how to get only a summary page when comparing documents with GroupDocs.Comparison for Node.js via Java....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/comparison/nodejs-java/get-o...
  4. Classify Raw Text | Documentation

    Simple IAB-2 text classification Call Classify method with a text as the first parameter to perform classification. Default taxonomy (IAB-2) and bestClassesCount (1) will be used. var response = classifier.Classify("Medicine is an important part of our lifes"); Console.WriteLine(response.BestClassName, response.BestClassProbability); Raw text classification with Documents taxonomy and 2 best classes to return Taxonomy, bestClassesCount and precisionRecallBalance could also be specified: var response = classifier.Classify("Medicine is an important part of our lifes", 2, Taxonomy....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/classification/net/classify-...
  5. Sign document with Metadata signature - advance...

     This article explains how to sign document with Metadata electronic signatures using extended options with GroupDocs.Signature API....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/signature/net/sign-document-...
  6. Using Signature Appearances | Documentation

     This sections contains explanation about various electronic signature visual appearances on document page....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/signature/net/using-signatur...
  7. Render to PDF | Documentation

    Rendering files to PDF with GroupDocs.Viewer for Python via .NET. It means that you can embed PDF in websites or applications by using this .NET API...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/viewer/python-net/rendering-...
  8. GroupDocs.Annotation for .NET | Documentation

    API to annotate text or images in your documents using C#. It supports PDF, Microsoft Word DOCX, Excel XLSX and PowerPoint. PPTX...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/annotation/net/
  9. Add text watermarks | Documentation

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your Python applications....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/viewer/python-net/add-text-w...
  10. Save with default options | Documentation

    The simplest way to save the document is it provide no parameters to Save method. In this case the document will be rasterized to PDF and will have the same name as the original one except its extension (.PDF). The PDF file will be overwritten. The following example demonstrates usage of Save() method with default options. final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/redaction/java/save-with-def...