vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Hi, try to use TeX which allow you to create very nice documents in many formats. If you don't want to study TeX you can use LyX which (as I know) provide GUI where you can create your documents and output is TeX -> one of output formats can be PDF. Alternatively there is "Export to PDF" function in OpenOffice... T. jetta <jock_etta@hotmail.com> wrote: > Hi, > Is there any software that will create a PDF on OpenBSD? > Mark > -- "Every man has his price. Mine is $3.95." |
| |||
| > > jetta <jock...@...com> wrote: > > Hi, > > Is there any software that will create a PDF on OpenBSD? > > Mark > > Thanks for the suggestions. Think I'm going to set up a webserver (internal lan) where people can submit docs through a form and receive a pdf back. Hmmm, that sure sounds good. Now for the practical.... Thanks again Jet |
| |||
| In article <1154859798.067863.67650@p79g2000cwp.googlegroups. com>, jetta <jock_etta@hotmail.com> wrote: >Hi, >Is there any software that will create a PDF on OpenBSD? >Mark Yes. kdeprint can export to pdf. ghostscript can convert postscript to pdf, TeX can produce pdf. scribus can create pdf files... Can't tell you more without more info from your side. |
| ||||
| > Thanks for the suggestions. Think I'm going to set up a webserver > (internal lan) where people can submit docs through a form and receive > a pdf back. Hmmm, that sure sounds good. Now for the practical.... I don't know in which language you are writing this application but you probably need a PDF library rather than "end user sw".. There are some projects like pyTeX, reportlab (for Python), iText (Java, C#), or if you write it in PHP you should see these links: http://www.rustyparts.com/pdf.php http://sourceforge.net/projects/pdf-php http://www.zend.com/zend/spotlight/creatingpdfmay1.php T. -- Maturity is only a short break in adolescence. -- Jules Feiffer |