Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sending a pdf document??

Status
Not open for further replies.

jaaconsult

Technical User
Jan 14, 2001
15
0
0
US
I am currently sending text files from AIX using 'sendmail'. They appear at the receiver's PC in the body of their email. Is there any way to have the receiver get the text file as an attachment in 'pdf' format? I have been told that there are no unix pdf converters. Is that true? I am NOT an expert unix programmer; so be very specific in your response with clear examples.
 
if you want to send a PDF (or any file for that matter) from the prompt you probably want to look into getting a tool like 'mpack' ftp://ftp.andrew.cmu.edu/pub/mpack/

as for creating or working with PDF's there are quite a lot of good tools out there, including GhostScript (written in C): and iText (written in Java):
 
Mpack is a good solution, but if not possible to install then you should have a look at "uuencode" as an alternative if you have that on the system.

IBM Certified Confused - MQSeries
IBM Certified Flabbergasted - AIX 5 pSeries System Administration
MS Certified Windblows Rebooter
 
You may also want to review your email clients. In RH5 linux there is one - "email" which allows you to attach files.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top