Nuxeo REST API - @convert?format=pdf - status 304 Not Modified [SOLVED]
Hi,
I want to convert non PDF doc to PDF with `doc.convert({ format: 'pdf' })
` but I get 3304 Not Modified response for https://server/nuxeo/api/v1/repo/default/id/2c19d2f0-212e-4f84-9c56-f61c497e9ff9/@blob/blobholder:0/@convert?format=pdf? I try do convert docx Blob but nothing has been converted ?
How can I force the file convertion ?
Thanks
0 votes
2 answers
1802 views