Hi All
I'm not sure if this should go here or in the echo lounge? anyway. I have been coding with PHP for a couple of years now and have always done serverside only coding (better security, no reliance on clients setup etc etc) and have been very happy. PROBLEM, I have been asked to design a way for users to create, edit and print documents to their printer in High Res, I initially said "sure" thinking its easy BUT... Theory is they select a layout from the server, select image(s) from their own system, place the image(s) using a thumbnail where they want them on the page (within a defined space), put in their text (using their local fonts), then I put together the image and print it directly to their printer without ftp'ing their image onto our server. The constraint of the image remaining on the users system and the high quality printing (not to mention putting the image together) has me stumped as I have always done serverside coding and avoided javascript. Also they want it to run on anything (ie windows, macs, unix systems etc)
If the client side is too complicated I may be able to swing the vote in favor of uploading images to the server can make use of php imagecreate functions to make the file, then what would I pass it to the printer is high res mode (without the need for the user to save it, loading it into some other app and then printing it themselves).
OK, after the novel above, my questions are
1. is this possible?
2. is this practical to do within one month?
3. what is the general technology that I would use to do the client part (ie Javascript, XML-RPC) ??
4. is there a tool that can help me to do this ?
5. should I just say no and point them to one of the $$$ sites that specialise in this kind of thing.
any kicks in the right direction would be appreciated.
thanks
ricki😕