Am relatively new to laserfiche and i would like to know whether we will be able to add a signature to a PDF from Laserfiche FORM within the Laserfiche workflow?
we are able to do what is mentioned in the link below
https://answers.laserfiche.com/questions/66791/Workflow--Copy-Signature-into-PDF
we are able to add new form fields and store the image as two part text in Laserfiche forms and retrieve it from workflow to embed it into the pdf.
we then use itextsharp to add the image (from the laserfiche formfields) into the PDF in repository. we are able achieve this only by exporting the document out of laserfiche repository (using documentExporter), add the image and import (using Document Importer) the updated document back to LF repository.
when we try to do it in memory (using a memory stream) it just do not work, we can determine why?
Please provide your useful insights.