Creates a Form from a PDF.
The name of the PDF.
FM_api('Form_createFromPdf', ['name' => 'example.pdf']);
{'ok':1,'id':123}
{'error':'Name not set'}
OR
{'error':'Uploaded file must be a PDF','filename':'wrongfile.pdf'}
{'error':'No file uploaded'}
Last updated 2 years ago