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

Forum Posts

Document template : how to insert an image ?

Hello, I want to insert an image in a document template with freemarker language like this: Document is in HTMLthen it's converted into PDF This image is not in the final document, I just got an empty square. Is it possible to use "resources>images...

milonette_ by Star Collaborator
  • 983 Views
  • 2 replies
  • 1 kudos

Import of Folder and Tree of Folders.

Hi, I have an question and mainly a problem, how can i import an folder / an tree of folder ?? When I Drag'n'drop, Nuxeo begin an "load", but the procedure never stop, and folder never been import ... Can you say me if it's possible and if yes, how i...

sampo by Champ in-the-making
  • 749 Views
  • 2 replies
  • 0 kudos

Resolved! php client blob

Hi, In the documentation, I saw the following code: $answer = $session->newRequest("Blob.Attach")->set('params', 'document', $path) ->loadBlob($blob, $blobtype) ->sendRequest(); How do I convert a file to a blob? Also, what do I use as the blobtype? ...

sk90_ by Champ in-the-making
  • 720 Views
  • 1 replies
  • 0 kudos

Ldap description group

Hello, in nuxeo, my group come from my ldap. They are ok , but I don't know how to get the description of my ldap group; I have the "groupname" ok but not "description" (description) my file default-ldap-users-directory-config.xml : org.nuxeo.ecm...

vjoussot_ by Star Contributor
  • 616 Views
  • 1 replies
  • 0 kudos

CMIS Shell

Hi all, what happend to the cmis-shell? It it still available/maintained? Tom

tuhl_ by Champ in-the-making
  • 582 Views
  • 1 replies
  • 0 kudos

Have you got a "Dummy's Guide to Nuxeo"?

Have you got a "Dummy's Guide to Nuxeo" type documentation for people who don't have previous experience with ECM software such as Nuxeo? I need something that really explains Nuxeo's concepts for complete beginners. If you don't, would you be willin...

calling a ModuleRoot's function in other class

I have created a new class: @Path("/pidedit") @WebObject(type = "pidedit") public class PIDEditorModule extends ModuleRoot { public static final String PID_FIELD = "note:note"; @GET @Path(value = "{id}/html") @Produces("text/html;cha...

adam_bo_ by Star Contributor
  • 698 Views
  • 1 replies
  • 0 kudos

document.fetch no such document

Hi, Every time I try to do something like Document root = (Document) session.newRequest("Document.Fetch").set( "value", "/default-domain/uploads/bob/").execute(); I get an error. Caused by: org.nuxeo.ecm.automation.client.jaxrs.spi.JsonMarshalling$Re...

sk90_ by Champ in-the-making
  • 448 Views
  • 0 replies
  • 0 kudos

formulaire conditoinnel

Bonjour, est il possible lorsque l'on définit un type de document "custom" de faire en sorte que certains champs à saisir ne s'affichent que sous condition d'un autre champ ? Ce que l'on appelle formulaire avec champ à affichage conditionnel... Merc...

vjoussot_ by Star Contributor
  • 416 Views
  • 0 replies
  • 0 kudos

how to establish a connection by html client

Hi, can you tell me hoe establish Connection By HTML Client, and what role Maven play in establishing Connection i have read Link. http://doc.nuxeo.com/display/NXDOC56/Using+Nuxeo+Automation+Client Plese Explain Step by Step. Since i am New In Nuxeo