Sort Score
Result 10 results
Languages All
Labels All
Results 1,421 - 1,430 of 3,847 for

classification

(0.03 sec)
  1. 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...
  2. Removing Empty Paragraphs | Documentation

    Note This feature is supported by version 18.10. or greater. Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly for Java API supports the removal of paragraphs becoming empty after template syntax tags are removed or replaced with empty values. A new member **REMOVE_EMPTY_PARAGRAPHS **is added to DocumentAssemblyOptions. When this new option is applied to DocumentAssembler options through DocumentAssembler.setOptions(), the engine additionally removes empty paragraphs....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/java/removing-empty...
  3. Loading of template documents from HTML with re...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Loading of template documents from HTML with resources GroupDocs.Assembly provides a great feature which is loading of HTML template documents referencing external resource files to be assembled and saved to non-HTML formats. Since version 19.5, when loading an HTML document from a file, its containing folder is used as a base URI to resolve external resource files’ relative URIs to absolute ones by default as shown in the following example....Classification Product Solution Purchase...

    docs.groupdocs.com/assembly/java/loading-of-tem...
  4. Sign document with Metadata signature - advance...

     This article explains how to sign document with Metadata electronic signatures using extended options with GroupDocs.Signature API....Classification Product Solution Purchase...

    docs.groupdocs.com/signature/java/sign-document...
  5. Save HTML to folder | Documentation

    This article explains how to save edited document in HTML form to folder at local disk using GroupDocs.Editor for .NET features....Classification Product Solution Purchase...

    docs.groupdocs.com/editor/net/save-html-to-folder/
  6. Convert to Presentation with advanced options |...

    Follow this guide and learn how to convert documents to PowerPoint presentations of PPT, PPTX formats with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Java....Classification Product Solution Purchase...

    docs.groupdocs.com/conversion/java/convert-to-p...
  7. Installation | Documentation

    Install from NuGet NuGet is the easiest way to download and install GroupDocs.Redaction for .NET. There are ways to install it in your project. Install via Package Manager GUI Follow these steps to reference GroupDocs.Redaction using Package Manager GUI: Open your solution/project in Visual Studio. Click Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution. You can also access the same option through the Solution Explorer. Right-click the solution or project and select Manage NuGet Packages from the context menu...Classification Product Solution Purchase...

    docs.groupdocs.com/redaction/net/installation/
  8. Supported Document Types | Documentation

    This section describes GroupDocs.Merger for .NET supported document types. The Library supports PDF, DOCX, XLSX, PPTX and many more....Classification Product Solution Purchase...

    docs.groupdocs.com/merger/net/supported-documen...
  9. Extract metadata from Emails | Documentation

    To extract metadata from emails getMetadata method is used. This method allows to extract the following metadata: Name Description subject The email “subject” field. email-sender The email “from” field. email-to The email “to” field. May contain more than one address separated by semicolons. email-cc The email “cc” field. May contain more than one address separated by semicolons. Here are the steps to extract metadata from an email: Instantiate Parser object for the initial email; Call getMetadata method and obtain collection of document metadata objects; Iterate through the collection and get metadata names and values....Classification Product Solution Purchase...

    docs.groupdocs.com/parser/java/extract-metadata...
  10. Extract text from Emails | Documentation

    To extract a text from emails getText method is used. This method allows to extract a text from the entire document. Pagination and raw mode is not supported for emails. Here are the steps to extract a text from an email: Instantiate Parser object for the initial email; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....Classification Product Solution Purchase...

    docs.groupdocs.com/parser/java/extract-text-fro...