up vote -1 down vote favorite
share [g+] share [fb]

Can anyone recommend a method for selling concert tickets online? The shopping cart is relatively easy but we want to create a PDF that prints their information on the ticket and allows them to print.

Any ideas?

link|improve this question
?????????????????????? – MadMurf Jul 14 '09 at 8:02
What environment are you using? .NET? PHP? Java? RoR? ... ? – Philippe Leybaert Jul 14 '09 at 8:03
1  
Please can you elaborate on the question. Which Technology? Which Platform? What exactly do you need help on? – Diago Jul 14 '09 at 8:09
Sorry I was not clear enough. We are using OS commerce with php. I guess I need help figuring out how to print a ticket with the users information. I was hoping there might be some sort of open source software for creating tickets. – waywardmd Jul 14 '09 at 20:13
feedback

closed as not a real question by Robert Harvey Feb 19 '11 at 22:33

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ.

1 Answer

Your question should be how to create a pdf! there are many Api available on internet.. you can start by iTextsharp(for dot net) or iText for java

link|improve this answer
Thank you, I'll look into that! – waywardmd Jul 14 '09 at 8:06
1  
+1 for telepathic guessing. – Residuum Jul 14 '09 at 8:16
feedback