Hi, I'm trying to accomplish the following with a workflow script activity:
Using PDFSharp I want to add an image to a pdf (in this case a signature). The signature image is captured in Forms. Once the form is submitted I want to run this workflow which will use the process variable to fill out a pdf. Once the pdf is filled out, use the script activity to add the signature image.
I have a template of the code using PDF to accomplish the adding of the signature image which works in console application. The part I'm struggling with is working with the workflow script activity. I cannot for the life of me find any useful documentation or examples (for working with the script activity specifically).
Could someone show me an example of how you would grab the output entry of a search or move workflow activity? I need either a string (path) or stream to open it using PDFSharp.PdfReader(...).