Report to PDF


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Report to PDF
# 1  
Old 06-08-2005
Report to PDF

Hi their,

I am trying to find out if there is a way that when a report is generated it can be converted to a PDF or generated as a PFD. Smilie
# 2  
Old 06-08-2005
What is the original document format?
OpenOffice.org converts most of the common word processor formats to PDF.
# 3  
Old 06-08-2005
For those wanting a programmatic approach, there are a variety of processors available that can output PDF. LaTeX and docBook are examples.
# 4  
Old 06-09-2005
Power

What I am looking for is a unix command that will convert a unix text file to a pdf.
# 5  
Old 06-09-2005
Report to PDF

There is a program called txt2pdf which is available from Sanface Software.

It runs on any system with PERL installed, and they have binary versions for Windows, Solaris, HP-UX, AIX, Linux, Mac OS X.

My experience has been using a binary version on Windows (a corporate decision, not mine Smilie ) and found it pretty good.

The config files allow a lot of customisation in pdf paper sizes, formats, compression and so on, and as such it lends itself very well to scripted solutions.

Hope this is of help to you!

Iain
# 6  
Old 06-09-2005
Thanks. I would work onit and let you know how it work out.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Text to pdf

Is there a way to covert te attached text file to a pdf? I have tried: enscript-p output.ps article.txt PRE.cjk { font-family: "WenQuanYi Micro Hei",monospace; }PRE.ctl { font-family: "Lohit Hindi",monospace; }P { margin-bottom: 0.08in; } awk '{ A=$2; next} END { for (i in A) print... (7 Replies)
Discussion started by: cmccabe
7 Replies

2. Shell Programming and Scripting

Converting secured pdf files to pdf using acroread

Does anybody have idea of Converting secured pdf files to pdf using acroread ? ---------- Post updated at 04:49 PM ---------- Previous update was at 04:44 PM ---------- This file is not password protected. (4 Replies)
Discussion started by: Soham
4 Replies

3. Shell Programming and Scripting

PDF Script to extract PDF Links MOD in Need

In here we have a script to extract all pdf links from a single page.. any idea's in how make this read instead of a page a list of pages.. and extract all pdf links ? #!/bin/bash # NAME: pdflinkextractor # AUTHOR: Glutanimate (http://askubuntu.com/users/81372/), 2013 #... (1 Reply)
Discussion started by: danielldf
1 Replies

4. Shell Programming and Scripting

Perl - Convert html to pdf - PDF::FromHTML

Hi, I am trying to convert html to pdf using perl module PDF::FromHTML, am getting the error as given below. not well-formed (invalid token) at line 2, column 17, byte 56 at C:/Perl/lib/XML/Parser.pm line 187 at C:/Perl/site/lib/PDF/FromHTML.pm line 140 The perl code is as given... (2 Replies)
Discussion started by: DILEEP410
2 Replies

5. HP-UX

Hp ux 11.0 version pdf

Hi all, plz provide anu link or document for hp ux command or pdf avaiblable? serched but no productive info ??:( (1 Reply)
Discussion started by: saurabh84g
1 Replies

6. UNIX for Dummies Questions & Answers

PDF Printing....

:confused: We have a Sco Open Unix 5.0.5 Server that I am trying to configure to allow for PDF creation. Currently the server is just using lpr to print to laser printers located throughout the facility. The goal is to be able to also print to pdf documents. There is no option for... (2 Replies)
Discussion started by: pabloescobar
2 Replies

7. UNIX Desktop Questions & Answers

PDF to PCL

hi all, i would like to know if there are any tools in unix (sun solaris 8) to convert PDF files to PCL format (i.e, .prn files) i want to convert around 3000 files (in a batch) to PCL format files. can anyone help me out with this. regards, manojram (1 Reply)
Discussion started by: manojram
1 Replies

8. UNIX for Dummies Questions & Answers

pdf viewing

How do I view pdf files on a Solaris 9 environment? Links and such would be grateful. "AAAAHHH!! They're everywhere!!!" - Halo Grunt (3 Replies)
Discussion started by: antalexi
3 Replies
Login or Register to Ask a Question