about 7 months ago - 14 comments
Are you looking for a free scanning tool for Aflresco, you should try the new Capturesco version 2.0, open source built based on open source projects, no need to any licenses. Built with .Net framework 3.5 using C#. Can capture documents from any scanner with a TWAIN driver using ADF or flatbed by using the
about 9 months ago - 7 comments
Capturesco 2.0 Beta 1, just released. It has lots of changes and tweaks on the scanning module. The project now is built using Visual Studio 2008 All codes are now written in C# Adding TWAIN supports for Scanners Scanning can be made through Capturesco or native scanner TWAIN driver New enhanaced interface showing the steps.
about 1 year ago - No comments
While I am working on Capturesco as a scanning/Capturing tool for Alfresco by using WIA, I faced a problem using ADF (Automatic Document Feeder) to scan images. I did some googling on the Internet until I found this article ADF using WIA, the article was for C#, I converted to VB.Net and did some modifications
about 1 year ago - 18 comments
Capturesco is a tool built using VB.Net to add capture functionality to Alfresco by scanning documents, capture pictures from Web Cams or Camera and Videos. The tool is calling Alfresco Web services and allow the user to choose where to save the scanned or captured images. This tool was tested on Alfresco Lab 3.0 and
about 1 year ago - 4 comments
This utility will help you to build custom content model, it only build the custom content model xml file, and the admin must modify manually the rest two files you can specify if the field is required, default or multi-values list. If you need any help please leave for me a comment, Source Code and
about 1 year ago - 7 comments
The purpose of the utility to import bulk documents into Alfresco with their meta data based on a custom content model and convert them to ACP file then import it into Alfresco. It reads custom content model, documents and CSV file and create ACP file. The tool was developed using .NET framework 2.0, and it
about 1 year ago - 1 comment
I couldn’t found lots of documentation about ACPGeneratr for Alfresco but after going through the code and try it I was able to generate the ACP but with a little modifications on the code you can find the documentation here. If you need any further help I will be ready to answer any questions…
about 2 years ago - No comments
After sucessfully installed and configured Alfresco ECM on my machine, I combined all the information from different web pages to one Document and I call it Alfresco How To and I will keep updating this document from time to time
about 2 years ago - No comments
If you are looking to run OpenOffice or OpenOffice Portable on the background to run transformation Service for Alfresco (After configuring Alfresco to run as a Windows Service) follow these simple instructions: Create a text File on your Hard Disk and name it (start_oo.bat) Edit this file and add the following command (soffice “-accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager” -nologo
about 10 months ago
Hi, sounds interesting.
I did find the project on the alfresco forge but I’m having a hard time finding the documentation on how to install Capturesco.
could you add a link to the documentation ?
many thanks
about 10 months ago
Sorry for being late to reply on you, you can also find the documentation on the forge here the a direct link http://forge.alfresco.com/docman/index.php?group_id=217&selected_doc_group_id=241&language_id=1
about 9 months ago
Hey,
You’ve done some excellent work! This is very useful.
The only question I have is how can I make the the web service reference use the settings file to find the web service?
When I change it in the Solution, I get some errors.
Any Suggestions?
Many Thanks,
about 9 months ago
Thanks John, do you mean to change the reference from localhost to another name? if yes you just need to open it with visual studio and change the ref., recompile. I’m working now in version 2.o soon will release the beta.. lots of enhancements and new feature..
about 7 months ago
can anybody guide me how to install it as i am very much new to this and i need to install it for my company
about 7 months ago
Hi,
I recommend you to use the latest version of Capturesco 2.0 RC1 much stable and support TWAIN driver. you can download it from here http://forge.alfresco.com/projects/captureseco/ you need VS.NET installed and compile the project and a running Alfresco Server and scanner connected to the PC
about 4 months ago
Hi, my name is yulie. I’ve downloaded your application but I can’t open it because I don’t have the password and username. Would you mind to help me solve this problem? thank you…
about 4 months ago
Yulie, you don’t need any user name and password to run the application.. if you connected it to your alfresco use the Alfresco user name and password (default admin, admin)
about 4 months ago
Hi, I’m having problems uploading big size files (System.OutOfMemoryException) in the next source code line:
WebServiceFactory.getContentService().write(newContentNode, Constants.PROP_CONTENT, bytes, contentFormat);
Do you have any idea?
about 3 months ago
how do I know that my capturesco is connected to my alfresco? because I have tried use the default username and password but it didn’t work. thank you..