I am working in Adobe Forms, trying to convert Adobe forms into XML data.
Doing this by creating Adobe objects and using the below methods
lo_pdfobj = lo_fp->create_pdf_object( connection = 'ADS' ).
lo_pdfobj->set_document(EXPORTING pdfdata = lv_buffer ).
lo_pdfobj->set_extractdata( ).
lo_pdfobj->set_task_extractdata( ).
lo_pdfobj->execute( ).
Getting run time exception in the execute( ) method as below
u201C ProcessingException: PDF is not an interactive form. Data cannot be exported from it. u201C
For any pointers or help Really Appreciated.
Thanks
James.