Sponsored Content
Full Discussion: Email Attachment to Client.
Top Forums UNIX for Beginners Questions & Answers Email Attachment to Client. Post 303046282 by Harry006 on Wednesday 29th of April 2020 04:52:44 PM
Old 04-29-2020
Email Attachment to Client.

Hi All,

I have a Requirement to Send some PDF files to Some Client Emails.
E.g : 1234_XXX.pdf

1234 is Invoice Number .

There will be a table which will have Invoice Number column and Email address column which we need to use.

My shell Script should refer that table and get the Email address from that table and trigger that email with PDF attached.

Please do provide in case of any sample script.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Email Attachment

Hi, I have 2 questions regarding sending mail as attachment. 1. Using mime type (From Oracle tools which reside on UNIX) When send the mail(txt file) as an attachment, on some servers like Hotmail, the email goes perfect as an attachment. But on some servers like yahoo, get embedded mail which... (2 Replies)
Discussion started by: prasad01
2 Replies

2. UNIX for Dummies Questions & Answers

Email Attachment

Is there a way to send an email attachment? So far no where I've looked has given me any leads. (2 Replies)
Discussion started by: Cyro
2 Replies

3. Shell Programming and Scripting

Processing email attachment

I have a question about how to extract an attachment from an email and save it somewhere else. This is done on a RedHat Linux box. I have a daily report that is emailed as a text attachment. One of the project requirements is that the attachment has to be processed with no human intervention. ... (0 Replies)
Discussion started by: futoque
0 Replies

4. Shell Programming and Scripting

How to send attachment to web-based email client using mailx

hi, i am trying to send mail with attachment to web-based email client like gmail.com using mailx. the problem is it is displayed in content rather than as attachment. the code i am using is as follows, uuencode test1.txt test1.txt | mailx -s "test only" aaaa@gmail.com does anyone... (1 Reply)
Discussion started by: randomcz1
1 Replies

5. AIX

Email with Attachment

Hi, I have .ksh file which internally calls a .sql file. This sql file writes a file with the result. I am using the following command to send email with the result file as attachment uuencode file.txt file.txt | mail -s "Subject" abc@abc.com. When i run the .ksh file i get a message you... (5 Replies)
Discussion started by: piyushprabhakar
5 Replies

6. UNIX for Dummies Questions & Answers

new to ldap, send email to a ou or group, and see a list from email client

hi, i'm running openldap on ubuntu 10.04, creating new items with apache directory studio (windows version). i use the ldap just as an address book to our small office (email clients are windows live mail 2009, 2011, microsoft outlook 2007 and 2010). a. i cant see a list of the contacts,... (0 Replies)
Discussion started by: V4705
0 Replies

7. UNIX for Advanced & Expert Users

email file as attachment...

Hello all, i am on hp-ux 11.23...i am trying to send an email as an attachement but it dose not seem to work...after reading on google i found that we can use uuencode to send file at attachement...here is my file and the syntax $ cat test.txt NAME --------- TEST $ uuencode... (7 Replies)
Discussion started by: abdul.irfan2
7 Replies

8. Solaris

Sent an email attachment, but the attachment is empty

I'm trying to send a .zip file from my unix box to my work email (email client outlook) The file name that I'm trying to sent is sites.zip and this is how I do it: uuencode sites.zip | mailx -s "testing" myname@mydomain.com When I open the .zip, the zip is empty. Looking around the we, I... (17 Replies)
Discussion started by: amb1s1
17 Replies

9. Shell Programming and Scripting

Not able to send attachment with the email

Hi All, The below code is working fine for me. mailx -s hello abc@xyz.com <<EOT Hello !!! How are you? Regards Rahul EOT But i am not able to send csv file with the mail .Getting just themail but not the attachment. uuencode /path/s1.csv | mailx -s hello abc@xyz.com <<EOT... (9 Replies)
Discussion started by: rafa_fed2
9 Replies

10. Shell Programming and Scripting

Attachment in email

