This would not give you the exact positioning of text, nor the color and fonts that will be on the final printed card.
The idea is to output to the screen basically pixel exact representations of the print version of the product. The only sure way to do this is to create a single file that will go to the printer and can be viewed on the screen. The closest I have been able to get on this is the PS->pdf and PS->jpg version. I think on newer versions of CF (I'm still in 5.0 land), this will be possible with a combination of cfdocument, cfcontent and some open source java libs. On 9/14/05, S. Isaac Dealey <[EMAIL PROTECTED]> wrote: > Boy everybody's throwing out complicated solutions... > > I figured this would work: > > <cfdocument> > <table background="image.jpg" width="x" height="y"> > <tr><td>stuff here</td></tr> > </table> > </cfdocument> > > > dunno exactly how this site is doing it, but I have played > > with > > something similar in PHP. Just use an image file as a > > template an > > doverlay it with teh user data...BAMM! Can do this in CF > > via Java or > > one of the custom tags around for image manipulation. > > > DK > > > On 9/14/05, Rick King <[EMAIL PROTECTED]> wrote: > >> http://bluegelmedia.com.ecardbuilder.com/showcard.asp?Cus > >> tomerID=EN849411462013889.473&u=&P=1&C=&gs=&f=5&x=ac2&y=1 > >> &n=1&card_side=FRONT > >> > >> Can CF do this? cfdocument and cfreport aren't that > >> robust. > >> > >> Is this example using some sort of Microsoft Word object > >> model? > > s. isaac dealey 954.522.6080 > new epoch : isn't it time for a change? > > add features without fixtures with > the onTap open source framework > > http://www.fusiontap.com > http://coldfusion.sys-con.com/author/4806Dealey.htm > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:218288 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

