Tagged Questions

2
votes
4answers
2k views

Quickly Convert (.rtf|.doc) Files to Markdown Syntax with PHP

I've been manually converting articles into Markdown syntax for a few days now, and it's getting rather tedious. Some of these are 3 or 4 pages, italics and other emphasized text throughout. Is there ...
1
vote
1answer
193 views

opening a word document in php (.doc)

I want to open a .doc file and print out using php (or only count lines and words). I tried with the COM library, but it didn't work (I'm using linux server). I also tried installing Antiword but it ...
0
votes
0answers
38 views

Save document with Zoho remote api

I am using Zoho remote api to open and view a .doc file. I want now to convert the .doc file into a pdf file and save into my hosting account. Thay have hier a small tutorial but i don't get it right ...
0
votes
1answer
81 views

How to generate a .DOC file in PHP with a Watermark

Is this even possible? I know it's possible to generate watermarks in PHP. Also, is there a site with a list of HTML tags that can be used in a doc file? I'm basically wondering how far you can go in ...
0
votes
2answers
267 views

I cant open .doc files from my browser on my website

I cant open .doc files from my browser on my website (php) rather my 404 page, opens could it be my htaccess setings?
-2
votes
1answer
282 views

Using PHP create a Word document in Landscape

I use this code to create a MS Word document; however, I want to make it in landscape. Does anybody know how to it? Thanks $fp = fopen('test.doc', 'w+'); $str = ...