sivarajankumar / alivepdf

Automatically exported from code.google.com/p/alivepdf
0 stars 0 forks source link

Having problem creating pdf for UI Components #80

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. If you have a Vbox and with in Vbox if you have Multiple UI components
included this tool throws an error when I try to create a pdf  
2. Suppose if you read a vBox and then try to print its child, first child
shows up fine on the pdf but the subsequent ones show up as white images.
3. Using Flex 3 only and not using the Adobe AIR tool. I used the example
you had given for java servlet code equalent to create.php in your other
posts,  to create the pdf file.

What is the expected output? What do you see instead?
I was trying to show the given form within vBox, which has multiple
components included in it.  I tried displaying one component on each page
that didnot work, tried to show two components in one page even that didnot
work.  

What version of the product are you using? On what operating system?
AlivePDF 0.1.4.5

Please provide any additional information below.
I works with FlexPrintJob but we were looking for a pdf solution.  If you
have any suggestion please help me out..

I didnot quite get this example also 
function saveFile ( evt:MouseEvent ):void

{

saving.save ( myPDF.save ( Method.LOCAL ), "generated.pdf" );

}

where is saving declared is it one of the feature from Adobe AIR.

Original issue reported on code.google.com by ssa...@gmail.com on 18 Sep 2008 at 5:22