doc

Use PHP to create a DOC file on a Unix Box based on an HTML webform selection

Hello, I have an HTML file which contains a webform with multiple questions which have a YES / NO responses. If the question has a YES answer, I would like a predefined ( per question ) section of text to be written to a DOC file on the server, but only AFTER the submit button has been pressed ( this way, if the user changes their mind...

Problem with saving .doc as .xml

What I'd like to achieve is to force MS Word not to split specific strings when saving .doc or .rtf file as .xml. For example, now from something like: Something: ***TABLE_NAME.COLUMN_NAME*** or Something: AAATABLE_NAME.COLUMN_NAMEBBB or anything similar I get: <w:p wsp:rsidR="00537583" wsp:rsidRDefault="00AF6BDF" wsp:rsidP="...

How convert .rtf to .doc format in unix utility

Where find console converter rtf2doc formats? ...

Creating & Editing MS-Word documents on a linux server?

Looking to develop server-side application that will process documents. The source documents are mostly MS-Word 2003, 2007, i.e. the MS version of Docx. Want the server application to be able to run on both linux or windows. Wanting to know what is the best tool or library for reading and writing MS-Word files under linux. Compatibility...

Display Documents in an IFrame

A colleague set up an intranet application where the users can upload documents. These documents are displayed afterwards in an IFRAME using <IFRAME src="document.doc"></IFRAME> - of course this only works in IE. While this works with some users, others (including myself) do not see the document, but rather a download dialogue allowing t...

create word doc file from linux command line

I have some HTML files that I need to distribute in MS Word doc format (don't ask!). I can manually open each in OpenOffice and then save as a doc file. But I have quite a few files so I want to automate this. Do you know a way? ...

how to add content of word doc file in jsp file using include action?

I am trying to include the text content of microsoft word file in my jsp file.... I am not able to figure out the solution. ...

Generating javadoc for project involving scala modules

If I have a project which has some of its modules in scala (ie java modules, scala modules side by side) - how have people solved combining scaladoc generated HTML with javadoc generated to provide a single view of the documentation for the project? (this could be using maven, or ant, more a general question). Any thoughts and experi...

c# - programmatically convert docx file to doc.

Hi, What options do I have to convert .docx documents to .doc document programmatically using C#? I'm looking to do this as cheaply as possible. Ideally I want to do this directly in code via libraries within the .net framework or via a well establish downloadable dll. The one constraint we have is that we can't install Office onto our ...

Read Microsoft Word Documents into Plain Text (DOC, DOCX) in Java

I'm looking for something in Java to read in Word documents to process their text.. all I need is there text, nothing fancy. I know about Apache POI, however it doesn't include support for DOCX right now, anything out there? ...

looking up c++ documentation inside of vim

I code c++, using vim. Often times, I find myself wasting time (and brekaing flow) looking up trivial things like: is std::string.substring does it take (start, length) or (start, end). This often results in open browser; waid; seach on google; first link useless, try second link; okay, done. How do others do this in vim? Is there a ...

Should I document everyting in my method and test based on the documentation?

Hi all, here is my question, as an example suppose i have a method to convert some types. something like this: /// <summary> /// Convierte el valor del objeto especificado a un valor equivalente de {T}. /// </summary> /// <typeparam name="T">El tipo del valor a regresar.</typeparam> /// <param name="source"> /// Un objeto <see cref="str...

How I can create doc file from php file.

I have a resume building site. In which user input their information and finally we need to create his resume in doc or pdf file. Anyone help me please... ...

Generating a Word doc with an image embedded into it over SSL in JAVA.

Here is some code snippet to give you an idea of what I got so far. I can output the Word document fine this way. I can also access the image via the URL in the browser, but the Word documents src does not appear to be hitting the servlet(according to some logs I have). ExportServlet.java ` response.setContentType("application/ms-...

Mail merge from Java

Hi all, Does anyone have any experience with doing mail merge from Java on a word document? I need to support both doc and docx formats. I have heard of Apache POI and docx4j. However, from reading around I'm sure how good the word support is in POI. docx4j only supports docx format as far as I can see. Can any suggest either one o...

C# free Doc 2 PDF solution

Hi, would anyone suggest a free solution to programmatically convert Office documents (mostly .doc) to PDF in the form of a .NET library or a command-line application i can call from my program? Thanks PS: I know I can use SaveAs PDF in newer versions of Office, but some of the clients where the program will run still have older versio...

xml file to doc

Hello, I have a word document that was saved as xml. now I need to open it in my html page, but the problem is that it's no longer a .doc!, it's .xml, and it won't open. Any ideas? TY ...

Generate Javadoc for interfaces only?

Hi, I am finding a way to write a script that I can generate javadoc for my program's Interfaces only (not for public classes). I have tried Eclipse built-in tool and even JAutodoc tool but have not been successful yet. Does anyone have some ideas, please? Thanks. ...

Generate Javadoc for interfaces only using Ant script?

Hi all, I am using Apache Ant to generate Javadoc for my program which has many projects(or modules). However, I just want to generate Javadoc for Interfaces ONLY and I do not know how to check if a file is a class or interface in Ant. Someone suggested me that I should use and specify a list of files to exclude or include. However, th...

Doctrine::Windows::How generate Doctrine Models on windows?

Hi, How generate Doctrine Models from database on windows? (I working with zend studio and zend framework) ...