Sort Score
Result 10 results
Languages All
Labels All
Results 1,501 - 1,510 of 4,907 for

groupdocs.viewer,

(0.06 sec)
  1. Load from Stream | Documentation

    Load from Stream As an alternative to a local file, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...Load from Stream As an alternative to a local file, Redactor can open a document from stream. The following example demonstrates how to load and redact a document using Stream: final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }

    docs.groupdocs.com/redaction/java/load-from-str...
  2. Remove document password | Documentation

    This article explains how to remove password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for .NET....This article explains how to remove password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for .NET.

    docs.groupdocs.com/merger/net/remove-document-p...
  3. Add password to PDF with permissions | Document...

    This article explains how to add password for PDF document with permissions using GroupDocs.Merger for .NET....This article explains how to add password for PDF document with permissions using GroupDocs.Merger for .NET.

    docs.groupdocs.com/merger/python-net/add-passwo...
  4. 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 .NET 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 .NET API.

    docs.groupdocs.com/merger/python-net/remove-pages/
  5. Saving | Documentation

    Learn more about document saving and how to customize process with available options, like: cloning metadata type, gets or sets password and etc...Learn more about document saving and how to customize process with available options, like: cloning metadata type, gets or sets password and etc

    docs.groupdocs.com/comparison/net/saving/
  6. Showcases | Documentation

    Code examples and live demostrations of GroupDocs.Merger for Node.js via Java...Code examples and live demostrations of GroupDocs.Merger for Node.js via Java

    docs.groupdocs.com/merger/nodejs-java/showcases/
  7. Load document from local disk | 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...
  8. Using Tables of Presentation Documents as Data ...

    Note This feature is only compatible with GroupDocs.Assembly for .NET 16.12.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Using Tables of Presentation Documents as Data Sources Following classes are added in GroupDocs.Assembly.Data namespace: DocumentTable DocumentTableColumn DocumentTableColumnCollection DocumentTableOptions The Recipe Define template and output report documents Assemble a document using the external document table as a data source Download Data Source Document Managers Data....Note This feature is only compatible with GroupDocs.Assembly for .NET 16.12.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Using Tables of Presentation Documents as Data Sources Following classes are added in GroupDocs.Assembly.Data namespace: DocumentTable DocumentTableColumn DocumentTableColumnCollection DocumentTableOptions The Recipe Define template and output report documents Assemble a document using the external document table as a data source Download Data Source Document Managers Data.

    docs.groupdocs.com/assembly/net/using-tables-of...
  9. Electronic signature types | Documentation

    This documentation section describes different type of signatures implemented for signing, updating, deleting, searching and verifying with GroupDocs.Signature...This documentation section describes different type of signatures implemented for signing, updating, deleting, searching and verifying with GroupDocs.Signature

    docs.groupdocs.com/signature/net/electronic-sig...
  10. 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....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.

    docs.groupdocs.com/classification/net/classify-...