Adobe Captivate Widget: Dynamic PDF Export

BlogImage

 

 

 

Create certificates, transcripts, guides and job aids with the Learner’s custom information.  Add a company logo, watermark, or a high-resolution certificate image to make your custom certificates.  Dynamically export Quiz, System, and User variables tailoring the content to your exact needs.  When the button is pressed, the Learner is prompted to save the PDF to their computer.  This widget was made with the awesome CpGears Framework and the AlivePDFlibrary.

Live Demo

Screencast Demonstrating How to Create a Transcript

 

Screencast on How To Create Certificates

How Does It Work?

Dynamic PDF Widget PropertiesYou, the Captivate Developer, design the layout of the PDF in the Editor.  Add formatted text and insert Quiz, System, or User variables that will be output at runtime.  Quickly and easily insert your variables using the “Insert Captivate Variable” dropdown provided.  Add quiz results with all the associated variables just by clicking the “Insert Quiz Results” button.  To add hyperlinks, just type out the URL and they will be active links inside the PDF.  You have full control to tailor the PDF for the Learner.

 

 

Dynamic PDF Widget Properties

 

 

Configure Document properties such as the PDF’s size, orientation, margins, pagination and font.  Add an image as a logo, watermark, or a high-resolution certificate image to create your own certificates using the “Certificate Mode” option.  Customize the PDF file name that gets saved at runtime.  Use the provided PDF button icon or craft your own button utilizing the transparent button feature. At runtime, the Learner clicks the PDF button and is prompted to save the PDF to their computer.  If they need to print, they can open the file and print the document.

Requirements

  1. Adobe Captivate 5.x
  2. Publish for Flash Player 10 or above
  3. Watch the Screencast above

Limitations

  1. Supports only one image, but that image can be added to every page such as a header logo or a watermark.  PNG, GIF and JPG files are supported.  Image transparency is not supported, however, the image is inserted as a background so all text will by overlaid on top of the image.
  2. Supports one Font for the whole document and there are 3 types to choose from: Helvetica/Arial, Courier, and Times Roman.
  3. Made to work with .swf/.htm web projects.  It will work inside of a windows .exe file but adding an image file is not supported.  Have not tested with MAC .app projectors.
  4. URL hyperlinks that wrap lines will not function.  If you have a URL that long, use a URL shortening service to get your hyperlink to fit on one line.

Try Before You Buy

The trial can only be run using an F4 Preview, or an F12 Web Preview, or from your local web server http://localhost or http://127.0.0.1.   It will also display the CaptivateDev.com logo and a red “Trial Version” in your project.  Otherwise, it is a fully functioning trial.

Download Trial

 

For Adobe Connect Users:

There are some extra steps to make it work for Adobe Connect.  Behind the scenes, Adobe Connect puts your Cp content in a folder called “default” which requires the below changes.  Connect also requires that you update the breeze-mainifest.xml file with the certificate image asset:

1.  Publish your Cp project to a folder (no zip).

2.  Alter your breeze-manifest.xml file to include the asset Certificate.jpg like so:
<file href="Certificate.jpg"/>
<?xml version="1.0" encoding="utf-8" ?>
<breeze-manifest version="1.0" xmlns="http://breeze.macromedia.com/ns/breeze-manifest" generator="Adobe Captivate 5">
	<document type="captivate" icon="captivate" section-count="1"/>
	<assets>
		<asset type="document-view">

			<entry href="DynamicPDFExportDemo_Cp5.swf" width="641" height="512" />
			<file href="DynamicPDFExportDemo_Cp5.swf"/>
			<file href="Certificate.jpg"/>
		</asset>

		<asset type="document-metadata" location="file"><file href="DynamicPDFExportDemo_Cp5_BDMetadata.xml"/></asset>

	</assets>
</breeze-manifest>
3.  In the widget settings, change the path to the certificate file to include the “default” folder:
4.  Select all of the files in the publishing folder and zip to send to Connect.  Make sure you zip from where the .swf is and not a folder above.

