File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Other JSE/JEE APIs and the fly likes Sending an html document with embedded images Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "Sending an html document with embedded images" Watch "Sending an html document with embedded images" New topic
Author

Sending an html document with embedded images

Joshua White
Ranch Hand

Joined: Jun 04, 2001
Posts: 97
Hello all,
I need to send an html document (containing images) thought the mail. Looking at the api, I realize this is going to be a pain in the rear. It looks like you would need to parse the original html source, replace all the image tags with special object reference tags and then include all of the images as appropriately named attachments.
Surely there is a better way to do this. Could someone enlighten me?
Regards,
Joshua
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Sending an html document with embedded images
 
Similar Threads
displaying HTML in a JEditorPane
SCEA part 2 question
Images in JEditorPane
jsp design question
How does DOM work ?