Sort Score
Result 10 results
Languages All
Labels All
Results 1,291 - 1,300 of 4,537 for

classification

(0.07 sec)
  1. Electronic signature types | GroupDocs

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

    docs.groupdocs.com/signature/net/electronic-sig...
  2. Loading documents from different sources | Grou...

    This section explains how to load document from various sources and data storage like file on disk, data stream, remote web resources, FTP servers, Amazon Cloud or Azure storage etc....Classification Product Solution Purchase...

    docs.groupdocs.com/signature/java/loading-docum...
  3. Showcases | GroupDocs

    Code examples and live demostrations of GroupDocs.Editor for Java...Classification Product Solution Purchase...

    docs.groupdocs.com/editor/java/showcases/
  4. Working with annotation replies | GroupDocs

    The page describes how to manage replies for different document types using GroupDocs.Annotation for .NET API....Classification Product Solution Purchase...

    docs.groupdocs.com/annotation/net/working-with-...
  5. Barcode Image Generation in Word Processing Doc...

    Note The code uses some of the objects defined in The Business Layer. Barcode Generation in Microsoft Word 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.docx The Code...Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/java/barcode-image-...
  6. Working with Multiple Data Sources | GroupDocs

    Explicit Support for Multiple Data Sources Using DocumentAssembler.assembleDocument overload user can reference multiple data source objects and their members in the template. Names of all the data sources must be specified and unique. Parameters DataSources An array of data source objects like object[] dataSources. DataSourceNames An array of names to reference the data source objects within the template like string[] dataSourceNames. Articles in this section...Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/java/working-with-m...
  7. Groupdocs.Blogs

    Groupdocs.Blogs - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...요소를 업데이트하고, 크기를 줄이기 위해 Classification 라이브러리를 제거하며, 중요한 버그 수정을...

    blog.groupdocs.com/ko/groupdocs.blog/page/10/
  8. Barcode Image Generation in Presentation Docume...

    Note This feature is only compatible with GroupDocs.Assembly for .NET 3.2.0 or later releases. 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: <> Tip For detailed technical information about syntax, expressions and report generation by the engine, please visit: Working with GroupDocs....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/net/barcode-image-g...
  9. Load password-protected file | GroupDocs

    Load password-protected file In order to open password-protected documents, you have to pass your password to LoadOptions class constructor or assign it to its Password property of an instance of LoadOptions class: LoadOptions loadOptions = new LoadOptions("mypassword"); final Redactor redactor = new Redactor("protected_sample.docx", loadOptions); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); redactor.save(); } finally { redactor.close(); }...Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/java/load-password...
  10. Developer Guide | GroupDocs

    Step-by-step, runnable code examples for redacting text, metadata, images, annotations, and pages, loading and saving documents, rasterizing to PDF, and applying redaction policies with GroupDocs.Redaction for Python via .NET....Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/python-net/develop...