Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 1,296 for

email conversion

(0.03 sec)
  1. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Conversion Product Solution GroupDocs...DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/net/working-with-bm...
  2. Clean metadata | Documentation

    This artcle explains how to remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Conversion Product Solution GroupDocs...DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/net/clean-metadata/
  3. Clean metadata | Documentation

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Conversion Product Solution GroupDocs...DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/nodejs-java/clean-m...
  4. Markdown | Documentation

    This article explains that how to extract Markdown formatted text from document page....Conversion Product Solution GroupDocs...DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...

    docs.groupdocs.com/parser/net/markdown/
  5. Cách chuyển đổi MSG sang MHTML bằng Java

    Hãy cùng tìm hiểu cách chuyển đổi MSG sang MHTML bằng Java mà không cần cài đặt thêm bất kỳ phần mềm nào. Ngoài ra, chúng tôi sẽ cung cấp ví dụ về mã để xuất MSG sang MHTML bằng Java....Conversion Product Family GroupDocs...bằng Java Cài đặt GroupDocs.Conversion for Java để chuyển đổi tệp...

    kb.groupdocs.com/vi/conversion/java/how-to-conv...
  6. Save a modified file to the original source | D...

    This article shows how to save the modified content to the underlying source in Java....Conversion Product Solution GroupDocs...DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  7. Load document from stream | Documentation

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....Conversion Product Solution GroupDocs...DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...

    docs.groupdocs.com/parser/java/load-document-fr...
  8. Load from Stream | Documentation

    This article shows that how to load file from stream using redaction API...Conversion Product Solution GroupDocs...DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...

    docs.groupdocs.com/redaction/python-net/load-fr...
  9. Hapus Metadata dari DOCX menggunakan Java

    Dalam tutorial ini, Anda akan mempelajari cara menghapus metadata dari DOCX menggunakan Java. Anda juga akan mendapatkan kode langsung untuk menunjukkan cara membersihkan metadata dari DOCX di Java....Conversion Product Family GroupDocs...penulis (seperti nama, alamat email, dan organisasi), tanggal pembuatan...

    kb.groupdocs.com/id/redaction/java/remove-metad...
  10. GroupDocs.Metadata Overview | Documentation

    What is GroupDocs.Metadata? GroupDocs.Metadata for Java is a full featured class library which allows users to read and edit metadata associated with various document, image, audio, video and many other formats. It works with most notable metadata standards: XMP, EXIF, IPTC, Image Resource Blocks, ID3 and format-specific metadata properties. The Metadata API is very flexible and easy to operate with. It provides extended capabilities allowing working with metadata in a unified way regardless of the file format....Conversion Product Solution GroupDocs...electronic business cards, saved emails, etc Was this page helpful...

    docs.groupdocs.com/metadata/java/groupdocs-meta...