Sort Score
Result 10 results
Languages All
Labels All
Results 3,331 - 3,340 of 15,248 for

file

(0.04 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. 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/
  3. Edit Word Documents | Online Editing & Programm...

    Discover efficient ways to edit Word documents. Either edit DOC/DOCX Files online or do it programmatically using C# & Java....widely used word-processing file formats. Microsoft Word and...we’ll see how to edit Word files using C# and Java programming...

    blog.groupdocs.com/editor/edit-word-documents/
  4. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Document Proces......Search Log Files performance printing Text Extraction...Watermark Examples Watermark Files Watermark Product Watermark...

    blog.groupdocs.com/fa/tags/index.xml
  5. Tags on GroupDocs Blog | Document Automation So...

    Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Tags on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers .NET Bug Fixes ......Search Log Files performance printing Text Extraction...Watermark Examples Watermark Files Watermark Product Watermark...

    blog.groupdocs.com/he/tags/index.xml
  6. Render XML documents as HTML, PDF, PNG, and JPE...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert XML documents to HTML (with and without pagination), PDF documents, PNG, and JPEG raster formats....as HTML, PDF, PNG, and JPEG files Leave feedback On this page...FileStream inputXmlFileStream = File . OpenRead ( inputXmlPath ))...

    docs.groupdocs.com/viewer/net/render-xml-docume...
  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 AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....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/net/working-with-me...
  8. GroupDocs Editor Not Working with Kendo - Free ...

    Hello, I am working with GroupDocs Editor, previously we were using TinyMCE and now going ahead with Kendo as we are already using Kendo Editor in some of our functionalities. There were few errors in TinyMCE as well l…...t=" + File.GetLastWriteTime(Server.MapPath(Url...src="@Url.Content("~/config.js?t=" + File.GetLastWriteTime(Server.MapPath(Url...

    forum.groupdocs.com/t/groupdocs-editor-not-work...
  9. Generate Barcode in C# | Add Barcodes to Docume...

    C# barcode generator to electronically sign documents & Images by attaching created barcodes to Word, Excel, PDF, PNG, JPG, WebP Files....documents, images, or files of different file formats. Using this...properties. Apply it on the loaded file. Generate Barcode in C# - Apply...

    blog.groupdocs.com/signature/barcode-generator-...
  10. Load XML document with options | GroupDocs

    Learn this article and check how to load and convert XML documents with advanced options using GroupDocs.Conversion for .NET API....set attribute Input document file type Whether to generate page...XmlLoadOptions { XsltFactory = () => File . OpenRead ( "books.xsl" ) }))...

    docs.groupdocs.com/conversion/net/load-xml-docu...