cancel
Showing results for 
Search instead for 
Did you mean: 

Writing Text to an Editable PDF Document

Anonymous
Not applicable
I've created a process for writing text into an editable pdf document. The big issue is that pdf documents can only be spied using regions. Blue prism doesn't provide any VBO for PDF documents. The process works but it's costly to maintain because it needs specific monitor and resolution on which the object was spied on. Anyone with a better solution besides regions? 
3 REPLIES 3

YahorPamazai
Level 3
  Hello, you can try to create your business object for working with PDF and use the following libraries for this: - ITextSharp; - PDFSharp; - Report.NET. e.t.c. If you use the object, the speed and reliability of the bot will increase significantly.

BalakrishnaG
Level 4
.

SanthoshPogulak
Level 2
HI If you use Version 6.3 then why don't you use UIA Mode. It is flexible than Region Mode.