Hello ,
I have Been Lately Trying to Add some Feature to our application .Where User can Just Open The PDF form and User Can CLick on a Check box when the read the document and submit the data to my database . I looked into forum and Found that PDF form plugins is the Solution for this .
I have Ceratin Questions about it
- PDF form plugin jar is in my application server folder but its not showing in plguins in developer
- how to use this plugin …I tried to run the demo solution servoy_sample_pdf_forms but when it runs it shows me an error
Cannot create sql: table not found for data source ‘db:/pdf_forms/pdf_forms’
Nirav Shingala
I think the documentation would be a good starting point: http://wiki.servoy.com/display/DOCS/PDF+Forms
Paul
Hey Paul ,
I actually read that page before and also looked at the video .I tried to run sample pdf form example but it gives me an error cannot create sql table not found .
I already had the bytes and i want to display it in the form in the web client or as a PDF in broswer with the submit button .
Nirav
Without the actual error stack not much we can determine from your post…
Except that if the error is that it cannot create a table, it seems that there might be some restrictions in the database(connection).
Would need more info about your setup to see what is going on.
Paul