Top "Document" questions

Is a term that in computer science can refer to various file types containing usually human readable information, if opened with appropriate software.

PHP invoke Scanner Hardware and scan documents and upload it to Server

How to invoke Scanner from php script and scan document and then upload scanned document to server ?

php upload document invoke scanning
how to find source component that generated a DocumentEvent

Is it possible to discover which oject generated a DocumentEvent? Something like i can do with ActionListener: JTextField field = new …

java swing properties document jtextfield
MongoDB preload documents into RAM for better performance

I want MongoDB to hold query results in RAM for longer period of time (say 30 minutes if memory is available). …

performance mongodb memory document preload
Add margin to PDF file when merging using PDFTK or similar

I have a large collection of half-page sized PDF cut-sheets that are held in a folder on my Linux server. …

linux document margin dompdf pdftk
How to incorporate SVN and Confluence to control access to files?

My boss wants us to use subversion for our MS Word documentation. The idea is, only our department has access …

svn document confluence
ElasticSearch ID constraints

For ElasticSearch document IDs, are there any character constraints or restrictions? I am really interested to know if forward slash …

document elasticsearch identifier
Open source library for viewing or reading document within an Android app?

I'm looking for an open-source library for android (Jar), in which I can open documents or pdf files. I have …

android open-source document pdf-reader
how to display online pdf file within app

i need to display online pdf file in my app. i am using third party api but problem is that …

android pdf document pdfviewer
Get grandchild elements of document in javascript

How can I get grandchildren div and iframe of a document in javascript ? I have the id of div and …

javascript get element document grandchild
How to send raw data to printer with Java

I am trying to create a simple program that sends a string to a printer to print. This is what …

java exception printing document raw-data