conversion


Related Questions
Hi, When I try to merge some PDFs to have one document with nuxeo operation Blob.ConcatenatePDFs, I always have this exception : Caused by: org.nuxeo.ecm.automation.OperationException: Failed to invoke operation Blob.ConcatenatePDFs at ...
  0 votes
  1 answers
  0 comments
  607 views

I expect the following to not crash, but instead it results in a stack trace when I attempt to call ConversionService.convert(). java.lang.NullPointerException at ...
  0 votes
  0 answers
  0 comments
  2448 views

Hi, I will have many Nuxeo instances independent from each other. Possibly using the “Multi-tenant” plugin, but ultimately they will remain segregated. I would like to deploy an independant farm of Nuxeo servers for transcoding all the job from all ...
  0 votes
  1 answers
  1 comments
  1721 views

Hi the example for adapters in the REST Api section of the documentation does not work /nuxeo/api/v1/id/{docId}/@blob/file:content/@op/Blob.ToPDF the first part /nuxeo/api/v1/id/{docId}/@blob/file:content/ does provide the binary file, but adding ...
  0 votes
  2 answers
  2 comments
  2044 views

when i use this code: CommandLineExecutorComponent commandLineExecutorComponent = new CommandLineExecutorComponent(); for (String command : commandLineExecutorComponent.getRegistredCommands()) { System.out.println(command); } for (String command : ...
  0 votes
  0 answers
  2 comments
  1615 views