Hi,
How do I type into PDF fields? When I try to use Type into, it is not identifying individual fields.
Thank you,
Hi,
How do I type into PDF fields? When I try to use Type into, it is not identifying individual fields.
Thank you,
Thank you, @ashokkarale
Do not have CV license.
How to type into PDF?
You can use Extract Structered Data Activity for this.
Refer this document :
HAPPY AUTOMATION!!
You can try Keyboard shortcut to send Tab key to travers through pdf fields. Set To Clipboard to copy whatever you want to fill in the field and then Keyboard Shortcut to Paste what is copied to clipboard. This way, you don’t need type into or set text.
Thanks,
Ashok
If it is aform pdf…then better use itext7 library which has methods to fill the fields without opening in ui…this is more reliable
A sampel is here
Cheers