On Tue, 31 Aug 2010 23:02:06 -0300, Charith Madusanka <charithc...@gmail.com> wrote:

Hi Thiago!

Hi, Charith!

I want to render pdf file to images. I'm working with
https://pdf-renderer.dev.java.net/ library therefore I need File Handling
and Buffer Handling  classes in T5 API.

You don't really need file handling nor buffer handling classes in Tapestry: just use the Java ones. Anyway, you don't need to worry with files nor buffering in your component: handle files in memory only. Make your component receive the PDF file to be rendered as an InputStream. Most probably the PDF renderer already buffers input.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to