Note that in Flex 2.0.1 HF2 + LCDS 2.5.1 we added a simple feature that allowed a Flex developer to send XML data to a RemoteObject destination and call a helper Java API that would inject this XML into a XDP or PDF an serve as an XFA dataset.
Note that for image capture, you can scale the capture size to a get a higher resolution and thus a better DPI for printing by applying an affine transformation (see the Matrix class) when using flash.utils.BitmapData.draw(). Pete -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of sprezzatura1 Sent: Wednesday, December 19, 2007 4:12 PM To: [email protected] Subject: [flexcoders] Re: Looking for component to generate PDF files Thanks, I was not aware of this resource. Looks like it might come in handy in the future. However, PDFonline are geared to receive text-type files as input (DOC, HTML, RTF, text). Our app creates vector graphics (curves, polygons, gradients). I don't believe PDFonline would be able to process the graphics input. (I have sent them an inquiry). Converting to an image (JPG, BMP) is not an option because it gets coarse and pixellated as you zoom in. Vector remains crisp and sharp. Pierre --- In [email protected], "Samuel Jones" <[EMAIL PROTECTED]> wrote: > > I don't know of any flex/flash components that can accomplish this, but you > may be able to workaround your server limitations. There are at least a few > free online pdf creators (such as https://www.pdfonline.com). Maybe you can > mashup with one of them and use that to create the pdf. > > -Sam > > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links

