How to fetch docx and xlsx blobs as pdf from REST api or Java client
I am uploading docx, xlsx(excel files) and pdfs to nuxeo and able to see them in Nuxeo UI correctly. Using the java client's method streamBlobByPath I am able to fetch the blob of document in my custom code. nuxeoClient.repository().streamBlobByPat...