Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 31,126 for

groupdocs.annotation

(0.16 sec)
  1. 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....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/using-tables-of...
  2. Showcases | GroupDocs

    Code examples and live demostrations of GroupDocs.Merger for .NET...Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/merger/net/showcases/
  3. GroupDocs.Classification for .NET | GroupDocs

    Home Note Welcome to the GroupDocs.Classification for .NET GroupDocs.Classification for .NET is a powerful and intuitive library used for texts and documents classification with several taxonomies. Documents could be in various formats,including Microsoft Word and OpenDocument Writer file formats, PDF documents, RTF and TXT. Classification results can be easily customized with multiple and flexible options. GroupDocs.Classification for .NET Resources Following are the links to some useful resources you may need to accomplish your tasks....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/classification/net/
  4. Showcases | GroupDocs

    Code examples and live demostrations of GroupDocs.Conversion for Java...Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/conversion/java/showcases/
  5. Saving | GroupDocs

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

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

    Code examples and live demostrations of GroupDocs.Merger for Node.js via Java...Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/merger/nodejs-java/showcases/
  7. Load document from local disk | GroupDocs

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

    docs.groupdocs.com/merger/java/load-document-fr...
  8. Showcases | GroupDocs

    Code examples and live demostrations of GroupDocs.Editor for Java...Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/editor/java/showcases/
  9. Errors and Exceptions | GroupDocs

    Handle parsing errors using groupdocs.parser.exceptions and add troubleshooting steps for GroupDocs.Parser for Python via .NET....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/parser/python-net/errors-and...
  10. Load from Stream | GroupDocs

    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(); }...Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/load-from-str...