Re: PDF in 60 secs ?

2014-12-10 Thread Theodore Petrosky
http://www.wocommunity.org/podcasts see what this does. sorry, That should take you to the list of tutorials. the ERPDF in 60 seconds does not play. it says it is missing. On Dec 10, 2014, at 12:11 PM, James Cicenia wrote: > that didn’t work either > Safari barfed and said I need an rss r

Re: PDF in 60 secs ?

2014-12-10 Thread Theodore Petrosky
http://www.wocommunity.org/podcasts see what this does. On Dec 10, 2014, at 12:11 PM, James Cicenia wrote: > that didn’t work either > Safari barfed and said I need an rss reader. > Firefox took me to a listing and the final link was: > http://idisk.mac.com/qdolan-Public/webobjects/PDFIn60Seco

Re: PDF in 60 secs ?

2014-12-10 Thread Timothy Worman
James, The link I offered is a podcast meant for iTunes. It plays for me in iTunes as expected. I don’t have any other advice. Tim Worman UCLA GSE&IS > On Dec 10, 2014, at 9:11 AM, James Cicenia wrote: > > that didn’t work either > Safari barfed and said I need an rss reader. > Firefox took

Re: PDF in 60 secs ?

2014-12-10 Thread James Cicenia
that didn’t work either Safari barfed and said I need an rss reader. Firefox took me to a listing and the final link was: http://idisk.mac.com/qdolan-Public/webobjects/PDFIn60Seconds.mov which was unavailable. > On Dec 10, 2014,

Re: PDF in 60 secs ?

2014-12-10 Thread Timothy Worman
ERPDF in 60 Seconds podcast. It plays fine for me. http://www.wocommunity.org/podcasts/wopodcasts.xml Tim Worman UCLA GSE&IS > On Dec 10, 2014, at 7:40 AM, James Cicenia wrote: > > I remember seeing something like PDF in 60 secs. > Searched for it and found it linked to iTunes. > I went to run

Re: PDF-printing

2009-07-16 Thread Andrew Lindesay
Hi Atli; There is also a java print API implementation of IPP printing in LEWOStuff which was what I was going to point Frank at if he needed app-server side printing; LEIPPDocPrintJob LEIPPPrintService LEIPPPrintServiceTest (unit test to see how it works) I'd bette

Re: PDF-printing

2009-07-16 Thread Atli Páll Hafsteinsson
Great ! The last couple of days I've been looking like crazy for a way to connect to any CUPS server from java (not just the one on localhost) but all my googling did not find this lib .. go to love the WO lists ! Atli On Thu, Jul 16, 2009 at 2:09 PM, Jean-Francois Veillette wrote: > If the prin

Re: PDF-printing

2009-07-16 Thread Jean-Francois Veillette
If the printer is accessible from the server, the WO app can print directly to it using cups. We use the jipsi library to do so. In an office environment (with WO being used as a multi-platform dev environment for business) where server reside on the same network than users (and printers)

Re: PDF-printing

2009-07-16 Thread Frank Stock
Hello Andrew, it is the user who needs to print to a local printer. But I have solved it now to open an extra window and put the pdf there and then print. Tah gives me a nomal result. It is strange that printing directly from the iFrame add extra margins on top and left. Thanks, Frank Op

Re: PDF-printing

2009-07-16 Thread Andrew Lindesay
Hi Frank; Would you be able to print from the WebObjects application itself or does the user need to print to a local printer? cheers. I want to include a PDF in an iFrame and let the user click to print the iFrame. But when I print the pdf, the left margin is always to large! Is this th

Re: PDF generator/converter

2009-01-06 Thread Kieran Kelleher
Look at the WOComponent API .. you can call generateResponse() to get a WOResponse, and then call contentString() on the WOResponse to get the HTML. The result may have relative URLs in which case you may have to grab the context (WOComponent.context()) and tell it to generate full UR

Re: PDF generator/converter

2009-01-06 Thread Jeff Schmitz
I downloaded the example flying saucer stuff and got it to run, but I'm having trouble figuring out how to wrap this up in a component. Since I am generating a WOComponent that I want to transform to a pdf, I'm unsure how to send that finished component (i.e. html file) to the pdf render

Re: PDF generator/converter

2009-01-06 Thread Jeff Schmitz
I downloaded the example flying saucer stuff and got it to run, but I'm having trouble figuring out how to wrap this up in a component. Since I am generating a WOComponent that I want to transform to a pdf, I'm unsure how to send that finished component (i.e. html file) to the pdf re

