Question
5
Replies
256
Views
Posted: January 23, 2020
Last activity: June 2, 2020
How to update fields in editable PDF using PDF connector
I have a PDF file opened through PDF connector which have editable fields where i neeed to update values. Please help me with steps to update the PDF using Pega Robotics. If not, suggest any workaround available with external DLLs.
***Edited by Moderator Marissa to update Product****
Hello,
Filling of editable pdf are directly not supported on PDF connector as of now
The below can be work around#
1. You can generate similar word document and save it as pdf.
This is a laymen way but doesn't require custom coding or complex dll s
You can convert the pdf to, word file, bookmark the fields and fill them as needed.
Trust me, it will be quite simple by word, then convert the filled word to pdf
2. If it is not possible -
Then use itextsharp library ( u have to purchase the license for enterprise use,)
In this case, by c# coding, and using itextsharp.dll, u have to 1st list out all the fields,(getFields method)
and by iteration, try to find the field identifiers
Then, fill them by required values
Itextsharp methods are available on web easily
But, before trying, please check if your IT security team allows it, then check with IT procurement for licensing