Sort Score
Result 10 results
Languages All
Labels All
Results 3,571 - 3,580 of 64,705 for

api

(0.13 sec)
  1. Load from local disc | GroupDocs

    This article shows how the redaction Api is used to load file from disk....Upgrade an Order Support Docs API Reference Live Demos Free Support...is a main class in Redaction API, providing functionality to open...

    docs.groupdocs.com/redaction/python-net/load-fr...
  2. 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....Upgrade an Order Support Docs API Reference Live Demos Free Support...Leave feedback On this page The API allows you to add watermark to...

    docs.groupdocs.com/watermark/java/add-watermark...
  3. Get Supported File Formats Programmatically | G...

    Programmatically enumerate the list of file formats supported by GroupDocs.Comparison for Python via .NET via FileType.get_supported_file_types()....Upgrade an Order Support Docs API Reference Live Demos Free Support...guide / Get supported formats (API) Get Supported File Formats Programmatically...

    docs.groupdocs.com/comparison/python-net/develo...
  4. GroupDocs.Comparison Overview | GroupDocs

    In this article, get acquainted with the features, functions, supported file formats and developer usage of GroupDocs.Comparison for .NET — Api to compare two or more files and get the difference between them....Upgrade an Order Support Docs API Reference Live Demos Free Support... shapes, and positions. The API provides the following features:...

    docs.groupdocs.com/comparison/net/groupdocs-com...
  5. Search for electronic signatures in document | ...

    This topic learns how to search for document electronic signature and its details...Upgrade an Order Support Docs API Reference Live Demos Free Support...signature properties review, etc. API allows to search signatures within...

    docs.groupdocs.com/signature/net/search-for-ele...
  6. Changing Automatically Detected Types of Docume...

    Note The code uses some of the objects defined in The Business Layer. Changing Automatically Detected Types Api provides the ability to change automatically detected types of DocumentTable columns. The Type property setter has been added to the GroupDocs.Assembly.Data.DocumentTableColumn class. Moreover, The Relations property of the GroupDocs.Assembly.Data.DocumentTableSet class has been added. Download Data Source Document Managers Data.docx Template Changing Document Table Column Type.pptx Changing Document Table Column Type...Upgrade an Order Support Docs API Reference Live Demos Free Support...Automatically Detected Types API provides the ability to change...

    docs.groupdocs.com/assembly/java/changing-autom...
  7. Working with String Template | GroupDocs

    GroupDocs.Assembly Api allows you to use a string as input and output template, instead of document. This feature improves programmability while working with strings instead of documents, the resultant output string can be used as per the application needs. Follow these steps to using a string as input and output template: Initialize DocumentAssembler Define sourceString “«[yourValue]»” Convert sourceString to sourceBytes using ByteArrayInputStream(sourceBytes) Get targetBytes using DocumentAssembler.assembleDocument() Get** targetString **using new String(targetBytes, StandardCharsets....Upgrade an Order Support Docs API Reference Live Demos Free Support...feedback GroupDocs.Assembly API allows you to use a string as...

    docs.groupdocs.com/assembly/java/working-with-s...
  8. How to merge JPG images using C# | GroupDocs

    Learn how to merge JPG image files, combine JPG image files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Upgrade an Order Support Docs API Reference Live Demos Free Support...Leave feedback JPG Merger .NET API allows developers to combine...

    docs.groupdocs.com/merger/net/getting-started/u...
  9. How to merge BMP images using C# | GroupDocs

    Learn how to merge BMP image files, combine BMP image files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Upgrade an Order Support Docs API Reference Live Demos Free Support...Leave feedback BMP Merger .NET API allows developers to combine...

    docs.groupdocs.com/merger/net/getting-started/u...
  10. How to merge images to JPEG using Java | GroupDocs

    Learn how to merge images to JPEG file, combine images into one JPEG file programmatically in Java language using GroupDocs.Merger for Java library....Upgrade an Order Support Docs API Reference Live Demos Free Support...Leave feedback JPEG Merger .NET API allows developers to combine...

    docs.groupdocs.com/merger/java/getting-started/...