I have a file in unix, while i do email that file to some one from unix, the attachment file data is displaying in the email. (as body of the email). but if the file has some special characters , the file is emailing as attachment. But i need the file as the body in the email if it has special... (1 Reply)
Discussion started by: nani1984
1 Replies
pdftosrc(1)						      General Commands Manual						       pdftosrc(1)

NAME
pdftosrc - extract source file or stream from PDF file SYNOPSIS
pdftosrc PDF-file [stream-object-number] DESCRIPTION
If only PDF-file is given as argument, pdftosrc extracts the embedded source file from the first found stream object with /Type /SourceFile within the PDF-file and writes it to a file with the name /SourceName as defined in that PDF stream object (see application example below). If both PDF-file and stream-object-number are given as arguments, and stream-object-number is positive, pdftosrc extracts and uncompresses the PDF stream of the object given by its stream-object-number from the PDF-file and writes it to a file named PDF-file.stream-object-num- ber with the ending .pdf or .PDF stripped from the original PDF-file name. A special case is related to XRef object streams that are part of the PDF standard from PDF-1.5 onward: If stream-object-number equals -1, then pdftosrc decompresses the XRef stream from the PDF file and writes it in human-readable PDF cross-reference table format to a file named PDF-file.xref (these XRef streams can not be extracted just by giving their object number). In any case an existing file with the output file name will be overwritten. OPTIONS
None. FILES
Just the executable pdftosrc. ENVIRONMENT
None. DIAGNOSTICS
At success the exit code of pdftosrc is 0, else 1. All messages go to stderr. At program invocation, pdftosrc issues the current version number of the program xpdf, on which pdftosrc is based: pdftosrc version 3.01 When pdftosrc was successful with the output file writing, one of the following messages will be issued: Source file extracted to source-file-name or Stream object extracted to PDF-file.stream-object-number or Cross-reference table extracted to PDF-file.xref When the object given by the stream-object-number does not contain a stream, pdftosrc issues the following error message: Not a Stream object When the PDF-file can't be opened, the error message is: Error: Couldn't open file 'PDF-file'. When pdftosrc encounters an invalid PDF file, the error message (several lines) is: Error: May not be a PDF file (continuing anyway) (more lines) Invalid PDF file There are also more error messages from pdftosrc for various kinds of broken PDF files. NOTES
An embedded source file will be written out unchanged, i. e. it will not be uncompressed in this process. Only the stream of the object will be written, i. e. not the dictionary of that object. Knowing which stream-object-number to query requires information about the PDF file that has to be gained elsewhere, e. g. by looking into the PDF file with an editor. The stream extraction capabilities of pdftosrc (e. g. regarding understood PDF versions and filter types) follow the capabilities of the underlying xpdf program version. Currently the generation number of the stream object is not supported. The default value 0 (zero) is taken. The wording stream-object-number has nothing to do with the `object streams' introduced by the Adobe PDF Reference, 5th edition, version 1.6. EXAMPLES
When using pdftex, a source file can be embedded into some PDF-file by using pdftex primitives, as illustrated by the following example: immediatepdfobj stream attr {/Type /SourceFile /SourceName (myfile.zip)} file{myfile.zip} pdfcatalog{/SourceObject hepdflastobjspace 0 R} Then this zip file can be extracted from the PDF-file by calling pdftosrc PDF-file. BUGS
Not all embedded source files will be extracted, only the first found one. Email bug reports to pdftex@tug.org. SEE ALSO
xpdf(1), pdfimages(1), pdftotext(1), pdftex(1), AUTHORS
pdftosrc written by Han The Thanh, using xpdf functionality from Derek Noonburg. Man page written by Hartmut Henkel. COPYRIGHT
Copyright (c) 1996-2006 Han The Thanh, <thanh@pdftex.org> This file is part of pdfTeX. pdfTeX is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. pdfTeX is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with pdfTeX; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA User Manuals 23 December 2006 pdftosrc(1)
All times are GMT -4. The time now is 03:18 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy