1005726-ug: Extract Form Field Values from PDF documents#2241
1005726-ug: Extract Form Field Values from PDF documents#2241sameerkhan001 wants to merge 1 commit intohotfix/hotfix-v32.2.3from
Conversation
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
|
|
||
| ### What is the recommended way to extract form field values from a PDF document? | ||
|
|
||
| The [ExtractText](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.PdfPageBase.html#Syncfusion_Pdf_PdfPageBase_ExtractText) API returns only visible, rendered text on a page; it does not return values stored in interactive form fields (text boxes, checkboxes, radio buttons, etc.). Form fields live in the PDF’s interactive form structure, not the page content stream. |
There was a problem hiding this comment.
The ExtractText API retrieves only the text that is visibly rendered on the page’s graphics layer. It does not extract the values contained in interactive form fields such as text boxes, combo boxes, or buttons. This is because form field data resides in the PDF’s interactive form (AcroForm) structure, separate from the page’s content stream.
Hi All,
Task Id: https://dev.azure.com/EssentialStudio/Document%20Processing%20Libraries/_workitems/edit/1005726
Task Name: Need to add the content under FAQ section in extract text related
Regards,
Sameerkhan N