Re: PDF generator/converter

2008-12-11 Thread John Corrigan
On 10/12/2008, at 1:31 AM, Sherry Tirko wrote: Hi All, I'm wondering if anyone knows if there is a pdf generator out there for WO sites or even a converter for WO Components. I'd like to take a form and make a pdf version for printing. Thanks, Sherry Another option may be "The Flying S

Re: PDF generator/converter

2008-12-10 Thread Gino Pacitti
Try this - I use it and it is really stable and configurable http://www.pd4ml.com/ Gino On 10 Dec 2008, at 09:47, Patrick Middleton wrote: On 9 Dec 2008, at 15:31, Sherry Tirko wrote: Hi All, I'm wondering if anyone knows if there is a pdf generator out there for WO sites or e

Re: PDF generator/converter

2008-12-10 Thread Patrick Middleton
On 9 Dec 2008, at 15:31, Sherry Tirko wrote: Hi All, I'm wondering if anyone knows if there is a pdf generator out there for WO sites or even a converter for WO Components. I'd like to take a form and make a pdf version for printing. Thanks, Sherry Or on MacOSX 10.3 and later,

Re: PDF generator/converter

2008-12-09 Thread Gaastra Dennis - WO Lists
Also, You may have a look at our PDFkit: http://www.webappz.com/products/PDFkit.html It is a bit more hands-on, however, a LOT faster, and allows for things that cannot be done trough regular HTML! With Kind Regards, Dennis Gaastra, Chief Technology Officer, WEBAPPZ Systems, Inc. This me

Re: PDF generator/converter

2008-12-09 Thread Hugi Thordarson
iText is very nice to use, well documented and free. http://www.lowagie.com/iText/ Cheers, - Hugi // Hugi Thordarson // http://hugi.karlmenn.is/ On 9.12.2008, at 15:31, Sherry Tirko wrote: Hi All, I'm wondering if anyone knows if there is a pdf generator out there for WO sites

Re: PDF generator/converter

2008-12-09 Thread Andrew Lindesay
Hello Sherry; Also worth a look is the "FOP" library from Apache. cheers. I'm wondering if anyone knows if there is a pdf generator out there for WO sites or even a converter for WO Components. I'd like to take a form and make a pdf version for printing. ___ Andrew Lindesay www.lindesay.c

Re: PDF generator/converter

2008-12-09 Thread John Huss
We use pd4ml to convert html to pdf and it works well. John On Tue, Dec 9, 2008 at 9:31 AM, Sherry Tirko <[EMAIL PROTECTED]> wrote: > > Hi All, > > I'm wondering if anyone knows if there is a pdf generator out there for WO > sites or even a converter for WO Components. I'd li

Re: PDF engine, that handles tables well / ReportMill

2007-12-19 Thread Chuck Hill
product. :-) ^James -Original Message- From: webobjects-dev-bounces [EMAIL PROTECTED] [mailto:webobjects-dev-bounces [EMAIL PROTECTED] m] On Behalf Of Kieran Kelleher Sent: Monday, December 17, 2007 3:12 PM To: Gaastra Dennis - WO Lists Cc: WebObjects Dev Subject: Re: PDF engine, that handles

Re: PDF engine, that handles tables well / ReportMill

2007-12-18 Thread Kieran Kelleher
Brint it on Dennis. When, oh when? On Dec 18, 2007, at 1:31 PM, Gaastra Dennis - WO Lists wrote: Actually, ReportMill WAS the reason we created our PDFkit in 2001. Since ReportMill had too many issues and did not match our client's needs, we decided to write our own tool. Our tool is 100% na

RE: PDF engine, that handles tables well / ReportMill

2007-12-18 Thread James C. Lee
and it's a supported product. :-) ^James -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] m] On Behalf Of Kieran Kelleher Sent: Monday, December 17, 2007 3:12 PM To: Gaastra Dennis - WO Lists Cc: WebObjects Dev Subject: Re: PDF engine, that handles tables well Dennis,

Re: PDF engine, that handles tables well

2007-12-17 Thread Kieran Kelleher
Dennis, This is great news! How soon can we get our hands on this free version? :-) Regards, Kieran On Dec 17, 2007, at 2:06 PM, Gaastra Dennis - WO Lists wrote: Our PDFkit should beat any of the other ones mentioned in terms of table generation by a factor of 10-100 times (our lab tests),

