From: "Robertson-Ravo, Neil (RX)"
> Just playing around with the CFX+PDF tag but it seems that a major
> limitation is the fact it cant grab text/data from the web as-is? when I
> grab data using CFHTTP it just outputs HTML script rather than data....
>
> Anyone go it to do this or is it impossible?
>
> N
Yeah, from what I can tell you can only feed it plain ascii text. So if you
do scrape you will need to strip out the html. To get formatted text, like a
headline that is 24pt bold italic, you would have to first import a bold
italic font using the CF_PDF_FONT tag, then use the CF_PDF_TEXT tag around
that headline text, declaring the font size, color, etc.
Basically, instead of using HTML for any formatting you have the 13
formatting tags they provide.
-Kevin
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

