How to email a pdf file (attachment with password) using ABAP?

Hi Colleagues,
I
n abap, how do you email a pdf file that contains password?
(pdf with password, not the whole email).
A custom program is created. Inside this program, it
retrieves the spool number and converts it to a pdf file
(using function module '....abapspool...'). No parameter to put password.
I was able to do the above. The problem is how to put password on
the pdf file.
Once the user receives the email (say from hotmail or outlook) with pdf attachment, clicks on the pdf, it will as ask for an attachment.
sap version 4.7.
Questions:
- how to code in ABAP to include the pdf with password in an email
received from hotmail or outlook?
- any function modules or classes that can do the pdf password?
- do we need to install another technology or add-on application or
???? to do it? If yes, do we code in abap?
- any other ideas?
Thanks in advance.
Raymund

Hi Colleagues,
I
n abap, how do you email a pdf file that contains password?
(pdf with password, not the whole email).
A custom program is created. Inside this program, it
retrieves the spool number and converts it to a pdf file
(using function module '....abapspool...'). No parameter to put password.
I was able to do the above. The problem is how to put password on
the pdf file.
Once the user receives the email (say from hotmail or outlook) with pdf attachment, clicks on the pdf, it will as ask for an attachment.
sap version 4.7.
Questions:
- how to code in ABAP to include the pdf with password in an email
received from hotmail or outlook?
- any function modules or classes that can do the pdf password?
- do we need to install another technology or add-on application or
???? to do it? If yes, do we code in abap?
- any other ideas?
Thanks in advance.
Raymund

