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?
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.