- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Olá!
Gostaria de saber se existe a possibilidade de criar um formulário que receba os campos: data, funcionário, empresa, e também fotos e descrição para as fotos, gerando assim um relatório com os dados em pdf.
Já tentei fazer com php, mas não funciona... Existe alguma forma de gerar esse relatório, inclusive com as imagens?
Hello!
I wonder if it is possible to create a form that receives the fields: date, employee, company, and also photos and description for the photos, generating a report with the data in PDF.
I've tried to do with php, but does not work ... Is there any way to run this report, including images?
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You cannot include PHP in your XDK app. There is no server to interpret the PHP scripts in your files. You need to do all of this in JavaScript. You will have to find a JavaScript library out there that creates PDF files, or send your form inputs to a server that does that work for you, using a RESTful API and AJAX calls to send the server that information.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page