Embed an external PDF file into the XML

Dear All,
We have a program which creates the XML file on the Application server when we execute it.
My requirement is to Embed an external PDF file into the XML file while generating it through
program from SAP.
Please let me know how this is possible.
Thanks & Regards,
Vinit

Yes, you can do it. You have to use an absolute path and add it not only to the folder but to the .manifest
I wrote a blog post explaining how to do it:
http://www.captivatecrazy.blogspot.com/#!http://captivatecrazy.blogspot.com/2012/03/embed- pdf-in-captivate-for-lms.html

Similar Messages

  • How can I embed a pdf file into the body of an email?

    How can I embed a pdf file into the body of an email?

    The problem is defining what it even means to “embed” a PDF file in the body of an e-mail, especially if you are dealing with a multiple page PDF file.
    E-mail is either pure text, rich text (something akin to RTF in Word), or HTML. PDF is not compatible with any of these. Thus, to embed a PDF file, something has to be converted and that means the PDF would be converted to a less graphically rich raster format. But is that what you would really want?
    I think that the MacOS and iOS e-mail clients do under some circumstances place an attached PDF file within HTML segments and by clicking on same, you get the equivalent of extracting the full PDF file, but I have no real experience with that.
    Another alternative is HTML with a proxy image with a hyperlink to an external PDF file that is invoked when you click on the hyperlink.
    Perhaps you can explain what you are really trying to accomplish and what the recipient of such an e-mail's actual experience would be?
              - Dov

  • Saving a .pdf file into the network shared drive from Outlook 2013

    Hello sirs,
    I have one client that having the file saving issue into the shared drive from outlook 2013.
    I have isolated the network portion and confirmed that there is nothing to do with the network. They have 1 host server which has 2 VMs inside (DC & FS). Whenever they want to save .pdf file into the shared drive, "Saving" message box popped up and showed for about 1 min to complete the file saving. I have tested with .xlsx & .dcsx but no error saving those files. only for this particular extension that facing this slowness problem. It has been on going for a month already and I couldn't figure it out what could be the issue.
    Please if anyone experienced this issue, I would really appreciate your suggestions & guidance.
    Thank you.
    This topic first appeared in the Spiceworks Community

    I have a script that I am trying to cobble together, but I am stuck at attempting to execute an SQL query against and ADO connection. My code is as follows:Powershell $FQDNUpper = $Computer.ToUpper() + ".domain.dn1.dn2" $FQDNLower = $Computer.ToLower() + ".domain.dn1.dn2" $shell = New-Object -ComObject "Wscript.Shell" # for use later in script $cnn = New-Object -ComObject "ADODB.Connection" $cnn.ConnectionString = "Connection_String" $cnn.Open() $queryUpper = "SELECT CAST(ID AS nvarchar(50)) ID FROM Machine WHERE Name=$FQDNUpper AND Role = 0" $rs = $cnn.Execute($queryUpper,' ',1) #If statement that will qualify if $FQDNUpper returned anything else try $FQDNLowerWhen executing the code I receive an error:
    PowershellArgument: '2' should be a System.Management.Automation.PSReference. Use [ref].At line:9 char:5+ $rs = $cnn.Execute(...

  • Why can't I upload pdf files into the US District Court CM/ECF system?

    Since the last update to Firefox, I cannot upload pdf files into the Federal Court's e-filing system. When I press the browse file button, all the files (except jpg) files appear inactive and I cannot click on any file, esp. pdf files to upload. I tried it with Safari and had no trouble. I need this resolved asap as I routinely have done all my e-filing with Firefox. I had no issues in the past until the recent update. Thank you.

    The Bankruptcy Court announced a few months ago that updated versions of Firefox would not work with the ECF system. You have to download an older version of Firefox. I was able to download Firefox 3.6.19 and I run that only for bankruptcy filings.
    I know it doesn't make sense, but it works.
    Many people are evidently having the same trouble. I have no idea why the court system doesn't run software that works with the latest versions of Firefox. Or why the latest versions of Firefox don't work with the courts.
    I'm looking for a way to notify Firefox and to ask them to fix.
    Incidentally, over Labor Day weekend, the Bankruptcy Court - at least in Oregon - did a major software overhaul. But they didn't fix the Firefox issue.

  • I am using the app pdf to word and every time I place a a pdf file into the app no text appears on the rtf file. Any suggestions?

    I am using the app pdf to word and every time I place a a pdf file into the app no text appears on the rtf file. Any suggestions?

    http://answers.microsoft.com/en-us/mac/forum/macword

  • Loading external (PDF)file into BLOB colum in the table.  Need urgent help.

    Hi All,
    I've currently been working on loading many external binary files (PDF) into BLOB column. After some digging, I learn that the SQL*LOADER can be used to load data from external files into table. I also got help from another forummate mentioning to use PL/SQL procedure to do so. Since I have not done anything like this before. So, my question is what is the simple approach needed to upload PDF files into a table(there is only one table containing BLOB column in my database). In addition, the LOBs can not be query-able, I wanted to list the contents of the LOBs column to make sure that I did successfully upload data into the database. How can I do that?. I do need your help. Please direct me step by step how to do so. Your help is greatly appreciated.
    Regards,
    Trang

    Once the PDF file is inserted in the PDM table, i am not able to read the PDF data from the below code, This code converts the binary data into the Character data i.e BLOB data into the CLOB, but still the data is not proper which is getting inserted PDF is proprietary format of Adobe. And you cant just read it from pl/sql. You need Adobe software installed in your client machine to view it.
    Here is an example of how to do it.
    [url http://asktom.oracle.com/pls/apex/f?p=100:11:0::::P11_QUESTION_ID:232814159006] Display PDF Stored in Database from ASKTOM 

  • PDF file into the Scorm 1.2?

    Hellou guys, how can I package into my project published as SCORM 1.2 external PDF file, wich is linked on slide via button?
    Usually I link the PDF via absolute web path and It works fine. But the client now want to include PDF into SCORM. Is is possible?
    Thanks for any response
    Yarik

    Yes, you can do it. You have to use an absolute path and add it not only to the folder but to the .manifest
    I wrote a blog post explaining how to do it:
    http://www.captivatecrazy.blogspot.com/#!http://captivatecrazy.blogspot.com/2012/03/embed- pdf-in-captivate-for-lms.html

  • How to show the pdf file into the UIWebView from iphone documents directory?

    Hi ,
         I am working on web services right now I am getting string into base64 format. After decoding that string into NSData i am saving that data as a pdf into Document directory of iphone. Now the problem is that when I want to show the pdf into UIwebView then it is showing blank page. But when I am checking into /Users/pareshkarnawat/Library/Application Support/iPhone Simulator/4.3.2/Applications/ the pdf file is correctly generated and working fine when I ope it.
       How to show that pdf file into UIwebview ? or is there any alernative for this.
    Any ideas on how I can go about this? I have looked at a few posts and still can't seem to figure it out.
    Any idea's appreciated, thanks

    The result is a UIWebView that displays a blank page. No errors occur in the UIWebView delegate method. The thing is that data has the correct length, in bytes, for the PDF I am trying to display, and I also get the pdf file in Library/Application Support/iPhone Simulator/4.3.2/Applications/ Does anyone have an idea as to what might be going wrong here or how I can better debug this problem?

  • Failed to save the PDF file into the open location as default

    Hi all,
    Please help me!
    In Acrobat XI professional, while save the PDF file using the SAVEAS option it shows the previous file saved location path.
    But i need the current opened location path while save the PDF file.
    Please help me to solve the issue.
    Regards,
    JayaKrishnan

    What an awesome idea, Bernd...
    I've just encountered the same situation and it's irritating the hell outta me. Adobe's always gotta screw something up to irritate us. As if having the rent their software isn't irritation enough.
    The problem is when you open a file and then Save As it has always, and in every program known to man (at least that I've used), offered to Save As in the same folder where the file was opened from. Now it wants to save it in the last "saved to" directory.
    While this could be convenient on occasion it's a PitA most of the time.
    Any actual solution to this misbehaving Save dialog?

  • Does mail always insert the pdf file into the email rather than attachment

    How can I set mail to always attach pdf files as attachments rather than insert into the mail message?

    But if you receive an email with a PDF attachment - which appears as text embedded in the email rather than an attachment are you really saying that the only way to solve this is to resend the email to yourself so that it will then appear as a PDF attachment?

  • How can I upload a pdf file into the application server?

    Hi,
    I have the otf data, which i have converted into pdf using the funcation module "Convert_otf". Is it possible to upload the pdf file in application server?

    Dear Srishti,
    Use OPEN DATASET in BINARY MODE.
    following link will help you.
    http://scn.sap.com/thread/1480434
    thanks,
    vidyasagar

  • How to extract PDF files into the directory the PDF file is located in.

    I use Adobe Acrobat to extract all the pages within a single PDF file to single page PDF files.  However the steps are long, as the path to a directory where i wish to extract is thru the net work and the default location for Adobe is to my C:Drive... So I have to Browse the path to extract to Which can be between 10 and 15 steps depending on the job folders.  Most programs when you extract, the default path is usually where the file location is, with an option to change the path.. makes sense and is very easy.
    So without making a short cut(because the path constantly changes depending on the jobs).  How do I extract directly to the folder that the PDF file is in?   Example, when you extract a zip file, its default location is right there where the zip file is in. Quite simple and logical.

    Thanks Gilad, but that does not make the task easier.  The path always changes as the files are being organized into folders.  Its kind of sad that $400 software can't do what most free ware can do.  Extract itself into the folder it is sitting in.

  • When I cut and paste a word form a pdf file into the search window I get wavy lines, why is this

    I am editing a document and wish to look up words and other information. When I select and copy a word from my pdf document and paste it into firefox's search window, I do not get the word but wavy lines instead. How can I remedy this? Example: I am trying to look up Carl Jung and copied this name but when I try pasting it I get this wavy line: ␣␣␣␣␣␣␣␣␣␣

    You’re omitting essential information here, namely how exactly do you paste into the message you’re composing in Mail when it crashes. Do you paste by ctrl-clicking (or right-clicking) and choosing Paste from the contextual menu maybe? Try doing Edit > Paste (⌘V) instead; I bet Mail won’t crash if you do that.
    And I wouldn’t be surprised if you also have a plug-in or an input manager or a contextual menu item or something like that that has a bearing on this. In the Finder, go to each of the following folders (if they exist). What do you see there?
    /Library/Contextual Menu Items/
    /Library/InputManagers/
    /Library/Mail/Bundles/
    ~/Library/Contextual Menu Items/
    ~/Library/InputManagers/
    ~/Library/Mail/Bundles/
    To make accurately reporting this information easier, you may open /Applications/Utilities/Terminal, type the following command (you can just copy it here and paste it in Terminal), and press <Return>. You can then copy the output of that command from Terminal and paste it in your reply to this post:
    ls -1 /Library/Contextual\ Menu\ Items/ /Library/InputManagers /Library/Mail/Bundles ~/Library/Contextual\ Menu\ Items/ ~/Library/InputManagers ~/Library/Mail/Bundles
    Note: For those not familiarized with the ~/ notation, it refers to the user’s home folder. You can easily locate any of the folders referred to in this post by copying the folder path here, doing Go > Go to Folder in the Finder, and pasting the folder path there.

  • Insert a pdf file into the body of an email

    how do i put a pdf in the body of an email?

    I can't vouch for Thunderbird since I don't use it but, any web page editor will do the trick.
    Here is a decent article on About.com on how to do this. Good luck.
    http://webdesign.about.com/od/intermediatetutorials/a/aa050800a.htm

  • Captivate published Swf to open an external PDF file

    Hi all,
    I need help to open an external PDF file from the swf file.
    I used this previously. But realised that I can only open the pdf file from the published html file but not the swf file.
    function onClick() {
    window.open("mypdf.pdf");
    onClick();
    Can anyone tell me what is wrong as i am not very good with javascript.
    Thanks.

    Lilybiri is correct that you should be able to use the Open URL or File action.
    But I also just tested your JS code on my own PC here in Captivate (triggered by a button set to Execute Javascript) and it worked fine.
    If you are testing this locally on your PC hard drive, have you made sure that the publish folder location is set up as a trusted location in your Flash Global Security settings?  It might not be working for that reason. 
    You can also try uploading your SWF and PDF file to a web server and testing from there.  Flash Global Security doesn't tend to bother content from a web server.

Maybe you are looking for