How to display a Content Server document in a File Viewer instance using Viewing service ?

Hi,

I am currently trying to display a Content Server document in a File viewer instance from the Viewing service. So i tried to create a rendition for the desired file, in order to get the publication.

So I would like to know if it is possible to retrieve a publication object for a file of the Content Server and if it is, how to do it.

Actually a tried to create a rendition with the Content Server api with '/v2/nodes/{id}/versions/renditions' route', with a 'blazon_pdf' rendition_type and my file as binary string. Retrieving it give me a blank return.

I also tried the 'Send to Blazon' action, but after a few minutes I get a timeout.

Regards,