How to insert a pdf export button in a module

Hi,
I would propose a way for my students to realize easily a pdf export of one screen. The goal is that students save a file with a drag and drop exercice in order to re-use after.
So, I tried :
- Use a shape and execute Javascript, window.print(). I had think to say students to use pdf export instead of print. In my case, print works only in html5. In flash, only the background is displaying.
- Use the print widget of captivate. It works but it's hard to use it. Student needs to edit properties to choose layout / paper size. Otherwise, some part of the screen are not displaying.
So I'm looking a solution to insert a pdf export button. Idealy a student clicks up the button and screen will be export in pdf format.  I try this wdiget (http://captivatedev.com/2012/07/25/adobe-captivate-6-x-widget-dynamic-pdf-export/) but we can export only variables.
Anyone has a good idea to share ?
Best regards.
Clément

Thank you Pat. The thing is that i can´t upload any document to the web server because it belongs to "Jimdo". They give the option with a kind of Plugin and the Pdf comes directly from your browser to be download from the visitors, but it look ugly. That´s why I inserted a link to go to another page (different server) where I can upload documents. I think a need someone who know Jimdo.
Thank you

Similar Messages

  • How to insert a pdf or jpeg image into a blob column of a table

    How to insert a pdf or jpeg image into a blob column of a table

    Hi,
    Try This
    Loading an image into a BLOB column and displaying it via OAS
    The steps are as follows:
    Step 1.
    Create a table to store the blobs:
    create table blobs
    ( id varchar2(255),
    blob_col blob
    Step 2.
    Create a logical directory in the database to the physical file system:
    create or replace directory MY_FILES as 'c:\images';
    Step 3.
    Create a procedure to load the blobs from the file system using the logical
    directory. The gif "aria.gif" must exist in c:\images.
    create or replace procedure insert_img as
    f_lob bfile;
    b_lob blob;
    begin
    insert into blobs values ( 'MyGif', empty_blob() )
    return blob_col into b_lob;
    f_lob := bfilename( 'MY_FILES', 'aria.gif' );
    dbms_lob.fileopen(f_lob, dbms_lob.file_readonly);
    dbms_lob.loadfromfile( b_lob, f_lob, dbms_lob.getlength(f_lob) );
    dbms_lob.fileclose(f_lob);
    commit;
    end;
    Step 4.
    Create a procedure that is called via Oracle Application Server to display the
    image.
    create or replace procedure get_img as
    vblob blob;
    buffer raw(32000);
    buffer_size integer := 32000;
    offset integer := 1;
    length number;
    begin
    owa_util.mime_header('image/gif');
    select blob_col into vblob from blobs where id = 'MyGif';
    length := dbms_lob.getlength(vblob);
    while offset < length loop
    dbms_lob.read(vblob, buffer_size, offset, buffer);
    htp.prn(utl_raw.cast_to_varchar2(buffer));
    offset := offset + buffer_size;
    end loop;
    exception
    when others then
    htp.p(sqlerrm);
    end;
    Step 5.
    Use the PL/SQL cartridge to call the get_img procedure
    OR
    Create that procedure as a function and invoke it within your PL/SQL code to
    place the images appropriately on your HTML page via the PL/SQL toolkit.
    from a html form
    1. Create an HTML form where the image field will be <input type="file">. You also
    need the file MIME type .
    2. Create a procedure receiving the form parameters. The file field will be a Varchar2
    parameter, because you receive the image path not the image itself.
    3. Insert the image file into table using "Create directory NAME as IMAGE_PATH" and
    then use "Insert into TABLE (consecutive, BLOB_OBJECT, MIME_OBJECT) values (sequence.nextval,
    EMPTY_BLOB(), 'GIF' or 'JPEG') returning BLOB_OBJECT, consecutive into variable_blob,
    variable_consecutive.
    4. Load the file into table using:
    dbms_lob.loadfromfile(variable_blob, variable_file_name, dbms_lob.getlength(variable_file_name));
    dbms_lob.fileclose(variable_file_name);
    commit.
    Regards,
    Simma........

  • How to insert a pdf file from a dynamic location into a table

    Hi friends
    Can any one please let me know how to insert a pdf file into a table from a dynamic location in server.
    suppose say i have a table CUST_BLOB(file_name, file_data). I have a file in directory c:\local having file_name test.pdf
    I want to insert this file in CUST_BLOB. Please help me.
    Thanks in advance.
    --Ahmed                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    user620950 wrote:
    Hi friends
    Can any one please let me know how to insert a pdf file into a table from a dynamic location in server. Why dynamic locations on the server?
    Make it a business case that the files should be stored in specific location(s).
    Oracle uses directory objects to point to locations on the file system and, whilst these locations can be altered, it is better practice to set up specific locations and grant permission to the correct users for those locations so that there is full control over who is accessing what on the server. Whilst filenames may be dynamic, I wouldn't recommend using dynamic locations.

  • How to insert a pdf file in an outgoing email

    Looking for assistance, on how do you insert a pdf file in an outgoing email on iphone5, I have adobe and dropbox I can open a pdf file and send it from their respective apps but when I create a new email or reply or forward I want to be able to go get the pdf file and attach it to the email. Have not been able to find how to do this.
    Regards,
    Frank

    Thanks for responding. For my work I have manuals, certifications or other regulatory docs that I have uploaded either to dropbox or adobe reader apps on my phone because I travel I find more often that I get request for these documents on an email chain and need to add a pdf to it. It seems I have to start a new email from the app the pdf is in as you stated. This defeats the purpose of responding or forwarding. very frustrating and not very professional. Is their an app out there that may help with this situation.

  • How to get the PDF Convert button to show on Internet Explorer 9

    Using Internet Explorer 9 and Adobe Acrobat 9 and the PDF convert button does not show up.  How do I fix this?

    Hi R Voorheis
    Please refer to How to install Adobe PDF toolbar in Internet Explorer and https://helpx.adobe.com/acrobat/kb/convert-current-web-page-pdf.html

  • How can I download PDF export again wiped from my computer?

    I have paid for PDF Export and it has disappeared from my computer. How can I download it again?

    I need to download Adobe Export PDF software.  I currently have a subscription but when I had to restore all my computer files,ADOBE was also removed.

  • How to insert a PDF document into a Word file?

    I'm using Acrobat Standard 9 and Microsoft Word 2010 and I'm unable to insert a PDF document into a Word file. Operating system is Windows 7 Enterprize. Can someone help?

    Thanks for the reply, Bill. 
    Yes, let me elaborate further:
    I have a four page document in WORD with instructions. Examples of the instructions are in PDF files. I want to insert each PDF example next to or below each line item in WORD.The PDF will open when clicking on the icon without having a hyperlink attached to it.  

  • How the PCUI event for export button works?

    Hi All,
    After get the order search result in PCUI, when I click the Export button.
    It show me the message that : Microsoft office 2003 or higher is not installed on your computer.
    In fact, I have the office 2003. And I found that the event for Export button is PCF_DL_EXPORT.

    Have you tried double-clicking on the auto complete component in the designer? You should be taken to a method like "autocomplete1_complete". This method is called when the autocomplete gets focus and also for each character typed in the field.
    Cheers!
    -David

  • How to insert sample pdf button wordpress

    I am the owner of http://www.cstoredistributors.com and I am trying to put a link so that convenience store distributors can see a sample with a click on the front page. Does anyone know how to do this?

    I suspect you want a JPG or PNG of the front page and then set that to link to the PDF. At least that is what I understand that you want to do.

  • How do I get pdf export to powerpoint to actually work?

    Acrobat makes it sound so easy. Everything I've tried results with the same "Save as failed to process this document..."

    Hey rick design,
    Thank you for posting at Adobe forums.
    Could you please let me know what version of Acrobat are you using.
    Also, try converting another PDF file to Powerpoint format as that might be an issue with specific document that has become corrupt.
    If you get the same error message for every PDF document that you try to export, then please check for Acrobat Updates under the Help menu.
    Also, you might go for a repair option from the Help menu and check.
    You can also refer this link that discuss the same issue:
    How to fix save as failed to process this document. no file was created (Export PDF)
    Is the PDF scanned? There might be a chance that the PDF was not encoded properly. So, please try printing your PDF to Adobe PDF printer. Then, run the OCR (for scanned file) and save the file as word document to see if this works.
    Please let me know how it goes. Hope to get your response.
    Regards,
    Anubha

  • How to insert a pdf file

    I would like to be able to click on a button on my site and have a pdf open.  I know it must be easy to do but I am a newbie.
    Thanks for any help!

    Hi
    You can link any text or button to document using Hyperlink drop down.
    Thanks,
    Sanjit

  • How to remove logo, refresh, export buttons on InfoView for Crystal Report

    Hi Experts.
    I uploaded a CR on the infoview.
    When I open it on infoview, I'd like to remove SAP logo, export and refresh buttons on the top control panel of Crystal Report Viewer.
    I know we can setup Security on this Crystal Report. However, we have thousands reports, I can't setup one by one.
    Is there a easy method to achieve this requirement like update default.css or delete logo file.

    Still need this question answered and then I'll be in Crystal Reports utopia!
    So, here's my report from the field so far:
    Edited toolbar.js files (every single one I could find) -- nothing changed
    Edited web.config files (every one that had appSettings that should have had an effect) -- nothing changed.
    So... what's the point of all of these web.config files with code like this:
        <!-- "true" or "false" value determining whether a refresh button will be shown. -->
        <add key="viewrpt.refresh" value="false"/>
    ...when changing that value to false has no effect on anything?!?!  It appears that everything has been encapsulated into: CrystalDecisions.Web.UrlReporting.ViewRptPage with an httpHander so you basically have no control over anything any more!  Am I right about this?  Is there any way to override the defaults and remove the buttons you don't want from the viewer?!  Help!
    Thanks, I'll update if I find a hack or something around this.
    --John

  • How to insert a component (like button, textfield) onto a panel ?

    i have a toolbar where i have used image icons for various controls...now, on click of a particular icon, i want to display the corresponding component...for eg, if i click a buttonimageicon, i want to display Button component on the panel...what should my actionperformed method look like? kindly help me....

    panel.add(new JButton("test"));

  • How do you capture the export button click event?

    <p>Hi, is this possible in VC++? Thanks.</p><p>Billy</p>

    Hi Billy.
    I would suggest asking this question in the VC++ forum as this forum is focused on the Design of the reports using Crystal Reports Designer.  Capturing events is a developer function and the way that Business Objects has split up these forums, it would make more sense and get the proper exposure there.
    Kindest regards,Â
         - Kathryn Webster (Report Design Consultant)
               Kat&#39;s News: http://diamond.businessobjects.com/blog/279

  • How to insert data into a  Ztable by using module pool programming??

    Hi,
    I am new to ABAP, Actually I have made a Ztable now I want to insert data by using the module pool programming. In which there are all field in the first screen and there is a save button. So when ever i press SAVE button it shud update the Ztable with new entries.But actually I am not getting How can i update that??can you please send me the code for inserting data.
    Thanks in Advance.
    Edited by: Swapna Ram on Feb 17, 2008 12:01 AM

    Swapna,
    Check this thread...
    Custom Table updation thru table control
    ALso check this..
    Dialog programming

