Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.
Moderator: General Moderators
wuzlum
Forum Newbie
Posts: 4 Joined: Tue Jul 31, 2007 12:13 am
Post
by wuzlum » Tue Jul 31, 2007 12:39 am
Hi all,
Any insights on how to integrate Image to Post Script generator over the web?
Thank you.
wuzlum
onion2k
Jedi Mod
Posts: 5263 Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com
Post
by onion2k » Tue Jul 31, 2007 3:26 am
No idea what you mean. PostScript is a layout markup language mainly for printers. Why would you want to use it over the web?
Arawn
Forum Commoner
Posts: 42 Joined: Sat May 05, 2007 6:03 am
Post
by Arawn » Tue Jul 31, 2007 6:24 am
Maybe he means like Flickr?
wuzlum
Forum Newbie
Posts: 4 Joined: Tue Jul 31, 2007 12:13 am
Post
by wuzlum » Wed Aug 01, 2007 10:06 pm
Thank you for your response guys.
The concept would be that the image will be designed over the web and the output will be converted to Post Script for centralized printing.
pickle
Briney Mod
Posts: 6445 Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:
Post
by pickle » Thu Aug 02, 2007 9:50 am
I've heard of this being done, but I think it involves tying PHP in to a system's printer drivers & capturing the .ps file the driver creates.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
wuzlum
Forum Newbie
Posts: 4 Joined: Tue Jul 31, 2007 12:13 am
Post
by wuzlum » Thu Aug 02, 2007 7:25 pm
Thanks pickle,
Now I'm trying MagickWand for PHP. Any insights still very much well come though.