03-26-2020 10:25 AM
I am using this service
http://127.0.0.1:8080/alfresco/api/-default-/public/alfresco/versions/1/nodes/-shared-/children?alf_...
I send a Json file
{
"name":"PruebaData.pdf",
"nodeType":"cm:content",
"content": {
"mimeType": "text/plain",
"mimeTypeName": "Plain Text",
"sizeInBytes": 34,
"encoding": "ISO-8859-1"
},
"properties": {
"cm:title": "My text",
"cm:versionType": "MAJOR",
"cm:versionLabel": "1.0",
"cm:description": "My text document description",
"cm:lastThumbnailModification": [
"doclib:1567673959670",
"pdf:1567673964745"
]
}
}
I need that the file PruebaData.pdf have content. For example When i open the file have this text.. "This is the content.."
How i can do that with that service? Thank you
03-26-2020 10:58 AM
Hope this helps:
03-26-2020 10:58 AM
Hope this helps:
Explore our Alfresco products with the links below. Use labels to filter content by product module.