Has there been any update here?
We are trying to embed one PDF page on top of another PDF page.
AcroForm fields apparently are not merged so we are having to do that manually, iterating through PdfTextFields and convert them to TextField objects, for example.
There appears no way to tell what JS events are applied.
This is critical because this is how many readers denote the type of text field. For example, is it a date time field, numeric only, etc.
Is there any way of figuring this out without having to write my own parser?
Why does the reading and writing system in DynamicPDF's sdk use a completely different set of incompatible objects? One reads into PdfTextField while the other writes with TextField. Wouldn't it make more sense for both tasks to share the same underlying model structure? If so, I could easily just use ReadEvents.