Hi Everyone, Happened to see this on the Apple Java list. Don't know any more about it than what's there, but I know some people were looking. Joe Sam Joe Sam...
Hi Everyone, It's October already. I've gotten caught up in a major corporate project with a short deadline, and while apparently everyone has time to turn in...
Seems that I have more work then I can handle again. Let me know if your interested in one of the following: The project that I'm on in NYC has 15 openings...
I noticed yesterday that IntelliJ 6 is now out. Improved JSF support, but apparently still no drag-n-drop component layout. Tim...
Tim Holloway
timh@...
Oct 4, 2006 10:46 am
1890
Has anybody used JTest for automated testing? I'm on p. 30 of a 768 page document although I did run it on some source without reading the manual. Any...
Just posting this for the group. --Kurt ... As an IT professional, I was wondering if you could assist. I'm looking for a strong Java developer. Could you...
Job Description: DUTIES: Responsible for technical design, development and architecture of internal and external web applications and sites. Recommend server...
... Hash: SHA1 I am trying to invoke an ajax function that references a page on a different server than the one the jsp is running on. There seems to be a ...
In the case of Java applets, the sandbox explicitly forbids an (unsigned) applet from communicating with any server except the one it downloaded from. I'm...
Tim Holloway
timh@...
Oct 7, 2006 1:02 am
1898
... SAX is the streaming Simple API for XML. A Document Object Model (DOM) is a static modifiable graph. So if you have a DOM Document in memory, it's too late...
Tim Holloway
timh@...
Oct 7, 2006 1:21 am
1899
... one it ... There is one slight work around for this but not recommended as it only works in IE and not sure about IE7. Although, sometimes it is useful for...
... Hash: SHA1 I think I have discovered a workable solution but I have not tested this yet. I will let you guys know if it ends up being workable. Cheers, ...
Hi Tim, Since you brought up Java, and also because I'm having some font issues of my own ( modeling JasperReports/PDF's on one platform, running on another ),...
... How do you print your PDFs? That's the one thing I am lacking atm. I have some really lame methods. Like on Windows I will write to a temp file and pass...
Hi William, ... My problem is that the fonts under WebSphere on the AS/400 have a larger width than the ones I'm using on ( yeah, I know ) Win2000 when I'm...
We've been successful using iText from Lowagie. It is free (under MPL and LGPL). http://www.lowagie.com/iText/ It's been good for going from Java to PDF. We...
... Well that's surely what we are discussing ;) ... I need to go the other way, from PDF to TIFF, or ideally PCL. ... Sure, I do lots of x format to TIFF to...
... JasperReports uses iText for PDF conversions and output. . To William's question: this app sends out the PDF stream to the browser. They can save or open...
... Hash: SHA1 I too have been looking at itext for generating invoices in pdf for my clients. If you have a solution, I would love to see it. I have had ...
... All except the how to print a PDF via Java :) Without some crazy nasty hacks. iText totally lacks on that front. It would be awesome if iText had the...
... Why re-invent the wheel :) ... Yeah, that's what I do for web based stuff as well. I also make stand alone software. Like invoicing, billing, accounting...
... Hash: SHA1 OK I did figure out a realistic work around. By using Apache's mod_proxy module, I was able to have the jsp page request a url on the same...
... Actually, I should clarify. "Fonts" is a slippery term, since it is often used to mean: A) An identifier that connects to a lower-level text-rendering...
Tim Holloway
timh@...
Oct 9, 2006 8:51 pm
1912
... PDF is a wrapper for PostScript. On Linux, if you emit your output in PostScript form, it's already in the best form for WYSIWYG printing. For PCL-only...
Tim Holloway
timh@...
Oct 9, 2006 9:11 pm
1913
... Wow. Something EVERYONE's interested in! Trying to catch up on about 8 different threads here, I want to point out a couple of things for the benefit of...
Tim Holloway
timh@...
Oct 9, 2006 9:23 pm
1914
Hi Tim, ... Nope. Please read the paragraph I sent and the section in the JDK docs. Also take a look at the jre/lib/fonts directory. And these are partial...
One of the things I work on is software for laser output. The company produces all the software and hardware needed for outdoor and indoor laser shows. An...