Select to view content in your preferred language

AlivePDF and Flex 2.x

1446
10
02-04-2011 07:54 AM
DouglasGuess
Regular Contributor
I had a widget in my old FlexViewer 1.x app that would create a pdf utilzing the AlivePDF 1.4.9 library.  I'm trying to replicate this tool in my new FlexViewer 2.x app and when the pdf is created, I keep getting the attached error.

The pdf will generate the text info but no map image is being displayed.  Here is the line of code calling the pdf...

myPDF.save(Method.REMOTE, "<my server>/default.aspx", Download.INLINE, "mapPDF.pdf");

Does AlivePDF not work with the Flex 4 SDK and SFV 2.x???
Tags (2)
0 Kudos
10 Replies
DouglasGuess
Regular Contributor
Thanks Robert, figured out what my problem was.  It was able to handle the way I was setting the image width and height.

Thanks for your help.
0 Kudos