Document management, often referred to as Document Management Systems (DMS), is the use of a computer system and software to store, manage and track electronic documents and electronic images of paper based information captured through the use of a document scanner.
Questions tagged [document-management]
126 questions
3
votes
5 answers
Document Management System Recommendation
I have an application that generates around 10000 printed pages per month. Each report (around 2000/month) is archived as PDF on a simple network
file share.
I am searching for a Document Management System meeting the following requirements:
watch…

Johannes Rudolph
- 35,298
- 14
- 114
- 172
3
votes
1 answer
Document management system using Google Cloud Storage
I am currently working on different aspect Google App Engine and still in study phase and build some small apps and deployed it on cloud. Recently when i was installing a command line to for cloud storage(i.e. gsUtil) I encountered versioning…

Deepesh Shetty
- 1,116
- 3
- 18
- 43
2
votes
2 answers
modules to load .docx & .pdf file in drupal
Hello I am looking to see if there are any modules for drupal 6 or 7, which would allow basic document management functionalities and allow to view .docx and pdf documents?

macha
- 7,337
- 19
- 62
- 84
2
votes
1 answer
Looking For A CMS Mainly For Static Content Publishing
I am tasked to research and evaluate a long overdue CMS system for our dept within a large software company. For the most part we need a system that has workflows and the ability to publish static content to a specified location (app server, cdn…

rh1200
- 121
- 3
2
votes
3 answers
Image/File hosting storage best practices and standards
We are building an image and file hosting website and we will save these files on our servers, so I want to know if there are any best practices or standards I need to read and follow to make our website scalable and easy to extend in the future.
Is…

Amr Elgarhy
- 66,568
- 69
- 184
- 301
2
votes
1 answer
Prevent users from deleting files uploaded Alfresco
I've been testing Alfresco for a few days but seem not to find a solution for this.
In Alfresco when an user uploads a file to a folder where it has the contributor role everything works nice, but he can delete that file. I want avoid that so I…
user879760
2
votes
1 answer
How to create a list of sheets that contain a given value in Excel?
I'm using excel to prepare a large group of forms/letters to be templatized and input into a document management system. Part of this process is digesting each form/letter into an excel workbook; each form gets its own sheet named after it, where…

dmac
- 23
- 3
2
votes
1 answer
CRM 2011 and SharePoint using document management from CRM SDK
I need to test the CRM 2011 and SharePoint document management performance. So I hooked up CRM and SharePoint together using Document list component.
And now I need to upload a document into SharePoint (not attachment) using CRM SDK.
Is there any…

sultan
- 5,978
- 14
- 59
- 103
2
votes
3 answers
Anything wiki-like for Plone4
I'm trying to figure out a way to make a document management/knowledge management portal using Plone4. We really like idea of having a Wiki as a section of our site or, better yet, as a type of document in every space but with wiki-style linking and…

Bojan Markovic
- 510
- 7
- 22
2
votes
2 answers
Document management using Plone4
I'm interested in making a document management system from Plone 4.
I need pointers to a way to integrate FlexPaper and a way for asynchroneous document transformation using existing tools like SWFTools, Ghostscript, ImageMagick, Batik etc..
Thank…

Bojan Markovic
- 510
- 7
- 22
2
votes
0 answers
opensource DMS with API for Java EE application access
We have a Java EE application clustered with load balancer and we are looking to store some documents (mostly PDF and MS Word). For this, we need to setup a simple and basic Document Management System (DMS) which is Opensource and free.
We should be…

user1549605
- 273
- 3
- 17
2
votes
1 answer
Alfresco Document Management supportive of all file types?
Quick question....
We're trying to make a decision on a dms here and Alfresco has been recommended to us.
Is the Alfresco Document Management supportive of all file types?
Thanks!

damien535
- 627
- 3
- 14
- 31
2
votes
2 answers
Help to choose Alfresco or Nuxeo for DMS
I have requirement to develop DMS(Document Managemen System) with some initial requirements:
If possible DMS should be open source
Initially DMS should support up to 500 users
System should be scalable in sence od users or…

gandra404
- 5,727
- 10
- 52
- 76
2
votes
1 answer
Alfresco - Not Able to Login after installation
I installed Alfresco in my local Windows 7 machine, After successful installation I couldn't able to login using the admin password which I gave while installing. I used the username as 'admin'
Im facing below error
The remote server may be…

Selvakumar Ponnusamy
- 5,363
- 7
- 40
- 78
2
votes
3 answers
.NET document management system design - performance questions
I need to develop a basic .NET document management system with the following specifications:
The data should be portable and self contained, so I will serialize the documents (typical formats include Word, PDF, Excel and Powerpoint) into binary…
aspNetAficionado