0
votes
0answers
9 views

Reading .docm file with check boxes and feed the data in database

I have a .docm file which has some text fields and check boxes. I want to parse that file and feed the content of that file into database depending on which check boxes are checked and which are not. ...
3
votes
1answer
64 views

How to check for corrupted DOC and PDF files stored on the server with PHP? [closed]

I have a project about creating file uploading website for my university using PHP. For every uploaded file, the website must check if the uploaded file is corrupted or not. I've been searching for ...
2
votes
3answers
161 views

How can I permit only .doc files for uploading?

Well this is my code but when I am trying to upload the doc file, the response is "Invalid file".....Thanks a lot. By the way my second question deals with rename of uploaded file to desired format ...
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. ...
1
vote
0answers
391 views

how to export my sql table to a .doc file using php and download it

I have a table with large amount of data in my sql database, i have to take a copy of .doc or .pdf format using PHP coding. I have to download while clicking the Download Button in my Page. In my ...
0
votes
1answer
393 views

PHP Convert Word file to HTML without losing styling and images

Is there an API for converting word files to HTML without losing the format? Can the google documents API be used for this? I tried saaspose but the returning result is always a server error. ...
-4
votes
1answer
316 views

How to convert a doc, docx as image using php?

i need to show employers resume in my website, you know that resume should be doc, and docx, so i need to show them in the browser for the reference,somebody said that we need to convert doc,docx into ...
0
votes
0answers
157 views

LibreOffice - minimal installation to convert documents to html

I have to extract some data from many .doc, .docx, .xls, .xlsx files using PHP. There are some native libraries, but I see that LibreOffice converts docs much better than others. I will run this ...
0
votes
1answer
297 views

Uploding doc & docx file in php not working

I searched for this issues on "stack" but for similar question no solution I found. I have a code which is uploading two files(image & text) in two different folders. $file_path = ...
-1
votes
1answer
876 views

Online Doc,Docx viewer in php?

how can view a doc,docx files using php? there is any php or jquery script is available . i need to show job seekers resume by open the document in online or any function or classes are available . ...
1
vote
1answer
410 views

doc, docx conversion to pdf using php

i've been searching for quite a long now to convert a word document (.doc & .docx ) to pdf.....my application is about taking a word document from clients than converting them to a pdf with added ...
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
0answers
89 views

Watermark using Php in Word Document

How do I add a watermark automatically on an existing word document using PHP?
2
votes
0answers
913 views

PHP code to convert PDF or Word Doc to editable online form [closed]

Is there a pre-existing script/class/library to achieve the conversion of PDF to WORD DOC? I am looking for something where I can pass a PDF or Word Doc that includes "fill in the blank" fields, ...
2
votes
1answer
278 views

Generate a Doc File with an Image

