Skip to Content
0
Former Member
Jul 01, 2009 at 06:15 AM

Converting PDF forms- Runtime Exception

201 Views

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.