Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

substring in a simple automation chain

Hi everyone, I have a very simple automation chain in witch I extract the filemane to insert into a document title. In a fist time, I declare a variable "varNomFichier" whith value @{Document.getProperty("file:filename")}, and in a second time, I exe...

JDK 11 and headless jdk version

Hi, I use Nuxeo 10.10. In the documentation you recommand to install a JDK8 (https://doc.nuxeo.com/nxdoc/installing-and-setting-up-related-software/#installing-on-linux) sudo apt-get install openjdk-8-jdk imagemagick ufraw poppler-utils libreoffice f...

pnux_ by Confirmed Champ
  • 82 Views
  • 1 replies
  • 0 kudos

Limit upload size when creating a document

Hi All, I'm trying to limit the upload size to 1GB in Nuxeo. Can someone of you explain how can I do that from Studio. It would be perfect also to be able to show a message when the file is bigger than 1GB saying that the file is not accepted because...

Eugen_Duta by Champ in-the-making
  • 49 Views
  • 1 replies
  • 0 kudos

Blob.AttachOnDocument Rest API

Hi, I can't attach blob to a document using REST API. To debug I decided to try with the demo web interface. I also get a 404 error code response. __com.sun.jersey.api.NotFoundException: null for uri: http://demo.nuxeo.com/nuxeo/site/automation/batch...

Corinne_ by Confirmed Champ
  • 37 Views
  • 1 replies
  • 0 kudos

Resolved! How can i create a group of permission?

Hi guys, I would like know if it's possible create a group of permission or I could define one permission that it allow me create several documents type. For example: We have the next document types Document_01Document_02 ...Document_XXCase The eleme...

Resolved! Overriding default picture conversions in Nuxeo

I am trying to override the picture conversion. By default, Nuxeo provides following OOTB converters ThumbnailSmallMediumLargeOrignal I want to reduce the converters to ThumbnailOrignal Following are the configurations that I have tried Created a Mul...