Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
14answers
2k views

Recommended location for document storage - in database or elsewhere?

Background: We have an in house document storage system that was implemented long ago. For whatever reason, using the database as the storage mechanism for the documents was chosen. My question ...
6
votes
2answers
564 views

I need to make a SVM in weka to filter documents using Java

I am an absolute beginner. Never made a classifier or anything in weka using Java I have used the interface before. Basically I am kind of lost I've looked at the filter class for weka and played ...
5
votes
2answers
2k views

What is the easiest way to programmatically combine multiple PDF documents into one PDF document?

What is the easiest and quickest way to combine multiple pdf docs into a single pdf document, programmatically in C#? I am not looking for a random list of .net PDF libraries (there are loads on SO ...
4
votes
1answer
67 views

How does google docs do their commenting? [closed]

They allow you to highlight portions of text, and assign a comment to it... So, how do you associate an object with something that changes all the time? Does each word need to be an object? Like... ...
4
votes
1answer
1k views

MongoDB - How to query Embedded Documents from a collection

Gurus - I'm stuck in a situation that I can't figure out how I can query from the following collection "users", it has 2 embedded documents "signup" and "activity": { "appid": 2, "userid": ...
4
votes
7answers
668 views

Wiki or CMS?

How do your store your company's accumulated internal knowledge? Meeting minutes, software specifications, plans, notes about other organisations, documents for discussion and storage, agendas... ...
3
votes
1answer
954 views

iPhone Documents directory maximun size

I'm just wondering due to new personal project which is the limit (in MB or GB) of documents directory of my app. I just wanna save a lot of photos, so, has documents directory a limit for archiving ...
2
votes
1answer
33 views

Lucene Zend, index .doc, .pdf, and various types of files

I would like to know if there is some way to index .doc, .pdf, .xls, .ppt, mp3, etc, files using lucene zend framework. Thanks a lot, and regards
2
votes
1answer
557 views

Apache Tika and document metadata

I'm doing simple processing of variety of documents (ODS, MS office, pdf) using Apache Tika. I have to get at least : word count, author, title, timestamps, language etc. which is not so easy. My ...
2
votes
3answers
2k views

Proper method to find user's My Documents folder on Windows with Java?

For whatever reason, I sometimes need to find the current user's My Documents folder on Windows in a Java program to read some files. But as far as I can tell, there is no way to do it that isn't ...
2
votes
3answers
94 views

.NET collection type for storing recent list

Is there a specific collection type in .NET which allows storing a limited number objects and removing the oldest element automatically? What's the easiest way to implement such "Recent Files" ...
2
votes
1answer
929 views

iTunes Documents Directory in my app

how can I setup my app to accept documents via iTunes, like the Air Sharing or VLC app? I mean, I want to allow users to get content from the app using iTunes. Anyone know how? Thanks
2
votes
1answer
2k views

Getting an iOS application's “~/Library” path reliably

This Apple tech note: http://developer.apple.com/library/ios/#qa/qa2010/qa1699.html suggests storing "internal" user documents in a subdirectory off of ~/Library. But I can't find one of the ...
2
votes
2answers
243 views

manage uploaded files in database or file system?

I'm going to incorporate the feature for my users to upload small files which are under 2mb (jpg, gif, pdf and docs). For page loading times purposes and generally managing files in future, can you ...
2
votes
2answers
1k views

How to display (converted) Word document content in Sharepoint

There is Page Viewer Web Part which can display HTML page. Is there another webpart that can display the content of the Word document or alternatively a way to convert a Document from inside OOTB ...
2
votes
7answers
479 views

LaTeX: Are there any web frontends available?

As of now the workflow is something like, I import an SVN or a CVS repository and then compile a document locally on my machine to get either a ps or a pdf file. But I was wondering if there is a Web ...
1
vote
0answers
34 views

iTunes File Sharing - Can't Write to Inbox

How are applications that allow content to be added through iTunes File Sharing utilizing the Inbox folder? To be specific, there are apps that process files dragged to iTunes File sharing by moving ...
1
vote
1answer
48 views

Storing secondary documents in MongoDB doc

Say User2 has these objects of data, they are stored in User2.objects as an array of objects. User2:{objects:[{object1},{object2},{object3}]} If anyone other then User2 needs to query this data, ...
1
vote
5answers
69 views

Using PHP variables in document header

I am trying to get php variables inserted into the code below. When the document download pop up shows up it shows $filename instead of the actual file name. How can i achieve this? code: <?php ...
1
vote
2answers
81 views

Large amount of text based documents to index and make searchable via an web or desktop interface, what should I consider?

I have a large amount of text based documents (EDI Files, iDocs, etc) that I would prefer to make searchable via a web based interface or desktop interface. I looked into a few options like full text ...
1
vote
1answer
146 views

Document Clustering in Objective-C

I am making an application that organizes a set of documents (ranging in number from a minimum of ~10 documents to a maximum of ~2000) into groups, based on the word/phrase content of each document. ...
1
vote
1answer
228 views

Java library for counting word occurrences in PDF, MS office / OpenOffice .doc, .odt, .xsl, .ppt

could please anybody recommend the proper libraries for this job ? Counting word occurrences in various documents is the only job I have to do and still it seems I have to use libs like : PDF pdfbox ...
1
vote
1answer
187 views

Security Audit documents. ISO 27001

I'm doing a practise about security audit. I'm trying on search a lot of information about the ISO 27001, which certificates that I have a good security in some of my process. My answer is: I know ...
1
vote
2answers
299 views

concatenating word documents and converting them to pdf

what is the best possible way to merge multiple documents and convert them to pdf. also we need to insert blank pages for every odd pages.
1
vote
1answer
274 views

Scanned Image to Readable Text

I am wondering is there a way to get scanned image with text to be converted to readable text by writing code for it? Is that possible?
1
vote
1answer
295 views

iPad app documentsw folder

Is there a way to tell iTunes not to backup the contents of the apps documents folder?
1
vote
2answers
70 views

Shipping Documents Items with an iPhone App

My iPhone app uses a small database to store its settings and saved files. How can I ensure that the default database, with its default settings, gets distributed to anyone who downloads it along with ...
1
vote
1answer
3k views

Phonegap offline storage

Hi and thanks in advance, I'm working on a phonegap iPhone app which downloads content from the network in the form of HTML docs with text, images, and embeded HTML5 videos. I want to download these ...
1
vote
1answer
1k views

OpenXml: Copy OpenXmlElement between documents

I have two Word documents (WordprocessingDocument), and I want to replace the contents of an element in the first with the contents in the body of the second one. This is what I'm doing right now: ...
1
vote
2answers
324 views

Creating a “My Documents” browser like in the iPad iWork Apps

Keynote, Numbers, and Pages all have a top level "My Documents" browser where you can create, delete, and select for editing all of the documents you've created so far. I'd like to create a document ...
1
vote
2answers
844 views

Functional Design and Technical Design Documents for a Web Application

I am going to work on a Web Application which I have to start with Gathering the Business Requirements up on which I need to develop Functional and Technical Documents. I have not developed Functional ...
1
vote
1answer
200 views

Any succesful document management sytem (application using documents intensively) using sql server filestream?

Did anyone create a Document Management System using SQL SERVER's Filestream? By this I mean: if an application makes intensive use of documents is filestream a good option, or in those cases it ...
1
vote
2answers
231 views

Document management, SCM?

This might not be a hard core programming question, but it's related to some of the tools used by programmers I suspect. So we're a bunch of people each with a bunch of documents and a bunch of ...
1
vote
2answers
1k views

Multipage WIA scan (docfeeder) scans 1 page and blocks scanner

Using C# (VS2008) and WIA - scanning to TIFF format; When I use the scanner for 1 page on the flatbed or document feeder the method executes without any problem. When I load multiple forms into the ...
1
vote
1answer
164 views

Best way to retrieve certain field of all documents returned by a lucen search

I was wondering what the best way is to retrieve a certain field of all documents returned by a Searcher of Lucene. Background: each document has a date field (written on) and I would like to show a ...
1
vote
6answers
2k views

Plist not saving from dictionary (to Documents)

I've been trying to save a plist of a NSDictionary to my app's Documents folder. I haven't tried this on the device yet but I'd like it to work on the simulator for testing purposes. The [self ...
1
vote
2answers
493 views

How do I save an NSMutableArray w/ UIImgeViews to the iPhone's document direcory

I have an NSMutableArray that holds multiple and changing amounts (that's why I am using an NSMutableArray) of UIImageView's that I want to save and also in return load when my app quits and loads. ...
1
vote
3answers
269 views

When installing an App to the iPhone, is there a way to install files to the App's Documents folder?

When installing an App to the iPhone, is there a way to install files to the App's Documents folder? To say it another way: When the user downloads an App and installs it on their iPhone, I want to ...
1
vote
1answer
395 views

Allow multiple values to BDC Column

I have added a column called Customer to my documents library, this is a business data column. What I want to do is relate a document to multiple customers by entering customer codes into this box. ...
1
vote
1answer
2k views

A good rich text control for Silverlight

I'm looking for a good rich text control for Silverlight. The one on codeplex seems to be out of date and another free one I saw on vectorlight doesn't seem to save as RTF (it uses custom xml) or ...
1
vote
1answer
2k views

Generate documents thumbnails (PDF, Word, Spreadsheets, etc.) from within PHP [closed]

Possible Duplicate: How do I convert a PDF document to a preview image in PHP? Hello guys, I was wondering if there is there is a way to create thumbnails for different types of documents, ...
1
vote
3answers
239 views

Editing documents seamlessly in a Web Application

We have a web application, which involves a lot of documents. In a typical use case, a document will be generated from our web application. The user download the generated document to the local file ...
1
vote
2answers
671 views

Open source library to convert DOC and other MS-Office files to image(s)

Can you recommend an open source library (C or C++) to convert MS Office files into a set of images? I am evaluating ImageMagick and while it does support PDF files, it does not work with MS Office ...
1
vote
7answers
567 views

How do you store/share online your personal documents? [closed]

For photos, I use Flickr. But for other documents...Which web based online application (hosted or to install on your personal web site) do you use for PDF or word files ? If there is a user management ...
0
votes
1answer
40 views

iPhone Simulator: App/Documents disappear

Is it standard that a XCode-Build empties the documents folder of the app on iphone simulator? How can I prevent that?
0
votes
1answer
40 views

how to share odt/doc documents over git

the idea is that i want to share documents over git i thought about using Text Document (looks like docx,odt in functionality ) that can be edited with any text editor (not binary). where to find ...
0
votes
0answers
14 views

How to swap between Documents from a Panel in a Document-Based Cocoa App?

I am a new developer in Objective-C and Cocoa but I tried to create a simple Text Editor and I made it in a great percentage. However, I wanted to add a nice feature: I want to show a panel that ...
0
votes
2answers
40 views

SugarCRM Account Documents and Opportunity Documents

Via SugarCRM i would like to have all documents listed in an opportunity show up under Documents on the related account. The idea is at the account level the user gets a "birds eye view" of all ...
0
votes
1answer
50 views

CRM 4.0 Access Denied when trying to open an external document from onLoad

I am trying to open a file when a field is clicked within CRM. I get 'Access is Denied' when the function is called. var FileTextBox = crmForm.all.new_testdoc; FileTextBox.style.color = "#0000ff"; ...
0
votes
1answer
53 views

Need help Exporting Embedded word documents from a Notes database file onto a local windows folder

We have a lotus notes 7.0 environment with a Document library (.nsf) database file on the server. I have a local copy (if that helps) and would like to export all the embedded word documents within ...

1 2 3