Hi Everyone,
I created and published a custom print template. the problem is, every time the user prints from my JavaScript api app a QR code should be generated and included in the template. How to pass this QR code to the template ? any idea?
Thanks,
Depending on what your print service is expecting, you can send them as extraParameters in the PrintParameters.
Hi Rene,
My problem is how to pass QR image with extraParameters and tell the layout in arcpro to place this image. I know how to pass text with extraParameters and tell the layout to display it by adding a element in the tempalte and give it a name but in the image case I can't find anyway to achieve that.
What does the print service parameters page look like? I didn't know you could specify a custom image parameter in the publishing tools for layouts, but knowing what it expects would help.