Cenk
Cenk
As you can see from the Iphone screenshot, there is no take picture button and select picture (resim seç) is not working @CrackerakiUA 
Those configurations below did not help either. (Using 2.4 version) `"ToEmail": "[email protected]; [email protected]" "ToEmail": "[email protected], [email protected]"`
It is Relorer HTMLToQPDF to display HTML tags on the PDF.
Thank you girlpunk. I will investigate the HTML editor. Would you please show me where to add DebugArea and ShowOnce in my code?
I managed to use DebugArea, here is the PDF output. The original PDF I am trying to make it look like:  My sample PDF:   How can I...
@girlpunk Have you checked my last post?
Works this way, ``` column.Item().HTML(handler => { handler.SetHtml(Notes); }); ```