doc

Convert a .doc or .pdf to an image and display a thumbnail in Ruby?

Does anyone know how to generate document thumbnails in Ruby (or C, python...) ...

How does the .doc format work?

I recently learned about the basic structure of the .docx file (it's a specially structured zip archive). However, docx is not formated like a doc. How does a doc file work? What is the file format, structure, etc? ...

How to load MS Word document in C# (.NET)?

Hi, How do I load MS Word document (.doc and .docx) to memory (variable) without doing this?: wordApp.Documents.Open I don't want to open MS Word, I just want that text inside. You gave me answer for DOCX, but what about DOC? I want free and high performance solution - not to open 12.000 instances of Word to process all of them. :(...

XML to DOC to PDF

what is the easiest(and fastest) way to perform this kind of transformation: "Data in XML" to "Some MS Word 2003 Supported format" to PDF using Java? My first guess was to fill the template with XML data (using Placeholders for example) and then save it and convert it to PDF. But I can't just put placeholders to DOC files, and I can't c...

Cross platform open source Doc to RTF converter

I need a doc to rtf converter that will run from the command line, and from within a Perl script (I know I'll need to use system() to run the converter). Any recommendations. Something that can be compiled statically linked so it can run on workstations as standalone binaries would be even more useful. I want to preserve things like h...

Read and Write in Word file using Visual studio 2005

How to read and write a MS word file in VB.net or C# .net ...

What Linux/Unix software to use to convert html or pdf to doc?

I need to convert css styled (x)html or pdf to doc as accurately as possible and do it on Linux (and if possible also on Mac) from cli. Unfortunately OpenOffice can't handle the layout. Is there any such software or library, commercial of free? Thanks. ...

How can I convert formatted text on a webpage and in the database to RTF or doc.

I have some formatted data that needs to be saved from the web page as a word document or rtf, something ubiquitous so I am thinking RTF. What is the easiest way to save something from .net as rtf? Are there built in tools for this or some plugins? ...

Convert .xls,.doc files to PDF with C#

Hi, i wanna convert any Excel or Doc file to PDF with C# (ASP.NET) .. Is there any component or any other solution for this ? Thanx ...

Google Doc manipulations with .net

Does anyone know, how to replace tags in a google doc with .net code. Hello << name >> This is << my_name >>. and replace << name >> and << my_name >> with C#. Is there any other way to this. I know that I can use interops and office dlls for this, but then I need to have office installed on my server which is not a possibility Tha...

How can I programmatically convert Word doc or docx files into text files?

I need a way to convert .doc or .docx extensions to .txt without installing anything. I also don't want to have to manually open Word to do this obviously. As long as it's running on auto. I was thinking that either Perl or VBA could do the trick, but I can't find anything online for either. Any suggestions? ...

HTML DOC PDF XPS what format is more appropriate for documents?

I'm going to save documents from an ASP.NET web site to server disk. I can simply save it as html, but probably other document formats wiдl be more appropriate. If so, how save it as DOC PDF or other (in ASP.NET c#)? ...

PDF, DOC and Execl to image conversion tool for web application

Hi all can you please suggest some web tool (will provide DLL) to convert doc, excel and PDF to image at minimum cost. i m a dot.net developer and need to implement these feature in my web application.... Thanks ...

How to open a process for opening file in Android?

I have a doc file in my project located at /data/data/........./files/abc.doc I want to open this file like the Android built-in feature to open file. I want this through my Android application. Can anyone help me? It is urgent. ...

WDSaveFormat value for .odt

Hello. I am trying to convert .doc files into multiple office types (docx,txt,pdf,odt) from doc. Based on a previous post #35639, I found a sample in the microsoft script library: With that information and this link to MSDN I found the values for office formats, but my question, is there a value for .odt using the WDSaveFormat value?...

XPS to Doc(x) Conversion via .Net?

Good morning, does anyone know of a (native) .net way to convert xps documents to docx or finally to a normal (non wordml) .doc? As in not using office automation and rather some native (3rd party) .net library that might help me there? Basically the xps > doc transformation will take place on a server with multiple concurrently runnin...

iTextSharp - Convert word doc/docx to pdf

Hello there, I understand iTextSharp can be used for converting a document to pdf. But first we have to create a document from scratch using iTextSharp.text.Document and then adding elements to this document. What if I have an existing doc file, is it possible to convert this document to pdf using iTextSharp. Also, I want to use iTex...

Tools to manipulate doc file and convert them to pdf

Hello there, I am looking for some good tools (free or paid, though free tool is always preferred) for doing following operations on word doc files: Manipulation of doc/docx/text files (like replacing some placeholders with DB values) as well as converts doc files to .pdf Because, I will be using this tool in my WCF service library,...

Advice for learning Linux x86-64 assembly & documentation

Does anyone have documentation pertaining to learning the fundamentals of Linux x86-64 assembly? I'm not sure whether or not to learn it as is, or to learn x86 first, and learn it later, but being as I have an x86-64 computer and not an x86, I was thinking of learning x86-64 instead ;) Maybe someone could give me some incentive, and di...

Extract hyperlinks from .doc

Hi guys, Is there any way to extract hyperlinks from .doc. I got bunch of hyperlinks in doc that I need to import in my database. I have tried converting doc to HTML, but hyperlinks are not transferred. Regardz, Mladen ...