Avatar

Level 2

I have a pdf form with a schema, I want to read the pdf form in to an xml with same schema so that i can process the data  that i get from the pdf file.

I have tried the following

  •      I have created an input document variable (where i ll give my pdf form as input)
  • I have created an output xml variable with the same schema as the input pdf document.
  • I have created a process with set value service which assign the input pdf into the xml variable(so that i ll get the data from the pdf in to xml)

Is the above approch is correct ..

If any one knows, please suggest an approch to read my pdf.

Thank You