[flex_india:26371] Flex Print

View: New views
4 Messages — Rating Filter:   Alert me  

[flex_india:26371] Flex Print

by AMIT DOSHI :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hello Guys,

      Can any one help me how to print smooth?

       I am using this code

import mx.printing.FlexPrintJob;
public function doPrint():void {
    var printJob:FlexPrintJob = new FlexPrintJob();

      if (printJob.start()) {
               printJob.addObject(tileDesgin.Imagesprogress);
       printJob.send();
    }
    }


It comes little pixelated..

I want smooth print .. any help will be appreciated.

Thnks in advance

Amit Doshi

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


[flex_india:26377] Re: Flex Print

by sukumar chowdary :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi ,

Jus add 


printJob.printAsBitmap = false; 

this wil give u smooth print.

regards,
Sukumar


On Wed, Nov 4, 2009 at 12:25 PM, amit doshi <amitccet@...> wrote:

Hello Guys,

     Can any one help me how to print smooth?

      I am using this code

import mx.printing.FlexPrintJob;
public function doPrint():void {
               var printJob:FlexPrintJob = new FlexPrintJob();

               if (printJob.start()) {
                   printJob.addObject(tileDesgin.Imagesprogress);
                   printJob.send();
               }
       }


It comes little pixelated..

I want smooth print .. any help will be appreciated.

Thnks in advance

Amit Doshi





--
Regards,
Sukumar .


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


[flex_india:26406] Re: Flex Print

by AMIT DOSHI :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Thanks for your reply sundar.

I done this way but some of the image can't display and also the image
remains same pixelated type.... no difference i got from this.




On Nov 4, 4:28 pm, sukumar chowdary <chowdary.suku...@...>
wrote:

> Hi ,
>
> Jus add
>
> printJob.printAsBitmap = false;
>
> this wil give u smooth print.
>
> regards,
> Sukumar
>
>
>
> On Wed, Nov 4, 2009 at 12:25 PM, amit doshi <amitc...@...> wrote:
>
> > Hello Guys,
>
> >      Can any one help me how to print smooth?
>
> >       I am using this code
>
> > import mx.printing.FlexPrintJob;
> > public function doPrint():void {
> >                var printJob:FlexPrintJob = new FlexPrintJob();
>
> >                if (printJob.start()) {
> >                    printJob.addObject(tileDesgin.Imagesprogress);
> >                    printJob.send();
> >                }
> >        }
>
> > It comes little pixelated..
>
> > I want smooth print .. any help will be appreciated.
>
> > Thnks in advance
>
> > Amit Doshi
>
> --
> Regards,
> Sukumar .

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


[flex_india:26422] Re: Flex Print

by sukumar chowdary :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

can u post ur code or screen shot of app & printed doc....

On Thu, Nov 5, 2009 at 11:49 AM, amit doshi <amitccet@...> wrote:

Thanks for your reply sundar.

I done this way but some of the image can't display and also the image
remains same pixelated type.... no difference i got from this.




On Nov 4, 4:28 pm, sukumar chowdary <chowdary.suku...@...>
wrote:
> Hi ,
>

> Jus add
>
> printJob.printAsBitmap = false;
>
> this wil give u smooth print.
>
> regards,
> Sukumar
>
>
>
> On Wed, Nov 4, 2009 at 12:25 PM, amit doshi <amitc...@...> wrote:
>
> > Hello Guys,
>
> >      Can any one help me how to print smooth?
>
> >       I am using this code
>
> > import mx.printing.FlexPrintJob;
> > public function doPrint():void {
> >                var printJob:FlexPrintJob = new FlexPrintJob();
>
> >                if (printJob.start()) {
> >                    printJob.addObject(tileDesgin.Imagesprogress);
> >                    printJob.send();
> >                }
> >        }
>
> > It comes little pixelated..
>
> > I want smooth print .. any help will be appreciated.
>
> > Thnks in advance
>
> > Amit Doshi
>
> --
> Regards,
> Sukumar .





--
Regards,
Sukumar .


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