<?php $docName = "testdoc"; header("Expires: Mon, 26 Jul 2020 05:00:00 GMT"); header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); header("Cache-Control: no-store, ...
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
0answers
239 views

PHP generate word documents from template

Hello I have a need to generate word document files from html form. Just few simple text fields and 1 WYSIWYG editor. I want so the text from WYSIWYG editor was saved the same in word document like it ...
0
votes
1answer
610 views

create a .doc / pdf / odt using codeigniter and php

I followed this tut : http://klewos.wordpress.com/2010/04/16/using-php-to-fill-a-word-document-quick-tip/ and all is fine till i open the downloaded .doc into libre office, instead of outputing the ...
1
vote
3answers
8k views

Upload DOC or PDF using PHP

I'm able to upload images fine, but when when I change the types from image/jpg, image/gif to application/msword and application/pdf, it doesn't work. Here's my code. The exact same code works for ...
2
votes
2answers
458 views

PHP reading word document to get only Email address

Ok , Here is the thing i want a php script to Open and read a user uploaded Word document and take the email addresses that will be in the document and store it to database . Only the email address ! ...
0
votes
0answers
351 views

force download with php issue with docx not with doc

I'm using the typical if($ext == "doc" && file_exists($file)) { header("Content-disposition: attachment; filename= '$filename'"); header('Content-type: application/msword'); ...
0
votes
1answer
165 views

Uploading Doc file using PHP

I am facing problem regarding uploading doc file using php. I can successfully upload PDF file. But, once I am trying to upload doc file I am having error Array ( [name] => Array ( [0] => ...
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 ...
2
votes
1answer
782 views

How to get `thumbnails document` like google doc?

How to get thumbs document (doc, docx, pdf, pptx, ppt,.....)? May be use C#, php, ..... Please help me! Thanks you very much!
1
vote
1answer
655 views

Cant open .doc file after downlod in php

I have a script to download files with php, and it works great. But when I download a .doc type file and I open it in MS Word it says that I have to select a encoding and most of the text is in this ...
3
votes
3answers
2k views

How to Convert Doc to PDF

Here is some background info. I'm on a shared linux server with hostgator. I've looked at phplivedocx, pdftk, fpdf, SetaPDF-Merger API, Muhimbi PDF Converter, mbtPdfAsm, ...
1
vote
2answers
502 views

Dynamic creation of a doc/docx document on the users desktop

My site is HTML/Javascript with AJAX calling server-side PHP. I want to allow the user to click an icon and create a report from MySQL data and then save this on the client's desktop without doing a ...
0
votes
1answer
426 views

View word docs and PDF in browser?

I am currently working on a site that has to have the ability for users to view documents that are uploaded, however they need to be viewable in browser. I know there is the Google docs viewer ...
3
votes
1answer
685 views

Can I convert between .doc and .docx using PHP only?

I have search for this on SO but all posts relating to the issue seem to require the installation of software (like the Zend framework or PHPdocx) on the server - which I am not able to do. I need to ...
1
vote
0answers
57 views

save a doc file in php [duplicate]

Possible Duplicate: how to generate doc file using php I need generate a doc file with cakephp and save it to specific folder.because i want it to sent it as an email attachment ...
-1
votes
1answer
81 views

Get data from a survey paper document

i know it could sound as a silly question but i was wondering if there's a way to get data from a survey on paper though: i mean, let's say i have a survey on paper with questions and some checkbox ...
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
0answers
306 views

Export data to doc file using php with desired styles

I am working on export some data as doc file using PHP. Is it possible to add css rules like direction and to the output ? Edited: I use header function to create the doc file.
1
vote
3answers
580 views

Php - Upload doc, docx, pdf - extract all content [closed]

is there anyway to perform OCR while uploading a document? can we index the entire document? can the search engine index the entire document? Even though users are required to pay to view the full ...
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 ...
2
votes
1answer
2k views

how to generate doc file using php

I have a PHP file that has a variable named $data. Now I echo this variable on the page. It works fine but I want to write this variable in a doc file. How do you do this? I am using the following ...
2
votes
0answers
559 views

read,write and save doc file using php in linux server [closed]

I want to read,write and save doc file on remote server using php in Linux server. anyone please tell me how to do this.
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 ...
2
votes
3answers
4k views

PDF or Word creation documents with Yii?

Hello I'm building an application with Yii that will now generate reports. My client wants to edit the reports after these are generated. I think the best option is creating a Word document so my ...
0
votes
1answer
377 views

PHP: antiword and uploaded file

I'm creating some code that will upload the contents of a word document to a server, extract its text, and insert it into a database. exec("PATH=$PATH:/home1/myserver/bin && antiword " . ...
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.
0
votes
3answers
4k views

How to insert .doc file content into mysql table

I need to insert a doc file into mysql table using php. I have the file format like : . I want all the titles (e.g. Resume) be inserted into to Type column, and subtitles (e.g.Jobtitle) be ...
3
votes
2answers
600 views

Should I use @return self, this or the current class?

I have a method that return the current object, how do I document this? /** * set something * * @return this */ public function setSomething(){ // ... return $this; } Or should ...
0
votes
1answer
522 views

PHP Generate preview of Microsoft formats

I've made in PHP (using GD and Imagick) a image preview generator for jpg, gif, png, bmp, txt, csv and pdf files, but I'm having troubles on finding a solution for Microsoft types: doc, xls and ppt. ...
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. ...
2
votes
1answer
610 views

Open source php doc/x to pdf conversion?

Are there any open source PHP tools that i can use to convert .doc / .docx to pdf ? If you have any good tutorials or tools that would be greatly appreciated . I was looking into phpLiveDocx but ...
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
445 views

how to replace tags in MsWord doc files using php

let me explain my question this way... I have a doc file in which I have some text and formating and in different part of the doc file I have some TAGS (eg. IDS, LABELS, TOTAL, etc.). I wonder if it's ...

1 2