Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 2,063 for

email

(0.12 sec)
  1. Փոխարկել EML-ը HTML-ի՝ օգտագործելով C#

    Արդյունավետ փոխակերպեք EML-ը HTML-ի՝ օգտագործելով C#՝ առանց լրացուցիչ գործիք տեղադրելու: Բարելավեք փաստաթղթերի մշակումը նախագծերում այս ուղեցույցով, թե ինչպես արտահանել EML-ը HTML՝ օգտագործելով C#:...ծրագրային հավելվածների համար: EML (Email Message Format) ֆայլերը HTML...

    kb.groupdocs.com/hy/conversion/net/convert-eml-...
  2. Jak przekonwertować e-mail programu Outlook na ...

    Ten artykuł przeprowadzi Cię przez proces konwertowania wiadomości e-mail programu Outlook na program Word w języku Java i utworzy przykładowy kod funkcji poczty e-mail języka Java na program Word przy użyciu kilku wywołań interfejsu API....aplikacji do konwersji Java Email to Word . Tutaj możesz zapoznać...

    kb.groupdocs.com/pl/conversion/java/how-to-conv...
  3. Анализ и извлечение заполняемых значений полей ...

    Разбирайте заполняемые PDF-формы и извлекайте значения полей форм PDF-документов на C# с помощью анализа и извлечения данных .NET API от GroupDocs....Text); } } COMPANY: GroupDocs EMAIL: everything@groupdocs.com COUNTRY:...

    blog.groupdocs.com/ru/parser/parse-and-extract-...
  4. GroupDocs.Parser Product Family on GroupDocs Bl...

    GroupDocs.Parser Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Parser Product Family on GroupDocs Blog | Document Automatio......Word, Excel, PowerPoint và Email trong Java bằng cách sử dụng...Word, Excel, PowerPoint và Email trong C# bằng cách sử dụng API...

    blog.groupdocs.com/vi/categories/groupdocs.pars...
  5. วิธีแปลงรูปภาพเป็น Word โดยใช้ C#

    บทความสั้นๆ นี้อธิบายกระบวนการทีละขั้นตอนในการแปลง Image เป็น Word โดยใช้ C# และวิธีการพัฒนาแอปพลิเคชันสำหรับ Image to Word converter ใน C#...โปรดดูคำแนะนำ วิธีแปลง Outlook Email เป็น Word ใน C# สำหรับข้อมูลเพิ่มเติม...

    kb.groupdocs.com/th/conversion/net/how-to-conve...
  6. Hogyan lehet az Outlook e-mailt Word-be konvert...

    Ez az oktatóanyag tartalmazza az összes szükséges eljárást az Outlook e-mailek Word nyelvűvé konvertálásához C# nyelven, valamint egy működő példaalkalmazást a C# Email Wordbe konvertálásához....folyamatot, amellyel az Outlook Email C# nyelven Docx-re konvertálható...

    kb.groupdocs.com/hu/conversion/net/how-to-conve...
  7. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/net/getting-known-p...
  9. Working with metadata in JPEG2000 images | Docu...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images. The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes). Load a JPEG2000 image Get the root metadata package Extract the native metadata package using Jpeg2000RootPackage.Jpeg2000Package Read the JPEG2000 comments AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg2000.Jpeg2000ReadComments using (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { var root = metadata.GetRootPackage(); if (root....DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Save to Stream | Documentation

    This article demonstrates that how to save a document to any custom file at any location on the local disc or a even a Stream...DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...

    docs.groupdocs.com/redaction/net/save-to-stream/