I am looking for information on using Save As PDF in K2 Cloud, if anonymous access is needed as in my current K2 blackpearl 4.7 configuration.
I have an existing solution on K2 Blackpearl 4.7 where I have a Form with a View that displays data from a SmartObject. The Form has a button to save the Form to a PDF file, using the Save As PDF control. Users need to login to view the Form. Without anonymous access, the login page is saved to the PDF, as the Save to PDF action is executed as the K2 service account. So I have set up anonymous access in order to get the Form rendered correctly in the PDF(https://help.k2.com/kb001332).
As I am planning to move to K2 Cloud, I want to gather information on how to migrate this solution, or if I need to find an alternative method for saving to PDF. I found the K2 Cloud documentation on the Save As PDF control (https://help.k2.com/onlinehelp/k2cloud/userguide/current/default.htm#Create/K2Designer/Controls/SaveAsPDF/SaveAsPDFControl.htm). It looks like I do not need anonymous access but I can not test this as I do not have access to K2 Cloud yet. Being a cloud service, users will need to login (using AAD) to access the Form, but how will the Save As PDF Control handle this?