Post Script

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

Post Reply
wuzlum
Forum Newbie
Posts: 4
Joined: Tue Jul 31, 2007 12:13 am

Post Script

Post by wuzlum »

Hi all,

Any insights on how to integrate Image to Post Script generator over the web?
Thank you.

wuzlum :wink:
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post by onion2k »

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 »

Maybe he means like Flickr?
wuzlum
Forum Newbie
Posts: 4
Joined: Tue Jul 31, 2007 12:13 am

Post by wuzlum »

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.
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Post by pickle »

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 »

Thanks pickle,
Now I'm trying MagickWand for PHP. Any insights still very much well come though.
Post Reply