Questions tagged [documents]
293 questions
3
votes
2 answers
how to mark an object as Serializable
I have a system.document.table object and i want to mark that object as Serializable for deep cloning it. the exception is Type 'System.Windows.Documents.Table' in Assembly 'PresentationFramework, Version=4.0.0.0, Culture=neutral,…

jeevan_jk
- 111
- 2
- 13
3
votes
1 answer
python: how to find documents with specific fields
I am using python and mongodb. I have a collection which contains 40000 documents. I have a group of coordinates and I need to find which document these coordinates belong to. Now I am doing:
cell_start =…

gladys0313
- 2,569
- 6
- 27
- 51
3
votes
1 answer
Disable microsoft word "Show Repairs" dialog box
In VBA I am cycling through thousands of documents. The script stalls when it hits a document needomg repair. A dialog box opens entitled: "Show Repairs" with the message: "Errors were detected in thsi file, but Word was able to open the file by…

user2104778
- 992
- 1
- 14
- 38
3
votes
1 answer
StringField in mongodb requirements
I am wondering if I can add a requirment to the setup of my User document to check for a specific string. The idea is when a User Document is created with an email address, I want to make sure the email is from a college so it should end in…

Louis B
- 342
- 1
- 5
- 21
3
votes
1 answer
Providing initial files in /Documents/ folder in an iOS app
Strangely I can't find a lot of information on this.
I am making an application that downloads images, they are downloaded and saved into my apps /Documents/ folder. To avoid an initial huge download I want to ship the app with ~100 images already…

jontelang
- 589
- 4
- 17
3
votes
3 answers
Lotus Notes 7 - copy / move docs. ( parent & response docs ) without changing the UNID ?
I have 2 databases : let say dbA and dbB. Actually, dbB is a ''child'' database of dbA, because the forms/views/frameset/etc that it contains they all are also in dbA.
I want now, to copy from a view ( let say vwA ) from dbA some 8K docs to the same…

Florin M.
- 2,159
- 4
- 39
- 97
3
votes
2 answers
xsl fo page size / orientation
I am designing an xsl that will give a pdf output. My pdf output is in landscape format.
I can't get the landscape formatted output even i change the simple page master as follows,
Still my pdf output's height is greater than the width.
Hi mzjn, i…

lourdh
- 449
- 2
- 12
- 30
3
votes
1 answer
Find similarity between two documents Lucene
I have indexed i.e 400 documents. Then i want to give two documents and lucene to return me the similarity between those two documents. Is that possible? Thanks in advance.

Lefteris Bab
- 787
- 9
- 19
3
votes
1 answer
Search all open documents, find text, and delete to the end of the document Word Macro
I am trying to write a vba word macro that searches all open documents, finds all occurrences of the text "DocumentEnd9999", and deletes everything below that text in each document.
Sub deletion()
Dim endTerm As String
endTerm =…

user1783736
- 239
- 2
- 7
- 13
3
votes
3 answers
objective c for iOS: where to store pin code locally
I am making an app that asks the user to enter a pin before they can use the app. My question is: where exactly is it appropriate to store such data (so it can be checked if its correct), NSUserDefaults?, a bundled file ?, apps documents folder ?

pnizzle
- 6,243
- 4
- 52
- 81
2
votes
1 answer
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

Germanaz0
- 914
- 8
- 18
2
votes
0 answers
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 the file from the top level to the Inbox. I can…

DenVog
- 4,226
- 3
- 43
- 72
2
votes
5 answers
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:

KPO
- 890
- 2
- 20
- 40
2
votes
2 answers
MAMP upgrades generating new folders in Applications
I've got an issue where if I upgrade MAMP, it generates a new folder in my Applications folder. So far this has occurred three times now and I'm no closer to finding out why it's happening.
Here's a screenshot of the Finder window showing all MAMP…

Conkerface
- 51
- 1
- 9
2
votes
1 answer
Full-text search on microsoft docs using Apache SolR
Does Apache Solr allow for full text search on Microsoft documents such as word or powerpoint? if so, where can I find a tutorial?

CVD
- 23
- 2