Maybe you are looking for

  • Remove unwanted save as file formats

    There are so many save as options. I'd like to remove some to make scrolling down to the ones I only use such as jpeg, Tiff, PSD etc. Research brought up this option, but before I blunder in are there any risks to this method or is there another "mor

  • Replication problem with iPlanet directory server 5.1 SP2 HF1

    If I make a apply a change to either of consumer servers for an entry that belongs to the large database, that change does get applied to the consumer targated but it can not refer the change to teh master. Neither the master, nor the other consumers

  • Is there a way to mass-"tell-itunes-where-mp4s-have-been-moved-to?"

    Well, I've decided to keep all of my mp4's in a central location, off of my primary hard drive which is where iTunes thinks they are now. The way I have changed locations in iTunes before is manually going in, right clicking, going to "get info," cli

  • Photoshop/Lightroom CC question

    I'm thinking about getting the Photoshop/Lightroom 9.99 package, but I already own and have installed a current copy of Lightroom 5. Could this result in any problems when I download the cc version of Photoshop/Lightroom. If so, what should I do to a

  • Broken ICC Profile?

    Photoshop is giving me a broken ICC profile message on a certain JPEG that was saved in CMYK color. Not all of the ones from the batch, just this one. When I open it, I get an error about the ICC profile being broken, and Continue or Cancel. If I cli