0

I am creating an iPad application. In this I have a form,and I need to fill the form with my app. I have some text boxes to enter the data. And when I click on the preview button, I want to display the entered values at the correct locations in the form. And it should display as a PDF form. And also I am thinking about taking print of the form. How can I implement that? Please share your ideas. Thanks :)

Mithuzz
  • 1,091
  • 14
  • 43
  • What will be your effort then? – Yama Feb 07 '12 at 11:37
  • @Sarah Effort? I am not asking anyone to create an app for me. I just asking for some thoughts. As this is my first time that i am creating an iPad app. There should be some experienced persons those who are done this kind of apps already. Is that a big mistake?? – Mithuzz Feb 07 '12 at 11:39
  • no. its not. But...anyways,you can try uitableview with custom cell with uitextfield. – Yama Feb 07 '12 at 11:41
  • @Sarah thanks. I am just afraid about the part where, how can I show the entered values on a form. Should that display as PDF or UIImageview? And how it is possible to display the data at the correct positions in the form? – Mithuzz Feb 07 '12 at 11:45

1 Answers1

1

Quartz2D has all the functions for your PDF needs.

Alexander
  • 8,117
  • 1
  • 35
  • 46