Web to Print system - which client side technology should I use

Posted by mr null on Programmers See other posts from Programmers or by mr null
Published on 2011-12-01T08:43:52Z Indexed on 2011/12/01 10:21 UTC
Read the original article Hit count: 352

I'm getting started to develop Web to Print system.

My main concern is which client-side techology should I use:

  • jQuery/CSS
  • Flex/ActionScript
  • or something else?

For now, idea is that user/customer choose

  1. Product eg: Business card
  2. Attributes: Dimensions,Paper type, ... etc
  3. Template or blank
  4. Adjust product (editor)
  5. Preview & order

Output should be PDF 300dpi.

My main issue is: adding/adjusting text in editor. (font size, font family...).

Because application should be cross browser. And I think that 10px Arial can't be the same in Firefox 5 and IE 8.

It must be pixel perfect in every browser. If somebody order $100 of business cards, and text is different that he/she saw when ordering - that is a big problem.

So, Flash platform should be the answer. But, as I see it's dying technology, 2012 is here - HTML5 is replacing Flash rapidly.

I hope that you understand me, so every guideline or few smart words would be very appreciating.

© Programmers or respective owner

Related posts about web-applications

Related posts about cross-browser