Questions tagged [documents]
293 questions
0
votes
4 answers
how to display image from documents folder in of iphone to image ViewI
I want to display image saved in the documents folder problem is that it returns file name but it does not show image in the image View
NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);
…

user2240329
- 97
- 2
- 11
0
votes
1 answer
Code to send a created Document via email Intent in android
I am trying to create a pdf document in android to send via email using Intent in android. Please can anyone help with this. I believe my problem area is the Intent but I am not completely sure. Below is my code so far, thank you:
private…

user2557114
- 1
- 1
0
votes
2 answers
View/Modify word document online?
We are currently using the Interop for word document maniplulation's like merge of fields to word template docs and also some macro code which on download of the word file to the cient system does some calculation and gets updated on the server !
We…

francis
- 1
0
votes
1 answer
How to add ASP.NET documents from MSDN website to Microsoft Help Viewer 2.0?
How to add ASP.NET documents from MSDN website (http://msdn.microsoft.com/library/default.aspx) to Microsoft Help Viewer 2.0?

ssssssssfsdfdsf
- 9
- 6
0
votes
1 answer
Connecting to POP3 via PHP to check for e-mail upload
How would I connect to POP3 via e-mail so that I can check if a file has been sent to an e-mail address so I can rename that file with the e-mail address it was sent from? I can do the end part by using SMTP & Mailer to send it back but because the…

Daniel Morgan
- 21
- 1
- 5
0
votes
2 answers
How would I check if a folders contents has changed with PHP?
I've been issued with the task of when an e-mail is sent to a specific e-mail address it should upload it to a folder called 'input' I have to check this folder for changes to see if there are any .PDF files in so I can allow them through to be…

Daniel Morgan
- 21
- 1
- 5
0
votes
1 answer
Correctly opening sharepoint urls to document library items
When I add a link to a document library word document from a publishing page and then click the link, I get prompted with a dialog enabling me to Open, Save or Cancel.
Can I prevent this prompt and open the document directly in word?
All the best

78lro
- 1,790
- 7
- 37
- 63
0
votes
1 answer
Edit word documents with JSF RichFaces rich:editor?
I have JSF RichFaces rich:editor running and I am able to upload and open documents or just stream them to the editor. The issue is that .doc or docx or other richText documents will show lots of stuff that is not what I see in the actual document…

petrichi
- 101
- 1
- 6
0
votes
1 answer
.NET component to view and annotate documents and images
I need a component that I can install on my server that can be used in an ASP.NET Web Application to:
Display word documents, PDF documents, images in the browser.
Allow these documents to be annotated online and have those annotation saved for…
Jon
0
votes
1 answer
Issue adding a document library web part to sharepoint page
I have code that programmatically creates a publishing web. It works fine except for one thing. I have to add the out of the box documents listview web part to the default.aspx page. It adds the web part, but it doesn't have the add document link at…

Charles Kidder
- 1
- 1
0
votes
1 answer
Trying to understand the idea of Search Documents on the Google App Engine
I'm trying to understand the concept of Documents on Google App Engine's Search API. The concept I'm having trouble with is the idea behind storing documents. So for example, say in my database I have this:
class Business(ndb.Model):
name =…

flynn
- 1,572
- 2
- 12
- 26
0
votes
1 answer
My documents target - how can i change it to open my web site
I have created a web site that ( for local use on my computer ) that navigates through the files in the My documents folder via regular links .I would like to change the way my documents folder opens now in such way that if I double click on My…
0
votes
1 answer
Attaching a recorded .caf file locatted in documents directory to mail iOS Xcode
I have files recorded by the user in the documents directory... displayed in a uitableview...
I placed this code in my didSelectRowAtIndexPath... Why doesn't this work?
NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory,…

iDevMartin
- 193
- 3
- 15
0
votes
3 answers
converting data to mysql database
i have set of 200 documents (*.doc) containing data as follows . I want to upload it to database (mysql). how to convert it? Is there any easy steps to do? i'm using ubuntu os
1) Name: MR RAMESH KUMAR
…

ArK
- 20,698
- 67
- 109
- 136
0
votes
0 answers
Rails "share documents" starting application?
I am currently working on an application that have an ActiveRecord called Template.
I would like users to be able to
"share" Templates so that everyone with a link could see them
give "view" or "edit" rigths to specific users
or keep the template…

kmitov
- 1,243
- 3
- 11
- 25