Nuxeo REST API - @convert?format=pdf - status 304 Not Modified [SOLVED]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2018 04:56 AM
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/...?
I try do convert docx Blob but nothing has been converted ?
How can I force the file convertion ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2018 06:18 AM
Hi, I cannot reproduce on LTS 2017, I get a 200 status code and the converted PDF. Can you be more precise about the Nuxeo version, and give a full excerpt of your client code (JavaScript I assume)?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2018 02:48 AM
Hi,
Solved the issue by an automation chain in sutdio.
Thanks
