Tagged Questions
1
vote
1answer
172 views
PHP HTML Word Doc not showing image generated via URL
I have a php script that generates a word document by creating it in HTML and outputting it to .doc when attaching static images from my website, the images load fine in Microsoft Word 03 and 2010. ...
0
votes
0answers
142 views
Convert doc to html with style
I'm facing style issue while converting .doc files to html texts using Apache POI's HWPFDocument class. Another problem is that it converts style tags too like this:
...
0
votes
1answer
141 views
Clean HTML from Word documents
Ok, so my company has a client that has an interface for posting content - standard MySQL database, PHP-based, etc.
Anyway, they've continually had an intern or someone, post content to this ...
0
votes
1answer
40 views
Library which provides plain text access / iteration in multiple common document formats?
I'm interested to find a library for NLP/text processing purposes which presents a common interface for accessing text in the most common text formats:
Microsoft Word .doc and possibly .docx
RTF
...
0
votes
1answer
300 views
HTML to MS Word document? [duplicate]
Possible Duplicate:
Convert html to word /excel / powerPoint with PHP
I need to programatically convert HTML (created with CK Editor) into a .doc file. I have an old RTF converter written ...
0
votes
1answer
102 views
How netty's html-style user guide doc generated?
I am reading The Netty Project 3.x User Guide and wondering how the doc generated, markdown or something else?
0
votes
2answers
1k views
Converting HTML to DOCX
I'm looking for all existent possibilities to convert an HTML document to a DOCX one.
Context :
I have some documentation that it's written and maintained in HTML (No complex thing, just simples H1, ...
0
votes
1answer
242 views
PHPWord configuration issue
I am having problem running script of PHPWord.
I am trying to run sample example. Text.php after running it doesn't show anything. I checked it loads class successfully. Documentation.
I would like ...
1
vote
1answer
313 views
Can I convert a html page to pdf with htmltodoc and LiveDocx without creating a .doc on server?
I am trying to use the class htmltodoc in order to create a .pdf from an html page with :
http://www.phpkode.com/source/s/html-to-doc-classes/html-to-doc-classes/html_to_doc.inc.php
And with the ...
1
vote
0answers
199 views
How can I convert the content from an HTML Rich Text Editor (Such as CKEditor) into MS Word while retaining CSS formatting?
Ideally the conversion would be able to handle the inline CSS that the Rich Text Editor would be generating. For example, fonts and text colors, etc. Multiple HTML documents need to be converted into ...
0
votes
1answer
785 views
Convert .doc to html in php - Problems invoking Abiword on Windows
I'm trying to get AbiWord program to do the job for me but it seems I'm not calling it properly in php.
I've based it from one of the answers in this question:
Convert .doc to html in php
What I'm ...
0
votes
2answers
1k views
Convert HTML & CSS to DOC(X)?
Is there some utility that could be called via command line to produce a doc(x) file? The source file would be HTML and CSS.
I am trying to generate Word documents on the fly with PHP. I am only ...
0
votes
3answers
3k views
Export HTML Form to .PDF or .DOC
I have a site with some html forms (there are some text inputs, checkboxs, etc..), I need this: when user submit this forms, they will be send by a mail in pdf or doc format with filled forms. So I ...
0
votes
5answers
4k views
Converting HTML to doc(x) and / or PDF
I have to convert html to the doc(x) and pdf format.
I found aspose, but this tool can do a lot of more work than i need, and thats why it isn't really cheap.
Are there similar tools, which can just ...
0
votes
1answer
212 views
footer is reapeating in body in last page
i am generating a word doc. but in the last page footer is displaying in body and footer. i am using the code given bellow
<apex:page standardController="opportunity" ...
0
votes
1answer
809 views
how to make .doc/.docx file from HTML (as string)?
i have a srting in html format like bellow
<?xml version="1.0" encoding="utf-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
0
votes
0answers
535 views
How can I convert HTML to a RTF, DOC, or DOCX in PHP?
I have some HTML with a couple of css elements with floats and such and I want to convert it to a document like doc, docx, or rtf etc. I want to use php for the conversion.
3
votes
1answer
454 views
how to do post-formatting for DOC/DOCX conversion to HTML?
I am currently using OpenOffice (command-line) and JODConvertor to convert Word Documents (both .doc and .docx) to HTML for a web application I'm hosting. It works great except for one problem--the ...
4
votes
2answers
2k views
PageBreak in converting HTML to doc and docx fromat - PHP
I have converted HTML to DOC format using PHP.
kindly view the below screen shot.
My Problem is i need to print 1st table in first page and 2nd table in second page.
Here is my set of code.
...
0
votes
1answer
413 views
save the uploaded .doc file to db with html format
In my application,user can upload some doc files to the server,and I want user who do not install ms office can read these documents,so I want to convert the .doc to html and then save the html(binary ...
0
votes
3answers
2k views
PHP Html to DOC , XLS and ODF convertor
Hi everybody
I'm using CKeditor to edit and generate some reports for my php project. But I need to export the edited texts from CkEditor to Open office and Microsoft word format. So what I need is a ...
1
vote
1answer
836 views
HTML to PDF/rtf/doc/etc converters?
We are looking for a server-side solution that is capable of taking an HTML page and generating a document in one of several formats - pdf, as well as rtf, doc, etc.
I've used LiveDocX to mail-merge ...
2
votes
4answers
5k views
Convert html to doc in java
I would like to convert either an html or xhtml document (preferably with styles) to Microsoft .doc and/or .docx format.
There seem to be plenty of examples for doing this the other way around but I ...
0
votes
5answers
1k views
WPF or C# convert Html to Doc
How can I convert HTML with images to Word Document(Doc not Docx) in WPF? Please tell me a free lib or other solution, but preferably with no office installed on OS.
0
votes
2answers
616 views
call href click on document.ready
a have two aspx pages page1.aspx and page2.aspx.
i have an href in page1.aspx <a id="GoHref" href="page2.aspx">
i want that when users click docHref to be redirected to page2.aspx and download ...
0
votes
1answer
2k views
Using PHP wants to export html into doc,excel
File is exporting properly, but HTML file contains iframe , So iframe part is not exported in doc and excel. iframe calls html file for graph. Graph is done using flex.
3
votes
3answers
11k views
How to convert html to doc in php
I need to convert a html file to doc.
I am using html2pdf for pdf conversion.
Is there is any same kind of library for html2doc?
(PS must be free/open source)
EDIT
After Mark Eirich comment..
...
3
votes
3answers
932 views
perl doc/pdf/xls to HTML convertor
I would like to convert files with extensions doc/docx/xls/xlsx/pdf to HTML files. Is there any way to do that in a simple way on Solaris using Perl?
1
vote
1answer
112 views
Tool which was used for conversion DOC ( Word file ) to html
I am having a difficulty to recall what I used a couple of years ago to convert doc to html.
It gave me the best results comparing to other tools and Save as in Word.
Generated html contains inside( ...
0
votes
1answer
750 views
Convert PHP HTML contents to DOC/PDF with remote images and stylesheets
I'm looking for a hassle-free script that can convert an HTML file to Microsoft Word or PDF format. My download script works already, but when I tried to open the downloaded document in MS Word the ...
0
votes
1answer
1k views
Use PHP to create a DOC file on a Unix Box based on an HTML webform selection
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 ...
0
votes
2answers
268 views
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 ...