Tagged Questions
0
votes
1answer
54 views
Convert Large HTML to DOC?
I am programmatically converting an existing HTML file that has been dynamically created to a MS Word document. I've ran into a situation where the MS Word Document object fails to process the HTML ...
0
votes
3answers
46 views
Convert PDF files to linked HTML files
Does anyone know of a way to convert a PDF file to HTML files, 1 file per page? If the pages can be linked with each other, that is, page 10 contains links to pages 9 and 11, for easier browsing, ...
0
votes
0answers
15 views
Way to convert HTML to Microsoft Word document keeping CSS formating [duplicate]
Possible Duplicate:
How to make all table borders invisible in MS Word after copying from HTML
I need to convert some reports that are made in HTML and a little bit of CSS (general tags ...
1
vote
1answer
272 views
How to make all table borders invisible in MS Word after copying from HTML
I am in a situation where I need to make a HTML report into a word report with nothing more that Ctrl+C or opening it with Word. I end up with a lot of nested tables.
Problem lies in the fact that ...
1
vote
0answers
233 views
How to convert very large HTML files to Word and avoid document mega-bloat
I need to convert some very large HTML files (about 800KB, PDF equivalent about 30 pages) into MS Word. It's easy up to a point: just open in Word and resave as docx. Problem is, the resulting Word ...
1
vote
3answers
321 views
Convert html2pdf with toc, color and unicode support?
Is there a way I can convert large html file (produced with sphinx by the way) to pdf with color, table of contents (toc) and unicode support?
There's htmldoc -- but it neither support color, nor ...
3
votes
0answers
64 views
Semantic PDF to HTML conversion
I would like to convert a PDF document to a collection of HTML pages that exhibit 'clean' markup, and generate/keep semantic info (chapters, sections...), as well as perform cleanup tasks (e.g. I am ...
1
vote
1answer
202 views
How to convert HTML tags to RTF or any rich format text from the Linux command line
How can I convert HTML tags to rtRTF or any rich format text using sed or any linux command-line tool?
I've achieved to strip them with sed 's/<[^>]*>//g', but I need the ...
0
votes
1answer
234 views
Converting PDF to HTML without specialized software
Is there a way convert PDF files to HTML without having to use specialized PDF-to-HTML software?
2
votes
1answer
495 views
Convert .doc or .rtf to clean HTML on OS X
When I export a file from Word or TextEdit, I get very bloated HTML, full of crazy style tags on every paragraph, so I can't even clean it by hand.
The only information I want preserved is:
...
1
vote
2answers
579 views
Batch convert all html files in a directory into pdf files in windows?
I see one solution so far:
http://www.htmldoc.org/
Are there any more out there which are suggested?
4
votes
2answers
1k views
HTML to SVG conversion?
I would like to convert some somewhat straightforward web pages (no javascript, minimal CSS) into SVG for archiving. I am wondering if there is a suggested tool or workflow for this conversion?
My ...
6
votes
1answer
242 views
Batch convert Microsoft Word files to HTML files
How can Microsoft Word files (.doc, .docx) be converted to HTML files as a batch process running on a Linux server?
3
votes
8answers
1k views
PDF to HTML - batch converter - most reliable and accurate free AND paid for software?
I'm look for either a free or paid-for (about 50$/40pounds) BATCH PDF to HTML converter to convert several PDF files at once.
Needs to be able to handle vectored and bitmap images within the file, ...
2
votes
2answers
2k views
Batch convert .doc files to .txt (plain ascii text) and/or .html recursively in folders and subfolders, Windows and Mac?
Is there a tool to do this. I've seen some Python/Java tools to automate OpenOffice but has anyone reliably scripted this to do more than one file, and recurse through a folder/directory tree with ...
1
vote
1answer
526 views
How to transform html ebooks into pdf ebooks for mac osx
There is an ebook format that basically consists of a bunch of html pages, one for each book page, all in a folder, and an html page outside this folder called start_here.html . This is easy to read ...
1
vote
1answer
754 views
Looking for tex to html converter
I need to convert a very large latex project (made up of many .tex and style files) into .html (or something similarly non-.pdf).
Can someone recommend a quality converter program?
Preferably, one ...
0
votes
1answer
110 views
Program to read and convert entire website to html [duplicate]
Possible Duplicate:
How can I download an entire website
I'm using a very old cms, Synkron.web. I need to convert all of my pages (written in .asp) to plain html - so I have an archive ...
1
vote
4answers
511 views
How can I convert a large number of Word documents to HTML as fast as possible?
I have to convert 500 Microsoft Word 2003 files into HTML documents. What would be the shortest possible way?
I'm not just talking about extension .doc to HTML. I want to convert word files's data ...
2
votes
2answers
495 views
batch convert htm files to pdf
What applications allow the user to batch convert HTM files into PDF?
1
vote
1answer
6k views
Convert a Entire Folder To PDF
I want to turn a entire folder(R Tutorial) that is a web site(written in HTML only) that I've already downloaded all the tree to my computer, but I want to turn this into a single PDF. Someone knows ...
2
votes
1answer
782 views
Convert HTML to Word Document
Can anyone suggest a way to convert html files to word documents (.doc) in linux, via commandline?
1
vote
10answers
4k views
How do I convert Word files or HTML to CHM or PDF?
I have a piece of software that currently packages an MS Word file as the user guide/help. I would like to make this into either a PDF or a CHM file.
I do not wish to re-write the help or user ...