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???