Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 3,209 for

groupdocs assembly license support

(0.05 sec)
  1. Reorder pages | Documentation

    Reorder pages when rendering documents to PDF with Groupdocs.Viewer for Java...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/viewer/java/reorder-pages/
  2. Load custom fonts. | Documentation

    The page describes how to load custom fonts....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/annotation/net/loading-custo...
  3. Load from FTP | Documentation

    This article explains how to load a document from FTP storage with Groupdocs.Viewer within your Java applications....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/viewer/java/load-document-fr...
  4. Save overwriting original file | Documentation

    The following example demonstrates how to save the redacted document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original file redactor.save(options); } } finally { redactor....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/java/save-overwrit...
  5. Introducing GroupDocs.Classification for .NET |...

    What Is Groupdocs.Classification? 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. Why Use Groupdocs.Classification as a Developer? No additional software is required to classify texts or documents. IAB-2 taxonomy for News/Cites classification....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/classification/net/introduci...
  6. Get supported file formats | Documentation

    The getSupportedFileTypes method of the FileType class is used to obtain a list of Supported file types. An example of obtaining a list of Supported file types is presented below. Iterable SupportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = SupportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/get-supported-...
  7. Features Overview | Documentation

    Groupdocs.Assembly for .NET is an API that allows you to generate documents in popular microsoft office and email file formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData, objects of custom .NET types, external documents, and more. The following is the list of salient features which are offered by the Groupdocs.Assembly API: Multiple data formats Support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting to strings in template syntax Template syntax Support formatting of ordinal, cardinal, alphabetic numeric nature Support template documents with custom variables & text comments within template syntax tags Dynamically insert out document content in report Dynamically configure background color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing document Assembly Apply formula during spreadsheet Assembly Template formatting for numeric, text, image, date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled file using explicit specifications or file extension Auto-removal of empty paragraphs Generate various report types, e....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/assembly/net/features-overview/
  8. assembly-java.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.Groupdocs.com/Assembly/java/weekly0.5 https://docs.Groupdocs.com/Assembly/java/adding-next-field-......groupdocs.com/assembly/java/weekly0.5 https://docs...https://docs.groupdocs.com/assembly/java/adding-next-field-into...

    docs.groupdocs.com/sitemaps/assembly-java.xml
  9. List and print all supported file types | Docum...

    This article explains how to list and print file types Supported by Groupdocs.Viewer for .NET...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/viewer/net/how-to-list-and-p...
  10. Multicolored Numbered List in HTML Document | D...

    Note In this article, we will use Groupdocs.Assembly to generate a Multicolored numbered list report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is Supported by version 17.03 or greater. Multicolored Numbered List in HTML Document Reporting Requirement As a report developer, you are required to describe the services you are providing with the following key requirements:...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/assembly/net/multicolored-nu...