RE: [PHP] PDF Templates?

2002-10-08 Thread Seth Northrop
27;t think it is free though but you could look at it > for at least a starting point. > > Jason Sheets, CCNA, MCSE > Exploratory Team Lead > Manpower Managed Service > R14-C35 Post E6 > 396-7336 > > -Original Message- > From: Seth Northrop [mailto:[EMAIL PROTE

[PHP] PDF Templates?

2002-10-08 Thread Seth Northrop
Can they be used? Ie, can you open up an existing PDF and execute pdf_show*s on it and dump out the modified buffer? We have several blank PDF forms laying around and I'd like to be able to populate them without having to regenerate the PDFs everytime (which, in some cases would be impossibl

[PHP] SOAP slllloooowwwwww.

2002-10-01 Thread Seth Northrop
We've been playing around with SOAP from a J2EE framework with PHP as the client (via WSDL). Needless to say, it's SLOW. I think this has more to do with the Java/SOAP layer than anything to do with PHP but it's borderline unusable. That being said, would PHP+java integration be any faster - o

[PHP] PHP <-> JBOSS

2002-08-20 Thread Seth Northrop
Hi, I'm curious if anyone has integrated PHP with Jboss and jetty or tomcat. We are working on a J2EE application and would like PHP to be able to interface with the JBOSS server (exchange of data and data structures). SOAP seems like a logical choice, but, I don't know how developed (alpha) the

[PHP] PDF w/ large blocks of text.

2002-05-22 Thread Seth Northrop
Has anyone devised a good solution for handling large blocks of text when creating pdfs? We want to convert otherwise web displayed reports into text keeping in mind that they span multiple pages (10-1000), and will contain control characters (\n, or arbitrary indention tags - ie, it's not just

[PHP] Parsing out attachments in mail.

2002-03-04 Thread Seth Northrop
Does anyone know the best method for quickly extracting the various parts of an email message read from /dev/stdin, say into an array? Basic functionality is to strip out everything (including headers) except for plain/text data, but, ultimately I may want to work with binary and/or html attachm

[PHP] ISO 900x Document Control System

2001-08-09 Thread Seth Northrop
I know CVS exists, and, I know there are some projects out there to make use of CVS/RCS using a web front end (I helped write one). I am however curious if anyone knows of any projects out there to create an ISO 900x angled document control systems out there? Most of the commercial software pac

[PHP] Re: [PHP-DEV] pspell/aspell breaking

2001-03-02 Thread Seth Northrop
s that I can't necessarily isolate either of these as the cause. But, aspell 32.6+pspell .12+updated RH glibc 2.2-12 & gcc-2.96-69 + apache 1.3.14 + php-4.0.4pl1 works on RH 7 now. My inclination is that it's aspell, since, the same behavior existed with both stock and updated glibc

[PHP] pspell/aspell breaking

2001-03-01 Thread Seth Northrop
Setup: aspell-.32.6 pspell-.11.2 php-4.0.4pl1 apache_1.3.14 RH 7.0 glibc 2.2-12 gcc-2.96-69 Procedure: ./pspell-.11.2/configure make && make install ./aspell-.32.6/configure make && make install ./php-4.0.4pl1/configure --without-gd --with-mysql --with-config-file-path=/usr/local/apache/etc