FAQ

Q:  I inserted a variable but only 15 characters are showing up in the PDF.  Why?

A:  Captivate’s default character limit for variables is 15.  To make this higher, insert a text caption with a variable as the text.  Make sure to set the “Maximum Length” to something reasonable.  You can delete the text caption.  This “exercise” internally configures Captivate to expand the character limit.  After this, the variable will fully output inside the PDF.

image

Q:  When I output my PDF, all the text is bunched up and squished.  How do I fix this?

A:  Increase the “Document Line Height” property on the “Document Properties” tab.

Q:  The line breaks on my PDF are HUGE!  There is too much space between lines.  How can I shorten them?

A:  Decrease the “Document Line Height” property on the “Document Properties” tab.

Q:  I inserted a logo at the top of the page, but the text is on top of my logo.  How do I move the text down?

A:  Use the “Text Y-Offset from Top of Page” property on the “Document Properties” tab.  If you’ve added the logo to every page, this setting will work for all pages.

Q:  I want to insert a line break “</br>” in my PDF instead of using the <P> paragraph tags.  When I edit the HTML markup and insert </br> tags, it converts then to paragraph marks.  How can I insert a true line break?

A:  Great question and there are two camps of thought here.  The widget converts the HTML markup you put into the editor and translates that into PDF markup at runtime.  One line of thought is to simply use <P> paragraph tags and then decrease the “Document Line Height” property in the Widget’s “Document Properties” tab so that they look like true line breaks.  This works well if you don’t have text with a variety of disparaging font sizes. The other line of thought is to use SHIFT + ENTER to insert a true </br> tag.  So your text will look like this in the Editor:  line one</br>line two</br>line three.  When the PDF is generated, it will look like this: line one line two line three

Q:  Does the widget support image transparency for PNG and GIF files?

A:  No, however, the image is inserted as a background so all text will by overlaid on top of the image.

Q:  I want to copy and paste my editor text into a new instance of a widget.  How do I do that?

A:  From the editor, click the “<HTML>” button to view the HTML code.  Copy the HTML code.  Then view the HTML code in your new instance and paste.

Q:  I added a certificate .jpg image but when I open the final PDF, I get an error and the PDF is blank.

A:  Try a different color space.  If you don’t know your JPGs color space, it’s probably either RGB or CMYK.  Give those two a try and that should correct the issue.

Note: Paypal accepts all major credit cards. For smooth transactions, please use your PayPal primary email address if paying through your Paypal account. All licensing is per Captivate Developer. If you have 3 Captivate Developers in your company, then you'll need 3 licenses.

Order Adobe Captivate 5.x Widget: Dynamic PDF Export

