Sort Score
Result 10 results
Languages All
Labels All
Results 3,771 - 3,780 of 31,037 for

page

(0.12 sec)
  1. Advanced usage | Documentation

    Learn about GroupDocs.Comparison advanced usage and its multiple powerful features like document comparison customization, loading documents from different sources etc....Generate document pages preview Was this page helpful? Not really...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/comparison/nodejs-java/advan...
  2. Set custom fonts | Documentation

    This article explains how to set custom fonts when rendering documents with GroupDocs.Viewer within your Java applications....( viewOptions ); } 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/viewer/java/set-custom-fonts/
  3. Rendering grid lines | Documentation

    This article explains how to show gridlines when viewing Spreadsheets with GroupDocs.Viewer within your Java applications....( viewOptions ); } 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/viewer/java/render-grid-lines/
  4. 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); }... 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-...
  5. Load document using the local path string | Doc...

    This article explains how to load a document using the local path string with GroupDocs.Viewer within your Java applications....( viewOptions ); } 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/viewer/java/load-document-fr...
  6. Save document to the specified location | Docum...

    This article explains how to save document to the specified location while using GroupDocs. Watermarks API....doc" ); } 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/net/save-document-...
  7. Adding NEXT Field into Template Syntax | Docume...

    Note The code uses some of the objects defined in The Business Layer. Adding Syntax to be evaluated by GroupDocs.Assembly Engine Template Syntax We provide support for the following clients: • <><><<[getName()]>> <> The Recipe Set up the source document template path Set up destination report path Instantiate DocumentAssembler class Generate report Download Template Get the template from here: Using next.docx The Code...from here: 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/adding-next-fi...
  8. Parser.GetImages Method - GroupDocs.Parser for ...

    Extracts images from the document....image in images) { // Print a page index, rectangle and image type:...Format( "Page: {0}, R: {1}, Type: {2}" , image.Page.Index, image...

    apireference.groupdocs.com/parser/net/groupdocs...
  9. Save document to the specified location | Docum...

    This article explains how to save document to the specified location while using GroupDocs. Watermarks Java API.... close (); 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/java/save-document...
  10. Load from stream | Documentation

    This article explains how to load from stream while using GroupDocs. Watermarks API....docx" ); } 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/net/load-from-stream/