I have documents that I need to prevent copying the texts and I would like to check if this is possible.
Solved! Go to Solution.
A rather complex, but comprehensive look at custom web previews.
This configuration file can be overriden via the web-extension directory structure to define which previewers should be attempted in what order. You could technically remove the PDF previewer (note: this would affect all users) and all others you do not want, restricting to the image preview. By default all regular documents should be transformable to an image. For most documents, this would only include the first page, so you might want to define a custom rendition on the Repository-tier and implement a previewer that can display multi-page images. You'd need to register a rendition definition similar to this and providing a custom transformer that is capable to create a multi-page image in first place.
In the Share user interface you can (re-)configure the document library actions to remove the option to copy files. But technically speaking, as long as you grant someone the permission to access a piece of content, they can always create a copy in some form or another (if just by downloading and re-uploading).
Since there is no feature "cropping" in Alfresco it cannot and need not be disabled.
I need to disable the copy of the content in the file in the view, that is, prevent a visitor for whom a document was shared can select the text and copy it.
Then I would suggest configuring the preview component to show an image / a series of images (maybe TIFF) instead of the PDF rendition.
How do I configure this?
A rather complex, but comprehensive look at custom web previews.
This configuration file can be overriden via the web-extension directory structure to define which previewers should be attempted in what order. You could technically remove the PDF previewer (note: this would affect all users) and all others you do not want, restricting to the image preview. By default all regular documents should be transformable to an image. For most documents, this would only include the first page, so you might want to define a custom rendition on the Repository-tier and implement a previewer that can display multi-page images. You'd need to register a rendition definition similar to this and providing a custom transformer that is capable to create a multi-page image in first place.
Have you configured this i also have the same requirement.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.