Hi, I am not aware of an addon that gives you this functionality out of the box. But you may want to implement it yourself: - add an action method that receives the entity/object as a parameter - use any Java library that is capable to produce pdf/doc files out of the entity (e.g. http://poi.apache.org, https://pdfbox.apache.org, https://code.google.com/p/flying-saucer/) - I am not sure about this step: you need to stream the document back to the browser. Maybe returning Blob would do it automatically ?!
Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Nov 26, 2014 at 5:07 PM, Resto Tesis <[email protected]> wrote: > Hello everyone !! > > We ask them if you can use ISIS to print a .doc or .pdf file. What we need > is to perform some service that allows us to print data, such as billing or > ticket for customers of a restaurant. > > Greetings and thanks, hope to answer !! > > Resto-Thesis >
