Sort Score
Result 10 results
Languages All
Labels All
Results 7,351 - 7,360 of 11,075 for

document assembly

(0.08 sec)
  1. Set Jpeg images quality | Documentation

    Check this guide and learn how to adjust JPG images quality and size when displaying Documents with PDF Viewer by GroupDocs....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/pdf-viewer-adjus...
  2. Optimize the output PDF file | Documentation

    This topic describes how to optimize PDF file in the GroupDocs.Viewer Java API for web browser or to reduce size....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  3. GroupDocs.Annotation for Java 17.1.0 Release No...

    Note This page contains release notes for GroupDocs.Annotation for Java 17.1.0 Major Features Below the list of improvements fixes and new features in this regular monthly release of GroupDocs.Annotation for Java. The most notable are: Implement annotations import from Word Documents Implement auto-import annotations when opening PDF Documents Add native Word annotations after export to Word Documents different types of annotations Fix users permission for Delete annotations Implemented following for slides Documents: Point annotation Area annotation ResourceRedaction annotation Arrow annotation TextField annotation Polyline annotation Watermark annotation Show and store annotation author when export annotation for PDF Documents Implemented following for slides Documents:...Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Annotation Product...

    docs.groupdocs.com/annotation/java/groupdocs-an...
  4. Extract metadata from Microsoft Office PowerPoi...

    To extract metadata from Microsoft Office PowerPoint presentations getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the presentation. subject The subject of the presentation. keywords The keyword of the presentation. comments The comments of the presentation. content-status The content status of the presentation. category The category of the presentation. company The company of the presentation. manager The manager of the presentation....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/extract-metadata...
  5. Working with XML Data Sources | Documentation

    Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releases. To access XML data while building a report, you can use facilities of DataSet to read XML into it and then pass it to the assembler as a data source. However, if your scenario does not permit to specify XML schema while loading XML into DataSet, all attributes and text values of XML elements are loaded as strings then....Assembly Product Solution GroupDocs...Acquisition GroupDocs Documentation / GroupDocs.Assembly Product Family...

    docs.groupdocs.com/assembly/net/working-with-xm...
  6. 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....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/extract-text-fro...
  7. Convert to HTML with advanced options | Documen...

    Follow this guide and learn how to convert Documents to HTML format with fixed layout, zoom and other customizations using GroupDocs.Conversion for Java....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/java/convert-to-h...
  8. Add watermarks to email attachments | Documenta...

    The API allows you to add watermark to all the attachments of supported types in an email message as shown in the following code sample. advanced_usage.add_watermarks_to_email_attachments.EmailAddWatermarkToAllAttachments TextWatermark watermark = new TextWatermark("Test watermark", new Font("Arial", 19)); EmailLoadOptions loadOptions = new EmailLoadOptions(); // Specify an absolute or relative path to your Document. Ex: "C:\\Docs\\message.msg" Watermarker watermarker = new Watermarker("message.msg", loadOptions); EmailContent content = watermarker.getContent(EmailContent.class); for (EmailAttachment attachment : content.getAttachments()) { // Check if the attached file is supported by GroupDocs....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/add-watermark...
  9. GroupDocs.Viewer for .NET 19.4 Release Notes | ...

    Note This page contains release notes for GroupDocs.Viewer for .NET 19.4 Major Features There are 14 features, improvements, and fixes in this regular monthly release. The most notable are: Added cdr file formats support Ability to render files contained in zip archives Extended support for loading fonts from custom folders for vector image formats Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-1940 Add cdr file format support Feature VIEWERNET-1859 Option for rendering content of the specified folder in the zip archive Feature VIEWERNET-1861 Possibility to render files contained in zip archives as attachments Feature VIEWERNET-1846 Extend support for ViewerConfig....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  10. Working with HTML resources | Documentation

    This article describes capabilities of GroupDocs.Editor while working with HTML resources, which are an integral part of HTML Document...Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/net/working-with-html...