Hi Saglietto,
Thank you for contacting Syncfusion support.
We have checked with the EML to PDF conversion sample with mentioned version assemblies. The behavior getting empty page when convert EML to PDF occurs in sample level due to internally created file name which contains special character. Here we are converting EML to HTML and then convert HTML to PDF using WebKit engine. When we convert EML to HTML ,The HTML file is created temporarily and it’s file name is created with mail subject. The provided document subject contains special character "°". So when we convert the file name with special character, the WebKit engine provides empty page. We have modified the sample according to the temporary file name and attached for your reference.
Please refer to the sample in the following link:
Please try this and let us know if you need any further assistance.
Regards,
Abirami.