How to rename a pdf at upload ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2019 06:22 AM
Hello !
In the view layout of a document I'm using the element : "nuxeo-document-viewer"
I would like to know how is it possible to rename the file I upload when I do it ?
For example using the metadata of the file or anything else.
Thanks 🙂
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2019 07:45 AM
Hello,
Basically, use the Document.SetProperty automation operation (either on dc:title or the file:content/name property) with the "about to create" or "document created" event handler.
