Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 73 for

email to pdf handling

(0.04 sec)
  1. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps To read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....Metadata API supports handling EXIF metadata in PNG images...metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. output.zip

    converted_1.html From:Dovlet Mamenov Sent:Thursday, August 2, 2018 6:15 AM To:testgroupdv01@gmail.com Subject:Test Email message Attachments:calibre.docx, sample.jpg This is a test Email with two a......com Subject:Test email message Attachments:calibre... sample.jpg This is a test email with two attachment files converted_10...

    docs.groupdocs.com/conversion/java/_sample_file...
  3. Archive

    archives...Litvinchik · 8 min 🛡️ How to Protect PDF Documents with Access Control...Create Digital Signatures for PDF, Excel & More May 13, 2025 ·...

    blog.groupdocs.com/archives/
  4. Working with EXIF metadata | Documentation

    This article explains how To access EXIF metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IExif.getExifPackage method....cameras and in other systems handling the image and sound files...metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images...

    docs.groupdocs.com/metadata/nodejs-java/working...
  5. Working with metadata in JPEG images | Document...

    Reading PhoToshop metadata properties The GroupDocs Metadata API allows the user To read Adobe PhoToshop metadata associated with a JPEG image. For more information on the PhoToshop file format and metadata blocks that can be attached To images of different formats please refer To the specification: https://www.adobe.com/devnet-apps/phoToshop/fileformatashtml/. The code sample below demonstrates how To extract image resource blocks (building blocks of the PhoToshop file format) from a JPEG image....Metadata API supports handling EXIF metadata in JPEG images...metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Working with metadata in PSD images | Documenta...

    Reading PhoToshop Metadata properties The GroupDocs Metadata API allows the user To read Adobe PhoToshop metadata associated with a PSD image. For more information on the PhoToshop file format and metadata blocks please refer To the specification: https://www.adobe.com/devnet-apps/phoToshop/fileformatashtml/. The code sample below demonstrates how To extract image resource blocks (building blocks of the PhoToshop file format) from a PSD image. Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks advanced_usage....Metadata API supports handling EXIF metadata in JPEG images...metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Build Full Text Search Solution in Java | Find ...

    Full-text search API for Java applications To search via indexing. Find text in multiple Word, Excel, Pdf, TXT files of a folder & highlight search results....presentations, HTML files, PDF files, eBooks, email messages, ZIP archives...indexed, the index is ready to handle the search queries. The following...

    blog.groupdocs.com/search/build-full-text-searc...
  8. Working with metadata in JPEG images | Document...

    Reading PhoToshop metadata properties The GroupDocs Metadata API allows the user To read Adobe PhoToshop metadata associated with a JPEG image. For more information on the PhoToshop file format and metadata blocks that can be attached To images of different formats please refer To the specification: https://www.adobe.com/devnet-apps/phoToshop/fileformatashtml/. The code sample below demonstrates how To extract image resource blocks (building blocks of the PhoToshop file format) from a JPEG image....Metadata API supports handling EXIF metadata in JPEG images...metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Working with metadata in PSD images | Documenta...

    Reading PhoToshop Metadata properties The GroupDocs Metadata API allows the user To read Adobe PhoToshop metadata associated with a PSD image. For more information on the PhoToshop file format and metadata blocks please refer To the specification: https://www.adobe.com/devnet-apps/phoToshop/fileformatashtml/. The code sample below demonstrates how To extract image resource blocks (building blocks of the PhoToshop file format) from a PSD image. Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks AdvancedUsage....Metadata API supports handling EXIF metadata in PSD images...metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Extracting Document Metainfo | Documentation

    Following this guide, you will learn how To obtain basic document metadata like page count, size, and file type before editing it with GroupDocs.EdiTor for Node.js via Java API....such as PDF and XPS. EmailDocumentInfo: For all Email formats...fixed-layout format family (e.g., PDF and XPS). EBookFormats: Holds...

    docs.groupdocs.com/editor/nodejs-java/extractin...