Sort Score
Result 10 results
Languages All
Labels All
Results 2,011 - 2,020 of 7,603 for

page

(0.2 sec)
  1. 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...
  2. 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-...
  3. 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 .NET....( 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/net/add-document-pass...
  4. 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.... getMessage ()); } 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/load-document-fr...
  5. Add watermarks to images | GroupDocs

    Add watermarks to photos or multi-framed images using Python via .NET....Advanced use cases 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/watermark/python-net/add-wat...
  6. Working with Template Syntax Formatting | Group...

    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... The Code 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-t...
  7. Load document from URL | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from URL when using GroupDocs.Conversion for Java.... getMessage ()); } 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/java/load-documen...
  8. GroupDocs.Metadata for Python overview | GroupDocs

    Develop Applications to Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....overview Leave feedback On this page GroupDocs.Metadata for Python...comments, form fields, hidden pages, etc Work with a variety of...

    docs.groupdocs.com/metadata/python-net/product-...
  9. Merge PowerPoint Presentations | GroupDocs

    This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other formats with couple java code lines and GroupDocs.Merger for Node.js via Java....Presentations Leave feedback On this page You must be familiar with PPTX...quality and accuracy. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/merger/nodejs-java/merge/pow...
  10. Character replacements | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Character replacements....character replacement, see the page. The property allows you to...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/search/net/character-replace...