Hello,
I'm struggling with the PDF Converter while using inside a workflow. I had problems with some elements on my forms, that were heavily edited by CSS and JS. According to https://help.k2.com/kb001626 i changed the values of useWebkit and serializeResources to true. After this my PDFs are rendered perfectly.
Is there a way to set these values while using the SmartObject inside a workflow?
The reason for this is, that the user is supposed to select some values and starts the PDF generation process after that. The content of the selection form will be saved into one pdf and in addition to that other data items should also be saved into several pdfs which will be uploaded into a SharePoint library after this. The first PDF is generated with the Save As PDF control, but all additional PDFs are created in the background by a workflow and the useWebkit/serializeResources values are ignored.
Thanks,
Adrian