Tags:

  • Viluvilu

    Looks like a great idea and execution!
    Any chance of making it work with PDF publication mode?

    • Anonymous

      @Viluvilu:  Can you expound on your idea?  I’m not following.

  • Anonymous

    I had some initial trouble trying to use a wide jpg logo image. The image was 1200 pixels wide, which I had thought would fit onto the PDF page OK, assuming 300 pixels per inch. The PDF got created but would not open. I scaled the image down to a width of 900 pixels and republished. This time the PDF opened and displayed correctly, with the logo about 200mm (8 inches) wide.

    So, as an easy-to-remember rule of thumb, I will assume a ratio of 100 pixels per inch when scaling images for use with the widget.

    • Anonymous

      @TrevDev:  Logo’s don’t have to be High Res, just certificate images.  It uses a completely different method to import the file.  Thank you for posting your findings and helping someone use this widget.  Much appreciated!

  • Bob Cunningham

    Hi Jim.  How does your licensing work.  Do I just need one license per Captivate developer, regardless of the number of students?

    Thanks.

    • Anonymous

      @6328701abeed63f956dd896b82f48a85:disqus :  That’s correct.  Once license per Cp Developer regardless of audience.

      • Bob Cunningham

        Thanks Jim.  We are a government organization and don’t have a PayPal account.  Are there other methods of purchasing?  And if I need 8 copies, do you have a price for that number?

        Thanks.  I tried the trial version and it works and looks great!

        Bob

        • Anonymous

          @6328701abeed63f956dd896b82f48a85:disqus :  You don’t need a PayPal account to purchase the widgets.  PayPal will accept any major credit card for payment.

  • http://twitter.com/enviro_academy Env Academy

    Just purchased a licence, this is exactly what I was looking for.  Thanks for developing!

  • Bob

    This is an awesome widget, it totally solved all the headaches trying to get test results using all the stock methods.  It workered like a charm in the test version and in the purchased version.  One question remains.  Your demo and instructions showed printing the actual test, but I could not find any instructions on how to do it.

    • Anonymous

      @Bob:  Once the Learner has saved the PDF to their pc, they can open and print.  If you’re looking to replicate your quiz inside the PDF, you can list your questions as text and then capture the Learner’s actual answers by creating a Cp user variable for each question.  Then when the Learner answers a question you can assign cpQuizInfoAnswerChoice to your custom user variable.  cpQuizInfoAnswerChoice will change for each question answered… that’s why you need to create a Cp user variable for each question.  

      • Jtrethewey

        Jim,
        I’ve downloaded the demo and the widget looks to be exactly what we are after: we want users to type free text throughout a module on various slides and then get to print all this info out in one go. So opening a pdf and populating it with that info would seem to be the solution.
        In the demo (i’ve published it for html flash 10) should it actually open a pdf or certificate at the end or have you locked that down for the demo? I just see what looks to be an error message in red at top right saying domain not allowed (under captivatedev.com). Am I doing something wrong?

  • Miruna G

    Hi, I have a question, can I use this widget to create a PDF with the results of multiple quizes?

  • http://www.evolutionelearning.com/ Mike W

    Hi – great widget – worked a treat!

    I’d like to use a variable to record the number of slides viewed in a project in the transcript. I know I can do this if I publish to an LMS however is this possible using a variable in the PDF widget?

    • http://twitter.com/CaptivatePro CaptivateDev.com

      @Mike W:  You’ll need to track that using advanced actions and a custom Cp user variable, then use that variable as output in the PDF.  

  • http://twitter.com/CaptivatePro CaptivateDev.com

    #AdobeCaptivate Widget: Dynamic PDF Export | Create Certificates, Transcripts, Capture Notes & Vars to PDF #eLearning bit.ly/ncWZhl

  • Paul Pounder

    Hi Jim,

    Great widget. We’re looking at purchasing,, we have a quick question. We will be packaging our Captivate quiz (with certificate widget) as a Scorm package (zip) which will be accessed via Moodle. I have set it up to pickup student name etc. We want to be able to use the Certificate Mode and then use the Image File for our certificate background. I’ve tried adding this image into the SCORM zip file, but it doesn’t get picked up. Do you know where I need to put the image when using as a SCORM package?

    Kind regards
    Paul

    • http://twitter.com/CaptivatePro CaptivateDev.com

      @0b591013df585a3241ccba14aba56e84:disqus :  Since you’re using the trial, you can only do an F12 Web Preview or post on your local web server http://localhost or http://127.0.0.1 to see it in action.  Once your purchase the full version, you’ll be able to place the course in a SCORM .zip package.  The image file should be in the same folder as the Captivate .swf/.htm.

      • Matthias

        Hi Jim,

        same problem as paul Pounder. How do I get the image into the scorm zip???

        • http://twitter.com/CaptivatePro CaptivateDev.com

          @fabd0a5d6b9bd56527075d24e904d132:disqus :  If you’re zipping the package through CP, you need to Unzip the published output, add the image file (should be in the same folder as the Captivate .swf/.htm), then re-zip it back up with a zip utility.

          Some LMSs are strict in that they won’t include files in the zip package that are not listed in the imsManifest file as a resource.  So far, I have not come across an LMS that does this.  What LMS are you using?

          • Matthias

            this is it! the imsManifest thing. I tried it several times to include the image to the zip file. But my lms doesn’t accept.
            We are in a test-stage at the moment for lms…trying totara lms (it’s a moodle in its basic)

          • http://twitter.com/CaptivatePro CaptivateDev.com

            @fabd0a5d6b9bd56527075d24e904d132:disqus :  Glad you figured it out and it’s working!

          • Matthias

            oh no…I figured out why – cause of the manifest – but it isn’t working…I have no idea how to fix it^^

          • http://twitter.com/CaptivatePro CaptivateDev.com

            @fabd0a5d6b9bd56527075d24e904d132:disqus :  Just verify that it works outside your LMS.  If it does, then we can be sure it really is a problem with the LMS.  There’s a free tool called RELOAD Editor that allows you to make changes to the imsManifest.xml file.  Here’s a tutorial on how to use it with Captivate.  There’s a segment in the video about adding additional resources to your manifest:  http://captivatedev.com/2011/09/30/packaging-adobe-captivate-scos-into-one-course-using-reload-editor/

          • Matthias

            Yes, it is working outside the LMS. I’ll try this tool now. Thank you very much!

          • Matthias

            so, back again.

            I got it. it’s working now on my lms. with your tool you can add the image to the resources. Awesome!

            thank you very much!

          • http://twitter.com/CaptivatePro CaptivateDev.com

            Nice Work!

  • Bob

    Hi Jim,
    I purchased your widget and it works beautifully.  But, I’m not clear how to get the question answered transcipt portion. I found a tutorial that explianed it, but some how it got lost.  Searching for it has been futile. Can you provide a link to the tutorial that explains how to get the question and notes into the pdf document? 

    • http://twitter.com/CaptivatePro CaptivateDev.com

      @c612621cacb0f206735febc3adbadefb:disqus :  I’m not exactly sure what tutorial you’re referring to, but here’s the jist of what you have to do:
      1.  For every question, create a Captivate User variable to hold the answer.  So for the first question, you might want to create a user variable called vAnswer1… for the second question,
      vAnswer2…etc.
      2.  The cpQuizInfoAnswerChoice system variable changes every time the Learner answers a question.  It holds the most current answer.  So after answering question 1, you want to assign your user variable,
      vAnswer1 =
      cpQuizInfoAnswerChoice.  Do this on the slide Entry action of the following slide (which is typically question 2), since quiz slides usually don’t have a slide exit action.

      3.  Continue to do #2 for all your questions.
      4.  Then you can add those User variables,
      vAnswer1 ..2…3 etc. to the PDF using the $$ notation.

      Let me know if that helps.

  • Bob

    Hi Jim,
    OK got variables done and advanced actions, but the output on the pdf answers all questions with the answer to the last question; all three answers are the same. 

    • http://twitter.com/CaptivatePro CaptivateDev.com

      @8c1d39267edcb9a7aca58e9c8700cab6:disqus :  For the PDF output, you want to use your custom user variables that you created:   $$vAnswer1$$,  $$vAnswer2$$,  $$vAnswer3$$, etc…  cpQuizInfoAnswerChoice will only show the answer to the last question answered.  That’s why you have to save off the answers to your questions in these custom user variables once the Learner has answered a question.

  • Dabareh

     After wrestling the Captivate 4 & 5 certificates for over a year now, I gave up.  I bought this widget.  I have followed the video meticulously and done a test with just the name of the course and the date. The icon just shows loading, but will never bring up anything. When trying to insert a variable, the certificate widget will not
    display user variables, just system variables.  How do I insert a
    user_Name variable I created?  I am pulling my hair out now!  I am willing to pay someone for help!  :)

    • http://twitter.com/CaptivatePro CaptivateDev.com

      @Dabareh:  You can insert the user variable like:  $$user_Name$$ into the editor in the widget’s properties.  Make sure the user_Name variable contains a value.  I’d be happy to take a look at your .cptx project you want to send it over.  Jim AT Captivate Dev dot com.

  • Sadie

    Hi Jim,

    This widget seems to be exactly what I need, but when I download the trial version, there is no file extension.  I tried adding .swf and .wdgt (serparately).  When I try to insert the widget (.swf) I get an error “Not a valid widget”.  When I try to insert the file with the .wdgt extension I get the error “The description.xml file is missing from widget.”  I am using Captivate 5.5.  Can you suggest anything for me to do?

    Thanks in advance!

    • http://twitter.com/CaptivatePro CaptivateDev.com

      @6a4a3fa9566f1166b4e37387b74d0738:disqus   Try adding “.zip” to the file and unzip the package.  Inside, you’ll find the widget and a .cptx demo file.

  • soho

    Do you have this version for Captivate 4 (AS2)?

    • http://twitter.com/CaptivatePro CaptivateDev.com

      Unfortunately not.  AS2 is a bit of a dinosaur.  Now might be the time to upgrade to Cp 5.5!

  • Bob

    Hi Jim, I made a few quizzes and they worked well.  But, on two of them I get a blank PDF. 

    • http://twitter.com/CaptivatePro CaptivateDev.com

      @Bob:  Can you send me the two that don’t work and I’ll take a look?  Jim AT Captivate Dev dot com.  You can send them via dropbox if they’re big.

  • jra3

    How does this publish?  I need to be able to publish a single SWF for a lot of deployments.  When you publish, are support files needed to support this widget? Many other times, I publish content into a PDF wrapper.  Will that work as well?

    • http://twitter.com/CaptivatePro CaptivateDev.com

      @b740b58905d305ec69c6f4411844a31a:disqus :  I’d encourage you to download the trial and see if it will support your exact requirements.

      • jra3

        CapDev,

        My question has been partially answered after playing with the demo.  However, because of the publishing limitations – I am unable to determine for certain that publishing to a PDF is supported or not.  I have two working hypothesis that it is not… (1) the certificate file needs to be manually moved to the test directory when doing an F12 web-preview – so it doesn’t look like Captivate know about that file; and (2) I’m wondering if a web-service is needed to dynamically generate the PDF, will it work as a PDF within a PDF.

        Can you provide any help or suggestions?  Or maybe another user has done this.

        • http://twitter.com/CaptivatePro CaptivateDev.com

          @jra3:  1.  Yes… Captivate does not know about the certificate image file so it has to be manually copied to the publish directory.  2.  No web service is needed for the PDF generation or saving.  In fact, no web service is needed at all.  This is 100% client side PDF generation.

  • Gerry W

    I am getting an error  2032.  Can you please tell me what this is?

    • http://twitter.com/CaptivatePro CaptivateDev.com

      @Gerry W:  Sounds like an issue with the image.  Are you using an image in your PDF? If not, check the widget properties and remove any file settings.  If so, then make sure you manually copy the image file to the publishing directory… or the temp directory that Captivate uses for previewing (F4 or F12 web preview).  If you don’t know what I’m talking about, watch the video in the post.

  • Gerry W.

    I really like this widget, but I keep getting an error 2032.  Can you please tell me what this is, and how to correct it?  By the way, I am working from a MAC.

    • http://twitter.com/CaptivatePro CaptivateDev.com

      @6a0e30f576acf03fee1b9249322fadc6:disqus : You are missing your image file.  If you’re not using an image, remove the reference in the widget properties.

  • Micahoward

    HELP!!! We are uploading our captivate project to the web. Locally the widget works fine but once it is uploaded it breaks even though I have uploaded the certificate background with it. Any suggestings?

    • http://twitter.com/CaptivatePro CaptivateDev.com

      @692ac6977dd49a877e70595b647c6405:disqus :  Mica, I know you already know this because we already corresponded, but want to let the blog readers know that there were two issues going on:
      1.  If you’re using this widget as a certificate, make sure you have “Certificate Mode” check and that you pick the color mode for your image (RGB, CMYK…)
      2.  Make sure your image file is manually copied to the final published destination, be it a local folder or a remote server.  If it’s not, you’ll get a 2032 error.

  • http://www.facebook.com/profile.php?id=709490176 Matthew Dodd

    hi there, I’ve downloaded the trial Dynamic PDF Export Widget. It works in my captivate project fine, but when I test it out on a e-learning ‘scorm player’ its doesn’t work, is this because its a trial version?

    • http://twitter.com/CaptivatePro CaptivateDev.com

      @facebook-709490176:disqus :  That’s correct.  The trial version allows you to test.  You need the premium version to have it work on your own servers.

      • http://www.facebook.com/profile.php?id=709490176 Matthew Dodd

        thanks, can I also ask when I publish my project (using scorm) the pdf does not appear in the Zipped folder.  Do I have to send the pdf seperately to my server provider, for them to then link the pdf?

        • http://twitter.com/CaptivatePro CaptivateDev.com

          @facebook-709490176:disqus :  You mean the image file?  Yes, you need to unzip the captivate output, add the image file, then rezip.  If that doesn’t work, some LMS’s require all assets to be listed in the imsmanifest.xml file.  add the image file to that… rezip and upload to your lms.

          • http://www.facebook.com/profile.php?id=709490176 Matthew Dodd

            sorry yes I meant the image, I have re-zipped the file with the image in it but unfortunatly it wont load that way. I will try the ims option, I’m assuming the ims is something my server provider has?

          • http://twitter.com/CaptivatePro CaptivateDev.com

            The imsmanifest file is output by captivate if you have SCORM reporting turned on.  You can open the XML file and list it as a required resource by modifying the xml.  If you’re not using SCORM, then you don’t need to worry about this.

          • http://www.facebook.com/profile.php?id=709490176 Matthew Dodd

            yes im using scorm , unfortunatly it appears that as soon as I unzip the output file its stops becoming scorm complient even when I re-zip it, so I can not go into the folder and edit the xml file.

          • http://twitter.com/CaptivatePro CaptivateDev.com

            It shouldn’t at all invalidate the scorm.  It’s just a zip file.  Make sure that when you re-zip, you’re re-zipping from the root where all the files are… not the folder above.  See how Captivate zips it, and make sure it’s the same way.

  • MR COWAN

    Is there any way to list the question/answer information for only the questions the student answered incorrectly?  For example, there are 10 questions and the student got 3 wrong.  Can the PDF output only show the question/answer information for those 3?

    • http://twitter.com/CaptivatePro CaptivateDev.com

      @a20895f6802560b4a5d99bfa1725f335:disqus Yes.  You need to do this through variables and advanced actions.  If the student answered incorrectly, you can save off their incorrect answer to a user variable by assigning cpQuizInfoAnswerChoice to your user variable.  Then you can put that user variable into the PDF.

  • Nschachter

    Hi, just wondering if I am going to use this as a certificate, is there a way to only get to the certificate page if they pass? Basically if they don’t pass, they don’t get a certificate…

    • http://twitter.com/CaptivatePro CaptivateDev.com

      @dcdaa61dca0a0e5e94f29aae58b1c17d:disqus :  Great question!  Yes.  You can use a conditional advanced action.  If they pass, then “Show” the widget.  If they fail, then “Hide the widget”.  

  • dmcdonaldak

    We have created a certificate, it works perfect in a blank project however, when I add it to our finished project nothing happens when you click on the .pdf icon to print. Could this be caused by a variable duplication? Or is there something else I can look for?

    • http://twitter.com/CaptivatePro CaptivateDev.com

      @9c9e9462a76f22c88b1facb2c1502c64:disqus : Hard to say without looking.  Can you send over your .cptx file and certificate image?  If your project is large, you can send via dropbox.com.  Jim AT Captivate Dev dot com

      • dmcdonaldak

        Here are the .cptx files and certificate image: http://hss.state.ak.us/gcdse/test/draft_v9.zip

        • dmcdonaldak

           THANK YOU SO MUCH by the way!!

          • dmcdonaldak

             Were you able to download the files? Do you need all of the assets too?

        • http://twitter.com/CaptivatePro CaptivateDev.com

          @9c9e9462a76f22c88b1facb2c1502c64:disqus :  Go it.  Thanks!  Three things:1.  Do not externalize your skins (File -> Publish Settings) Uncheck “Skin” under “Externalize Resources:”2.  Your certificate image wasn’t a true jpg.  So I opened it in Photoshop and re-saved it.  It was missing some metadata in the header.  I’ll email you a copy.

          3.  Make sure you have all the widget settings filled out.  You were missing the certificate image name… and make sure you’re in Landscape mode.

  • Moe

    I’m testing out the trial version which worked fine when using ‘F12’ to publish. When I publish to our server, I keep getting ‘domain not allowed’.

  • Nschachter

     Do you have a list of error code meanings? I get error #2035 when the quiz loads initially

    • http://twitter.com/CaptivatePro CaptivateDev.com

      @dcdaa61dca0a0e5e94f29aae58b1c17d:disqus :  Those are Flash error codes.  That specific one is an I/O error (input/output) meaning your either missing an image file that you specified in the properties, your image is corrupt, or you’ve misspelled the image name in the widget properties.  It all has to do with the image… go over your settings carefully.  If you’re using  F12 web preview, you need to add the image to that temp path in the browser URL.

  • Ddesilet

    I’ve just purchased the full version of this pdf widget.  The trial worked fine as it was intended and fills a big need for me.  However, I couldn’t publish the trial version on our Connect Server (that we use as our LMS) to test so I purchased the full version.  Unfortunately the certificate background does not show in the pdf. How do I get it to be recognized with Adobe Connect?  I tried adding it to the zip file Captivate created and then uploading the zip file to Connect but it did not work. I really need this and have purchased it. Any  help would be appreciated.

    • http://twitter.com/CaptivatePro CaptivateDev.com

      @23ab75df231f014b8d7b5c0511f15f2f:disqus :  You may need to add the image to the imsmanifiest.xml file to it’s list of assets.  Also, if you publish outside of Connect, does it work?  I don’t have Connect, but from what I understand, it uses the .swf file directly instead of the .htm wrapper.  Is it possible to use the .htm file instead?

      • Ddesilet

        Yes, it does work if I publish to my desktop (in a folder) and add the cert.jpg file.  Not sure how to implement what you said.

        • JimLeichliter

          Figured out that Adobe Connect is dumping the zip into a separate unseen folder called “default”.  You also need to mod the breeze-mainifest.xml See the widget’s blog post for more info.

  • Nchaney

    Okay , even though I’ve read through all the posts about the breeze manifest xml file and adding the graphic to the zip file my background image still doesn’t work.

    so…the text is showing up on the generated pdf but no image.

    • JimLeichliter

      @Nchaney:  Ddesilit is also having the issue on Adobe Connect and we’ve been trying to troubleshoot this for the past day or so.  I don’t have Connect, but I opted in for a 30 day free trial of Adobe Connect to do the troubleshooting.  From what I can gather, it seems that when the widget requests the image file, Adobe Connect serves the image in a different format.  When I try to read the bytes on image’s header, they don’t correspond to any image type.  Ddesilit has a call into Adobe for this and we’re waiting to hear back.  I’ll keep you updated.