thankyou for sparing your time, I want a reliable document management system.For this purpose I think Alfresco is a good document management system. I want that who has modified that document and on which line the change has taken place in earlier versions of the documents. I just wonder can this be done? If yes then how?
How can I track on which page and on which line I had modified a word document using Alfresco?
164 views Asked by Pritam Pol At
2
There are 2 answers
0
mitpatoliya
On
You could use Alfresco plugin which I think meetup your requirement. https://code.google.com/p/versions-difference-alfresco-plug-in/
Related Questions in DOCUMENT
- PHP Dom merge documents
- Send document using Telegram bot API Javascript
- Design and Fill printable documents in C# .NET
- How do I add various document types to a Firebird BLOB field with Delphi
- Preserving word document formatting - footnotes, end notes everything while rewriting via code
- Mongodb find operation in embedded document
- How to parse a document and prompt user input for placeholders in a React app
- Javascript that displays different page every hour needs to open in new window
- DOMPDF - Script to convert HTML to PDF using DomPdf library
- Issues with text copying in the Syncfusion Document Editor
- Issue while concatenating 2 docx files
- excel file is not being picked and not readable as well in expo reactnative
- How to filter non-document-type in aiogram v.2s?
- Module Not Found Error: "langchain.chains.question_answering"
- View XPS and PDF in browser
Related Questions in ALFRESCO
- After upgrading Alfresco from 5.2 to 7.2 getting failed to initialize keystore error. Our old repository is in Alfresco 5.2
- Is there any Out of the box way to compress the content stored in ACS Enterprise version?
- How to upload file to specifc folder Alfresco
- Issue with 'OOoDirect' subsystem loading in Alfresco 5.2
- Alfresco Community edition 7.4 - Tomcat service Issue
- Change Alfresco users password using API
- Alfresco - right custom ID generation
- Activiti bypass activiti rest and call directly to activiti core error
- I can't see logs from new workflow - Alfresco SDK Maven
- Alfresco: outgoing mail properties are read but ignored
- Alfresco - Search metadata in OpenSearch image does not work
- Alfresco: change document content without changing the version
- Contentstore has more files than referenced in alf_content_url
- Angular HTTP interceptor in Alfresco ADF project doesn't work
- Alfresco CMIS Query Issue: Retrieving All Users
Related Questions in ALFRESCO-SHARE
- Alfresco Community edition 7.4 - Tomcat service Issue
- Actions in Alfresco Smart Folder
- Date Field is different for US Users in Alfresco Content Application
- Alfresco 6/7: externalizing webscript and form files out ot the jar
- Cannot change perrmission in Alfresco 7.4 after restore data from previos version
- Is it anorphane property?
- Hide "Contract" content type from content create list for all users except group "Contract Managers" Alfresco Share
- Nginx proxy server with multiple docker container apps
- NO Property value exists for the ID
- Alfresco 7.4 old aikau extension not working
- Alfresco Community Edition 6.2 - Login Issue
- Alfresco custom metadata templates
- Alfresco admin password lost - self hosted alfresco community edition
- How can I create a AMP (or JAR) files from my custom models?
- Error: export 'MatChipList' (imported as 'i13$1') was not found in '@angular/material/chips'
Related Questions in DOCUMENT-VERSIONING
- Does Mongo db have a built in feature to auto increment document versions
- MongoDB document version update issue with JaVers
- MongoDB complex object versioning with Spring Boot
- How to implement multiple versions of an object in a database
- CouchDB view reduce one doc per key
- S3 Versioning: Is just file level versioning possible and does it recognized file formats for intelligent diff calculation?
- Force uncached resources from CDN
- Get the latest checked-in version (document) of a document from SP 2010 doc library
- Best ODM solution on PHP that support versioning
- How to create a column that identifies whether or not a document is the latest in SharePoint?
- MongoDB Aggregation query running very slow
- How can I track on which page and on which line I had modified a word document using Alfresco?
- Sharepoint 2010/2013 Document Library - Access older version of document based on the metadata
- Sharepoint 2010/2013 Document Library - Document Versioning
- How can I compare directories recursive ignoring comments?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
You can use apache poi api for comparing microsoft documents using java. Below is link for same which contains same things, but that is not for alfresco its for normal java programm.
Is there any Java API available to compare two microsoft word documents?
Using apache POI api you can compare result of alfresco document version and display same in alfresco.
Krutik Jayswal
Alfresco Developer