|
|
|||
can i create a compiler that will write a categorized downloadable .doc or .pdf?
I am going into CAD design consulting. I am building my own website. I have many years of diversified experience. What I would like to do is for a prospective client to be able to select several skill and experience categories on my website and that would compile a down-loadable resume in .doc or .pdf format, pertinent to those chosen categories/skills. The idea being that a client would be able to generate the most efficient document, as my current resume, although it does includes a 20yr work history and there are 15 more yrs prior, is 7 pages long.
Thanks, Stax 1 Reply
You don't say if you have any programming skills. What you are asking isn't easy without programming. With PHP for example, you could use FPDF, libpdf or Zend_PDF for the pdf output option, just simply outputing the required sections one after the other with page breaks as needed.
While Microsoft Word 'doc' format isn't so easy to do, OpenDocument which Microsoft Office 2007 upwards (and many open source applications) can read is with the PHP Pear package 'OpenDocument' http://pear.php.net/...ge/OpenDocument Once in OpenDocument, you can use a number of tools to convert to Microsoft 'doc' format as needed. I'm sorry I couldn't give you a complete solution, but I hope this points you in the right direction.
Sysdom.com - Monitoring and Support Services (Launching Feb 2011)
|
|||
|