Sort Score
Result 10 results
Languages All
Labels All
Results 5,091 - 5,100 of 9,722 for

document viewer

(0.07 sec)
  1. Add image watermarks | GroupDocs

    This article shows how to add an image watermark and save the resultant Document. It is capable of adding watermarks to images or Documents....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/nodejs-java/add-im...
  2. GroupDocs.Assembly Engine APIs | GroupDocs

    Note In this article, we will discuss the behavior of GroupDocs.Assembly APIs. Overview of the API Classes of GroupDocs.Assembly are located within the GroupDocs.Assembly namespace. The main of the classes is DocumentAssembler. All the functionality required to build a report from a template is assembled within the class. Building Reports To build a report from a template, you can use one of the com.groupdocs.assembly.DocumentAssembler overloads. The following table describes parameters of these overloads....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/groupdocs-asse...
  3. How to Convert TIFF to PNG in Java

    Review the step-by-step guide to convert TIFF to PNG in Java. Learn how to develop Java TIFF to PNG converter capability and easily customize the converted PNG file....Viewer Product Family GroupDocs.Comparison...third-party software to convert documents. We will also create a working...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. Add watermarks to email attachments | GroupDocs

    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....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/add-watermark...
  5. How to Extract Text from XML in C#

    Quickly extract Text from XML in C# using one of the popular Document parser APIs and learn how to develop the functionality to get Text from XML using C#....Viewer Product Family GroupDocs.Comparison...for extracting text from documents. Below you can take a look...

    kb.groupdocs.com/parser/net/how-to-extract-text...
  6. How to Convert ODT to SVG using C#

    In this topic, you will learn how to convert ODT to SVG using C# without installing third-party software. Also, we will provide code to export ODT to SVG in C#....Viewer Product Family GroupDocs.Comparison...project or need to share documents across different platforms...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported Document formats please refer to Supported Document formats. Detecting the exact type of a Document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet Document Extract the root metadata package Use the getSpreadsheetType method to obtain file format information advanced_usage....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. How to Add Replacement Annotation in PDF using ...

    In this topic, we will guide you how to add replacement annotation in PDF using Java along with code example to insert replacement annotation to PDF in Java....Viewer Product Family GroupDocs.Comparison...task. After installing the document annotation library and customizing...

    kb.groupdocs.com/annotation/java/how-to-add-rep...
  9. How to Convert MSG to JPG using Java

    This article aims to educate you how to convert MSG to JPG using Java. Additionally, we will furnish you with the relevant code example to export MSG to JPG in Java....Viewer Product Family GroupDocs.Comparison...To commence the process of document transformation, the initial...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. Working with templates | GroupDocs

    Document template is set by Template class. It contains template items - fields and tables. Each item has the unique (in the template bounds) name and optional page index - value that represents the index of the page where the template item is located; null if the template item is located on any page. Template fields The template field is set by TemplateField class with the following constructor: TemplateField(TemplatePosition position, String name, Integer pageIndex) Parameter Description position Defines the way how to find the field on a page....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/working-with-tem...