| View previous topic :: View next topic |
| Author |
Message |
Arch Guest
|
Posted: Wed Mar 21, 2007 3:58 pm Post subject: Print from Intraweb application |
|
|
Can anyone recommend a simple way for a client to print some text from a
webapplication, other than using the browser print?
Arch |
|
| Back to top |
|
 |
Pete d'Oronzio [pdmagic] Guest
|
Posted: Wed Mar 21, 2007 6:09 pm Post subject: Re: Print from Intraweb application |
|
|
Arch wrote:
| Quote: | Can anyone recommend a simple way for a client to print some text
from a webapplication, other than using the browser print? Arch
|
All my printing is done by creating a PDF and either opening a new
window on that PDF or embedding it in a page.
There are a number of report writers that work well with Intraweb. I
take a bit more complicate path: I use XSL-FO + AntennaHouse.Com to
create PDF from XML. Works great though.
-Pete |
|
| Back to top |
|
 |
Thomas Pfister Guest
|
Posted: Thu Mar 22, 2007 12:01 am Post subject: Re: Print from Intraweb application |
|
|
IIRC then is in the IntraWeb-folder a demo with Rave Reports.
:-) thomas
"Arch" <archie.campbell (AT) ed (DOT) ac.uk> schrieb im Newsbeitrag
news:46011022$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Can anyone recommend a simple way for a client to print some text from a
webapplication, other than using the browser print?
Arch
|
|
|
| Back to top |
|
 |
Nard Moseley (Digital Met Guest
|
Posted: Thu Mar 22, 2007 8:38 pm Post subject: Re: Print from Intraweb application |
|
|
You might consider using ReportBuilder Server Edition for publishing reports
to web browsers. The web interface handles incremental page generation,
navigation, zooming, and ask-at-runtime criteria. There is a Print button
that generates a PDF. With this solution, you get high performance and the
enduser gets a familiar preview environment.
Click on this link to access a live demo server
www.digital-metaphors.com/RBServerLive
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com |
|
| Back to top |
|
 |
Arch Guest
|
Posted: Fri Mar 30, 2007 8:00 pm Post subject: Re: Print from Intraweb application |
|
|
Thanks for that. Got a tidy little solution using ReportBuilder (great
tool) )to create a PDF then using that as URL for a new window.
Arch
"Pete d'Oronzio [pdmagic]" <myfirstname (AT) pdmagic (DOT) com> wrote in message
news:46012089$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Arch wrote:
Can anyone recommend a simple way for a client to print some text
from a webapplication, other than using the browser print? Arch
All my printing is done by creating a PDF and either opening a new
window on that PDF or embedding it in a page.
There are a number of report writers that work well with Intraweb. I
take a bit more complicate path: I use XSL-FO + AntennaHouse.Com to
create PDF from XML. Works great though.
-Pete |
|
|
| Back to top |
|
 |
Farshad Guest
|
Posted: Tue Apr 10, 2007 2:57 pm Post subject: Re: Print from Intraweb application |
|
|
I recommend using PDF Creator and embedding the generated PDF output in a
TIWURLWindow.
| Quote: | Can anyone recommend a simple way for a client to print some text from a
webapplication, other than using the browser print?
Arch
|
|
|
| Back to top |
|
 |
|