Hello Community,
I have tried to do a simple test where I have a container with an image and a pen input control on top of the image.
Then, I use a button to call the new PDF function and generate the PDF of the container, and it does generate the PDF ... but the pen input control that initially is transparent in the container, when converted to PDF has a black background.
Do you know if this is a know limitation of the PDF function ?
Or a way to make it work ?
Here is a sample screenshot of my application:
- the button executes the following command: UpdateContext( { tmppdfcontent: PDF( Container2, {ExpandContainers: true} ) } );
- and the pdf viewer control just points to the tmppdfcontentvariable created in the button

Thanks, Victor.