NYCPHP Meetup

NYPHP.org

[nycphp-talk] PHP vs ASP

yury at heavenspa.com yury at heavenspa.com
Tue Apr 27 14:44:40 EDT 2004


my naivety shows... true, but how rare is it to have php on IIS? and do you
have to jump thru a million loopholes to get it to work correctly..

peoples.. this is coming from a PHP hack.. not a hacker :)

:)
yury

/me thinks i should shut up and leave for coffee
----- Original Message ----- 
From: "Phillip Powell" <phillip.powell at adnet-sys.com>
To: "NYPHP Talk" <talk at lists.nyphp.org>
Sent: Tuesday, April 27, 2004 2:37 PM
Subject: Re: [nycphp-talk] PHP vs ASP


> Actually that's not quite a valid reason.  I had a contract job once
> where I built PHP pages on a secured IIS platform for an intranet web
> portal.  IIS doesn't always associate with ASP.
>
> Phil
>
> yury at heavenspa.com wrote:
>
> >simple.. how many IIS servers get hacked. Now how many unix/linux boxes
get
> >hacked..
> >- case closed!
> >
> >ciao
> >yury
> >
> >p.s. if your ready to flame me... please don't..
> >----- Original Message ----- 
> >From: "Carlos G. Chiossone" <carlos at sprout.net>
> >To: "NYPHP Talk" <talk at lists.nyphp.org>
> >Sent: Tuesday, April 27, 2004 2:04 PM
> >Subject: [nycphp-talk] PHP vs ASP
> >
> >
> >Hi all, anyone knows an up-to-date site where I can gather some
> >reasoning for a client that wants to use ASP. I am trying to make the
> >case that PHP is better. But all I find is from 2002 and older.
> >
> >Something in the line of http://php.weblogs.com/php_vs_asp would be
> >great.
> >
> >Thanks,
> >Carlos
> >
> >_______________________________________________
> >talk mailing list
> >talk at lists.nyphp.org
> >http://lists.nyphp.org/mailman/listinfo/talk
> >
> >_______________________________________________
> >talk mailing list
> >talk at lists.nyphp.org
> >http://lists.nyphp.org/mailman/listinfo/talk
> >
> >
> >
>
>
> -- 
> --------------------------------------------------------------------------
-------
> Phil Powell
> Multimedia Programmer
> ADNET Systems., Inc.
> 11260 Roger Bacon Drive Suite 403
> Reston, VA  20191
> #: (703) 709-7218 x107
> Fax: (703) 709-7219
>
>
>
> _______________________________________________
> talk mailing list
> talk at lists.nyphp.org
> http://lists.nyphp.org/mailman/listinfo/talk
>


>From hans not junk at nyphp.com  Tue Apr 27 14:51:10 2004
Return-Path: <hans not junk at nyphp.com>
Received: from ehost011-1.intermedia.net (ehost011-1.intermedia.net
	[64.78.21.3]) by virtu.nyphp.org (Postfix) with ESMTP id 2644FA87F3
	for <talk at lists.nyphp.org>; Tue, 27 Apr 2004 14:51:10 -0400 (EDT)
X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Date: Tue, 27 Apr 2004 11:51:07 -0700
Message-ID: <41EE526EC2D3C74286415780D3BA9F8701A49790 at ehost011-1.exch011.intermedia.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: PDF Generation
Thread-Index: AcQsiN2djHoLrWvaSjqvEoVvtHzrUg==
From: "Hans Zaunere" <hans not junk at nyphp.com>
To: "NYPHP Talk" <talk at lists.nyphp.org>
Subject: [nycphp-talk] PDF Generation
X-BeenThere: talk at lists.nyphp.org
X-Mailman-Version: 2.1.4
Precedence: list
Reply-To: NYPHP Talk <talk at lists.nyphp.org>
List-Id: NYPHP Talk <talk.lists.nyphp.org>
List-Unsubscribe: <http://lists.nyphp.org/mailman/listinfo/talk>,
	<mailto:talk-request at lists.nyphp.org?subject=unsubscribe>
List-Archive: <http://lists.nyphp.org/pipermail/talk>
List-Post: <mailto:talk at lists.nyphp.org>
List-Help: <mailto:talk-request at lists.nyphp.org?subject=help>
List-Subscribe: <http://lists.nyphp.org/mailman/listinfo/talk>,
	<mailto:talk-request at lists.nyphp.org?subject=subscribe>
X-List-Received-Date: Tue, 27 Apr 2004 18:51:10 -0000


We have an existing form in PDF that is typically printed and used.
However, now they want some of the information to - of course - be
automatically be filled out from our database, and then downloadable and
printable.

Although only a single page, the form is quite nasty.  Although, I must
say, graphics/colors/etc aren't a concern.  I'm looking for ways to fill
in the information via PHP with the least amount of vector graphics
calculations, Postscript, or whatever else (this is mostly uncharted
territory for me).


Some thoughts

-- since the form is already in PDF, can I convert it to HTML.  Then,
using HTML as the template, fill in the information and convert back to
PDF?  I can't just stick to HTML because I'm concerned about printing
issues.

-- are there good (commercial is fine) libraries that let me do this?
While something native in PHP would be nice (I've seen PDFLib.com) I'd
have no problem using an external command and piping information around.

-- does Adobe, or anyone else, offer programmatic ways to use existing
PDFs as templates?

-- are there other/better ways to do this that I'm missing?

Money is less of a concern than time.

Thanks,

H

P.S:  Next step; sending print jobs to HP printers from Apache/PHP






More information about the talk mailing list