Generate PDF error Xojo Cloud

Incredible:
I have an app that generates a pdf from code. In local it works perfectly but in Xojo Cloud the application is frozen in the line where the PDFdocument is defined:

Var myPDF As PDFDocument
myPDF = New PDFDocument(PDFDocument.PageSizes.A4) // Execution stops at this line in Xojo Cloud

pdfDocumento=New PDFDocument(595,842) // Alternatively I try this and it also crashes

Var myPDF As New PDFDocument(PDFDocument.PageSizes.A4) // Alternatively I try this and it also crashes

A4 is working for me when testing with the EE-PDF-Web example project in the Xojo download.

Could you please try it using that example project?

Jason ee-pdf-web doesn’t work either.
Locally it works fine but in Xojo Cloud the screen freezes on “Creating PDF…” and the buttons do nothing when pressed.

Ok. I will contact you and we can look at your specific server.

Same here

Okay, I will take a look and contact you.