Similar Messages

  • How to email a .zip file attachment from PC

    Hi,
    Please, let me know how to email a .zip file attachment from Presentation Server.
    Thanks,
    Madhuri.

    Hi,
    try fm SO_DOCUMENT_SEND_API1
    it's well documented (look with SE37)
    and look here:
    /people/thomas.jung3/blog/2004/09/08/sending-e-mail-from-abap--version-610-and-higher--bcs-interface
    regards Andreas

  • How to make a PDF file short ( with less memory)?

    How to make a PDF file short ( with less memory)?

    @nalinss
    There are two ways: "Save as.." usually optimises size, but there is also "Optimize PDF" in the menu with many options what to exclude and to reduce in quality. Be careful here, as pictures can become very bad.
    A note: the size of a PDF vastly depends on from what source it is created. For example, if you draw some vector graphics in Visio and print to Adobe Printer, the resulting PDF is usually quite small in file size. Opening it in Illustrator and saving it again after you, let's say, just moved one line, can make it 10x as big. This is due to big overhead, Illustrator creates and this can not be reduced anymore in Acrobat later on. Sometimes it helps to convert or "save as" such an inflated PDF to a different format like EPS or HTML and print or convert again to PDF.
    So, if you created the PDF yourself and you still have the source, you may adjust settings in the export/print dialog to make it smaller.

  • I received an email containing pdf files. I am using Adobe Reader Touch for Windows 8. File doesn't open

    I received an email containing pdf files. I am using Adobe Reader Touch for Windows 8. File doesn't open. I am a new user to Windows 8.

    The full featured Reader for Windows 8 is Reader XI.
    Reader Touch works in all Windows 8 systems BUT it is intended mainly for use in mobile tablets - I see no particular reason to use it unless you can'r run Reader XI. Given it is mainly for use on mobile that can't use Flash, we aren't likely to ever see the development team spending their time on this.
    If you want the latest and greatest - at least try Reader XI, not X! (Flash is a separate download, it will prompt).

  • How do i open pdf files attached to email so can print.

    I receive pdf files attahced to email but when they open they open in photoshop elements which I don't want.

    *Click the orange Firefox button
    *Go to Options
    *Go to Applications
    *Find ''Portable Document Viewer (PDF)''
    *Select any of the below
    **Preview in Firefox
    **Always Ask

  • How to email BLOB as file attachment

    Hi folks,
    Seems I'm not the only one wanting to send emails with db BLOBs as file attachments, so let's see if we can find a solution.
    My app currently sends email using UTL_MAIL.SEND.
    If the BLOB I want to attach could be converted to RAW, would UTL_MAIL.SEND_ATTACH_RAW work? If so, is there a method of converting BLOB to RAW?
    We don't have Collaboration Suite, but surely CS lets you email BLOBs as file attachments, doesn't it? If so, there's a way...
    All assistance appreciated
    John D

    jd,
    I did something similar recently using demo_mail package. Do a search in the forum on "demo_mail hum_mail" (no quotes).
    Mine was a file on disk but the code has some info on using BLOBs as well.
    If you like, email me direct and I'll get you the code ([email protected])
    Greg

  • How to protect a pdf file by a password

    Hi,
    I have written a program to send payslip through email . This mail sends the payslip as a PDF attachment.
    I want to password protect that PDF document, so that it asks for a password before being opened by the employee.
    Your suggestions will be highly appreciated.
    Domenico.

    Hi
      You can get the idea by having a look on these links.
    Password protection of pdf attachment
    SAPSCRIPT to PDF With Password
    Password Protection of PDF file generated thru SAP
    Regards,
    Sreeram

  • How to duplex print pdf file on hp 1320 using upd pcl5 on windows 7 ?

    I am running Windows 7 Professional (64bit), with a HP laserjet 1320 using driver HP UPD PCL5 (v5.5.0.12834), with Adobe Acrobat 9 Pro v9.5.2 and MS Word 2010. When I print a Word 2010 file I can choose duplex printing (print on both sides) and everything works fine. However, when I open a PDF file, click FILE then PRINT then PROPERTIES the PRINT ON BOTH SIDES option shows "none" and no other option is shown. I searched Adobe support and it says duplex printing is controlled by the printer driver, not Adobe software. I have uninstalled & reinstalled the UPD PCL 5 driver two times already but still the same problem of not being able to choose duplex printing for any PDF document - yet it works for MS Word. Any ideas ? Thanks 

    How do I duplex print on an HP 1320 printer that uses windows 7 (64 bit) system?

  • How to open a pdf file in Adobe Reader using URL scheme on iOS devices

    To open a pdf files in Adobe Reader on iOS devices,
    I created url links as follows:
    com.adobe.Adobe-Reader://mysite.com/myfile.pdf
    com.adobe.reader.request://mysite.com/myfile.pdf
    But none of these does work.
    Adobe Reader starts up but never opens pdf files.
    Does anyone know how to write URL scheme?
    Thanks in advance.

    Sorry. Wrong category.

  • How to open a PDF file in a iFrame using JSP

    I'm developing a EDM system and I need to upload a PDF file and later show it on the browser but in a iFrame.
    as the file is not in the system directory but into server directory.
    I tryed JavaScript: document.location.href="file://directory"; because after uploading i'd like to open it automatically
    but it doesn't work in Windows XP SP 2.
    I'd like to do that not using javaScript but JSP or servlet.
    Does some one can help me. I'll be very glad

    <%
                        out.println("<html><body><iframe src="URL2PDF">You\'re browser doesn\'t support iframes<iframe>")</body></html>");
    %>Something like that should work. Bunch of ways to make it happen; I jsut took this from my error catch and added your iframe tag instead of my <%
              catch(Exception e)
                        out.println("<html><body>");
                        out.println(e.toString());
                        out.println("<h3>first error catch on tenant editor 2</h3>");
                        out.println("</body></html>");
    %>

  • How to name a pdf file automatically with the current file name

    We constantly pick up old ID files, save as, revise and rename. The problem is that when I pdf ID remenbers the original file name not the new one. Is there a way for it to select the new name without retyping it.

    ID will change the PDF name with the name change of the file until you change the PDF name manually. At that point you're stuck with it.
    To clear it out, export to IDML, open and save with the appropriate name and NEVER change the PDF name again. If you do, don't save the InDesign file afterward.
    Bob

  • How to transfer the .pdf files to iphone 3G using Windows Xp without Wifi.

    Hi,
    I am unable to transfer the files (.pdf) to iphone 3G from my windows xp laptop.
    I tried all the possibilities given in Google. Basically I dont have Wifi connectivity nor any network. Could you please tell me how to sync the files without any network. Example; the way others do with Nokia phones.
    Please assist. Posts can be email to me at sacrashinkar (at) gmail (dot) com..
    regards,
    Sachin

    That's a lie. There's plenty of software out there that lets you transfer files without a network connection - iPhoneBrowser and iPhone Explorer are two examples of such.
    Incidentally, networking through USB is possible, albeit not often mentioned. The simplest way is to set up tethering, which will do most of the work for you. If that's not possible, then you'll have to do it manually (which is a real pain), BUT there are a few free utilities out there that are supposed to make the process much simpler (one I recently came across is usbgate.org, which is allegedly a one-click process).

  • How to Upload a PDF file into BLOB column in a table using Forms 9i

    Can anyone tell me how to upload a PDF file from client system using File dialog window and store its content in BLOB column in a table. The file to be uploaded will be in client side.

    Hi,
    please, search a bit on the forum before do a question:
    Just searching by "upload blob pdf" ...
    How to batch upload PDF files into database BLOB
    Regards,
    Jose.

  • To upload a PDF file in BLOB column using Oracle Forms 9i

    Can anyone tell me how to upload a PDF file from client system using File dialog window and store its content in BLOB column in a table. The file to be uploaded will be in client side.

    Take a look at the following :
    Re: Storing a PDF in a BLOB
    Re: Retrive Image from DB into Image_item
    although the threads above are reffered to images and word doc... the procedure/steps are the same....
    Greetings...
    Sim

  • How to open a pdf file and then attach it with images

    I am new to Indesign Server.
    I'm currently working on a pdf.
    I have a white blank pdf template.
    that I want to attach/glue it with images.
    How to open a pdf file and then attach it with images.
    Please, help me.
    Thanks.

    First step would be to make yourself familiar with InDesign desktop version.
    Whatever you intend to achieve, do it there manually. (see regular app docs or forums)
    Then try to automate your steps with scripting (see scripting docs or forum)
    If you can do it with a script in the desktop version, that script will likely also run in ID Server. (see server forum).
    If you can specify missing features not achievable thru scripting or manual use, reconsider to write a plugin (this forum).
    A seasoned C++ programmer will need a few months to learn the basics, wade thru tons of documentation etc. Alternatively consider to hire a consultant to do the development work for you.
    Dirk

Maybe you are looking for

  • How can I calculate the sum of the first two rows in a table?

    I have a table with a repeating row that, when data is merged, always has three rows: Support type 1 1,234,456 Support type 2 221,556 Interest 11.222 I have a field where I want to show the sum of Support types 1 and 2. I do not want to add the inter

  • Syncing my iPhone 3gs to my new HP laptop

    I recently got a new laptop which is an HP, and I didn't ever try to sync my iPhone 3GS to it because I thought the empty library on the computer would overide my library and erase my phone's data. I was able to jump the music from my old laptop onto

  • Open file in client computer

    hi how can i open file in client computer when he click on a button i want to show him a xls file and if he want save it on his computer can i save on his computer too? tanx

  • Project too large but under 2 hrs...how do i fit?

    Compiled project is 108.5 MB too large for currently selected disc media. How do I lower the bitrate or quality to fit?

  • PRINTING A FOLDER CONTENTS LIST?

    I'm trying to print the contents list of a folder as we used to be able to do in system 9. I'm aware of dragging the folder onto my printer icon that I've placed in my menu bar. That works fine but only shows me the folders contained within the main