Hi All,
   Thanks for all your replies. I have tried using AlivePDF in my Flex
Application, I have couple of doubts here, (1) How can i add
AlivePDF.SWC to my project???, (for AIR appl i can add it using Flex
Build Path --> Library path --> Add SWC) (2) i do need to give option
for
users to download as attachment, i have tried below function but,
cannot able to download PDF.

Please let me the mistake(s) that i might had done here.

public function generatePDF():void{
        myPDF = new PDF(Orientation.LANDSCAPE, Unit.MM, Size.A4);
        myPDF.addPage();
        myPDF.savePDF(Method.REMOTE, "http://localhost:8080/alive_pdf/
create.php", Download.ATTACHMENT, "myPDF.pdf");

}

Thanks,
Malavika.

On Sep 29, 10:42 pm, Vivian Richard <[email protected]> wrote:
>   Hi Abdullah, even though it is your personal choice but since we are
>   all one community, I am asking you why some one needs to ask you
>   or contact you personally to get the answer? If you post the answer
>   on in the group then next time if some one is looking for the answer
>   will get it with out bothering you!!! I am sure this question will
> arise again.
>   I guess it is the best practice when we are in a public forum to answer
>   it publicly.
>
>   By the way I liked your website. Both jeweleries and the web page.
>   The best one is "A MUGHAL INSPIRED DIAMOND, RUBY AND EMERALD BROOCH"
>    :-)))
>
>    Regards...
>
> On Mon, Sep 28, 2009 at 10:39 PM, Mohamed Abdulla
>
> <[email protected]> wrote:
>
> > use the method which is been shown
>
> > You have to first create the PDF file in flex and send the data to the
> > page (server side page)
> > to create the PDF file
>
> > Please contact me if you want to know the steps
>
> > i have done this for my current project
>
> > Abdulla.
>
> > On Sep 24, 6:35 pm, Malavika <[email protected]> wrote:
> >> Hi All,
> >>     I have a requirement where i do need to provide an option for
> >> users to download datagrid data to a PDF file. I checked on the our
> >> Flex India community and some other communities too,  did could not
> >> find the way of doing.
>
> >> Can any one suggest me the way to do.
>
> >> Thanks,
> >> Malavika.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to