Status Code issues observed while converting html to pdf

Issue 1:

API: v3
Java SDK: 20.7.0
HTTP logs: See out.log file inside attached bug_v3.zip
Source HTML: See index.html file inside attached bug_v3.zip
Details:
When we try to convert the provided index.html with endpoint POST https://api.aspose.cloud/v3.0/html/convert/pdf, we are getting 204 status code instead 200. Target PDF file does not appear in storage. If you change the font-size: 48px on line 35 to anything other than 48px, the conversion will work fine.

Issue 2

API: v4
Java SDK: 22.12.1
HTTP logs: See out.log file inside attached bug_v4.zip
Source HTML: See index.html file inside attached bug_v4.zip
Details:
We are getting 504 Gateway timeout response for any request. bug_v4.zip contains demo projectIssue_v3.zip (5.5 KB)
issue_v4.zip (6.8 MB)

@ocecontent

We are investigating the issue and will update you shortly.

@ocecontent

I have tested your both issues(files) with API V4. I have noticed that the file shared in bug_v3.zip is throwing a conversion failed exception. So we have logged a ticket (HTMLCLOUD-2152) for further investigation and rectification.

However, I am unable to reproduce your second issue, the conversion works fine as expected.outputhtml.pdf (4.0 KB)