conversion
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
900 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
2539 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
1798 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
2130 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
1702 views