Re: PDF engine, that handles tables well

2007-12-17 Thread Anjo Krank
Well, you *could* give PDFGenerator a try :) Cheers, Anjo Am 17.12.2007 um 18:32 schrieb Guido Neitzer: On 17.12.2007, at 10:13, Don Lindsay wrote: I use JPDF and it works well. I looked at this, but don't want to spent the money at the moment, as the project I'm working on is private an

Re: PDF engine, that handles tables well

2007-12-17 Thread Gaastra Dennis - WO Lists
Our PDFkit should beat any of the other ones mentioned in terms of table generation by a factor of 10-100 times (our lab tests), since it does not depend on any other code and is a 100% native WebObjects framework. E.g., it can generate 400 pages filled with tables in just 1-2 seconds on a

Re: PDF engine, that handles tables well

2007-12-17 Thread Simon McLean
another one for the mix: http://pd4ml.com/ we use it for lots of single page stuff. Simon On 17 Dec 2007, at 17:32, Guido Neitzer wrote: On 17.12.2007, at 10:13, Don Lindsay wrote: I use JPDF and it works well. I looked at this, but don't want to spent the money at the moment, as the p

Re: PDF engine, that handles tables well

2007-12-17 Thread Joe Moreno
For simple PDF creation in WO, I'm real cheap... I create a TXT files, and make a couple calls to the command line: ENSCRIPT to convert the TXT file to PS and then PS2PDF for the final PDF which I end up queueing in the LPR queue to fax out. It works surprisingly well for simple stuff. -

Re: PDF engine, that handles tables well

2007-12-17 Thread Guido Neitzer
On 17.12.2007, at 10:13, Don Lindsay wrote: I use JPDF and it works well. I looked at this, but don't want to spent the money at the moment, as the project I'm working on is private and nobody knows whether it will bring some money one day ... Nevertheless I need really high quality PDF

Re: PDF engine, that handles tables well

2007-12-17 Thread Don Lindsay
Hello; I use JPDF and it works well. Don On Dec 16, 2007, at 11:59 PM, Gaastra Dennis - WO Lists wrote: Our PDFkit does this very well; please have a look at our website + ignore the prices. We will make available soon for free to the WebObjects community. It looks like we will go the Frontb

Re PDF

2007-12-17 Thread WILLIAM GARNETT
Hi; I use iText (www.lowagie.com) You build your own PDF using Java. Complete control! Hope this helps Cheers, Bill. ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.appl

Re: PDF engine, that handles tables well

2007-12-16 Thread Gaastra Dennis - WO Lists
Our PDFkit does this very well; please have a look at our website + ignore the prices. We will make available soon for free to the WebObjects community. It looks like we will go the Frontbase route; only charge for support. With Kind Regards, Dennis Gaastra, M.B.A.[sfu.ca], B.Sc.[ubc.ca] Chief

Re: PDF and appendToResponse

2007-02-27 Thread Kieran Kelleher
Just return it like a download file with content disposition set to inline or sth like that Here is a WOComponent I use for generic downloading. For PDF just set the correct mime type and content disposition. The client browser will ultimately decide what to do with it anyway. HTH, Kieran

Re: PDF and appendToResponse

2007-02-27 Thread Jacky Gagnon
Hi Gino, I never used PD4ML but you probably need these 2 lines : response.setContent(yourNSData); response.setHeader("application/pdf", "Content-Type"); On 07-02-27, at 11:56, Gino Pacitti wrote: Hi All I am using the PD4ML packages and can easily save PDF's to disk - but i was wondering i

Re: PDF Generation Best Practices for Web Objects Newbie.

2006-03-06 Thread Mark Morris
Hello Mike,I've only tried FOP of the options you listed, but I have used iText () for pdf generation and jfreechart () for graphs, and have been pretty happy with both of them.  I've also used ReportMill for pdf generation,

Re: PDF Generation Best Practices for Web Objects Newbie.

2006-03-06 Thread Jean-François Veillette
I would recommend UJAC, look at the chart gallery : http://ujac.sf.net - simple template x-html like, easy to generate in WO components. - flexible - native support for graph - open-source ! - jfv Le 06-03-06, à 14:06, Michael Herlihy a écrit : I've done a lot of image manipulation and pdf gene