On Sat, May 3, 2008 at 4:46 PM, Chas. Owens <[EMAIL PROTECTED]> wrote: > On Sat, May 3, 2008 at 10:04 AM, David Newman <[EMAIL PROTECTED]> wrote: > snip > > > Next question: How to display PDFs inline? > snip > > Well, off hand, I would say you would need to use the object tag* > instead of the img tag and be using an email client that works with > object tags; however, you should expect that most email clients will > not work. You may also need to use a flash viewer or something. Just > stop and think how many web sites have embed PDFs and you will > understand your problem. > > * http://www.w3.org/TR/html401/struct/objects.html#h-13.3 snip
Another thought: do you know what the PDF contains? Is it just a TIFF or other image format wrapped up in PDF? If so, you can probably just convert the PDF into a JPG or GIF and use the IMG. Of course, if push comes to shove you could always just take a screenshot while view the PDF at %100 and convert that file to a GIF or JPG. Are you trying to do this programatically for a number of PDFs, or is this the only one (or one of a static set)? -- Chas. Owens wonkden.net The most important skill a programmer can have is the ability to read. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/