Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 3,325 for

groupdocs.editor,

(0.05 sec)
  1. 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); }...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); }

    docs.groupdocs.com/classification/net/classify-...
  2. Working with Template Syntax Formatting | Docum...

    Note The code uses some of the objects defined in The Business Layer. Template Syntax Formats Specifying String and Numeric Formats Learn more about string and numeric formats here. Template Syntax Manager Contract Price <>
    <<[getName()]:upper>> <<[getContracts().sum(
    c =>
    c.getPrice())]:arabicDash>>
    <
    > Total: <<[getManagers().sum(
    m => m.getContracts().sum(
    c => c.getPrice()))]>> Download Template Get template from here. Numeric upper.docx The Code...Note The code uses some of the objects defined in The Business Layer. Template Syntax Formats Specifying String and Numeric Formats Learn more about string and numeric formats here. Template Syntax Manager Contract Price <<foreach [in getManagers()]>><br /><<[getName()]:upper>> <<[getContracts().sum(<br /> c =><br /> c.getPrice())]:arabicDash>><br /><</foreach>> Total: <<[getManagers().sum(<br /> m => m.getContracts().sum(<br /> c => c.getPrice()))]>> Download Template Get template from here. Numeric upper.docx The Code

    docs.groupdocs.com/assembly/java/working-with-t...
  3. Barcode Image Generation in Presentation Docume...

    Note The code uses some of the objects defined in The Business Layer. Barcode Generation in Microsoft PowerPoint Template Syntax Add a textbox to your template at the place where you want a barcode image to be inserted. Add the following syntax: <> Download Template Get the template from here. Barcode.pptx The Code...Note The code uses some of the objects defined in The Business Layer. Barcode Generation in Microsoft PowerPoint Template Syntax Add a textbox to your template at the place where you want a barcode image to be inserted. Add the following syntax: <<barcode [value] -itf6>> Download Template Get the template from here. Barcode.pptx The Code

    docs.groupdocs.com/assembly/java/barcode-image-...
  4. Loading files from different sources | Document...

    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....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.

    docs.groupdocs.com/conversion/net/loading-files...
  5. Rotate pages | Documentation

    Following this guide you will learn how to change PDF document page rotation angle using GroupDocs.Merger for Node.js via Java API....Following this guide you will learn how to change PDF document page rotation angle using GroupDocs.Merger for Node.js via Java API.

    docs.groupdocs.com/merger/nodejs-java/rotate-pa...
  6. Showcases | Documentation

    Code examples and live demostrations of GroupDocs.Merger for Java...Code examples and live demostrations of GroupDocs.Merger for Java

    docs.groupdocs.com/merger/java/showcases/
  7. 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....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.

    docs.groupdocs.com/merger/nodejs-java/remove-pa...
  8. Add document password | Documentation

    This article explains how to add document password for PDF, Word, Excel, PowerPoint and  other file types using GroupDocs.Merger for Java....This article explains how to add document password for PDF, Word, Excel, PowerPoint and  other file types using GroupDocs.Merger for Java.

    docs.groupdocs.com/merger/java/add-document-pas...
  9. Load document from URL | Documentation

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Merger for Java....This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Merger for Java.

    docs.groupdocs.com/merger/java/load-document-fr...
  10. Signing | Documentation

    This section contains advanced examples and demonstrates all possible features for signing documents with various electronic signature types, setup different options and visual effects....This section contains advanced examples and demonstrates all possible features for signing documents with various electronic signature types, setup different options and visual effects.

    docs.groupdocs.com/signature/java/signing/