Sort Score
Result 10 results
Languages All
Labels All
Results 3,951 - 3,960 of 16,572 for

file

(0.09 sec)
  1. 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....()) { // Check if the attached file is supported by GroupDocs.Watermark...Save changes in the attached file attachment . updateContent (...

    docs.groupdocs.com/watermark/java/add-watermark...
  2. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...11 introduces Photoshop file support, new PDF resize options...

    blog.groupdocs.com/groupdocs.blog/page/3/
  3. GroupDocs.Viewer for .NET on GroupDocs Blog | D...

    GroupDocs.Viewer for .NET on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Viewer for .NET on GroupDocs Blog | Document Automation Solutions ......NET Core MVC untuk 140+ Format File Pemirsa dokumen online menjadi...

    blog.groupdocs.com/id/tag/groupdocs.viewer-for-...
  4. InvalidXml.xml

    There is no mandatory XML declaration above xxxyyy@live.com xxxyyy@live.comhttps://www.youtube.com/watch?v=euf-GKJV2S8&t=80s{349c5851-65df-11da-9384-00065b846f21} TrueTrue10624/http://localhost:587......unclosed Play with attributes file:///D:/Aspose/Editor/pdf-pro...

    docs.groupdocs.com/viewer/net/sample-files/rend...
  5. InvalidXml.xml

    There is no mandatory XML declaration above xxxyyy@live.com xxxyyy@live.comhttps://www.youtube.com/watch?v=euf-GKJV2S8&t=80s{349c5851-65df-11da-9384-00065b846f21} TrueTrue10624/http://localhost:587......unclosed Play with attributes file:///D:/Aspose/Editor/pdf-pro...

    docs.groupdocs.com/viewer/java/sample-files/ren...
  6. [Release] GroupDocs.Metadata for .NET v26.5 - F...

    :rocket: New Release: GroupDocs.Metadata for .NET v26.5 We’re pleased to announce the release of GroupDocs.Metadata for .NET v26.5, bringing improvements to format handling and package distribution. :wrench: What’s New …...engineering and technical drawing files. TFM-Split Packaging Introduced...Resolved an issue where MSG file properties and transport message...

    forum.groupdocs.com/t/release-groupdocs-metadat...
  7. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI File headers. The following are the steps to read the header of an AVI File. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....metadata in AVI files Working with metadata in AVI files Leave feedback...format-specific information from AVI file headers. The following are the...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Compare Word Docs in .NET – Revision Track vs H...

    Learn how to compare Word documents using GroupDocs.Comparison for .NET. Get step‑by‑step examples for revision‑track and highlight comparison modes with ready‑to‑run C# code.... Reviewers open the file, see the familiar Review → Accept...GroupDocs.Comparison A license file ( GroupDocs.Comparison.lic )...

    blog.groupdocs.com/comparison/compare-word-docu...
  9. Render HTML as Image using Python

    Learn how to render HTML as image using Python. This tutorial explains how to convert html to image in python with custom dimensions for static web previews....as Image using Python HTML files are widely used to structure...with block to load the HTML file and manage resources automatically...

    kb.groupdocs.com/viewer/python/render-html-as-i...
  10. Edit Excel Spreadsheets | Online Editing & Prog...

    Discover efficient ways to edit Excel spreadsheets. Either edit XLS/XLSX Files online or do it programmatically using C# & Java....XLSX, and ODS are types of files that we use a lot for spreadsheets...know how to work with these files. In this article, we’re going...

    blog.groupdocs.com/editor/edit-excel-spreadsheet/