Results 1 to 4 of 4

Thread: How to Print PDF files from flash

  1. #1
    Join Date
    Apr 2009
    Posts
    67

    How to Print PDF files from flash

    I have converted 10 pages of Microsoft word document to the PDF files this is for proper layout and for good professional look, now i wanted to print this PDF files in Flash, so how should I do that, what guidelines i need to follow.

    Thanks in advance.

  2. #2
    Join Date
    Apr 2008
    Posts
    88

    Re: How to Print PDF files from flash

    Flash's support for printing via the ActionScript print() commands remains a seldom-used, often-overlooked set of features Flash offers. This is really only useful when printing out your frames in story-board style for presentation purposes, but in order to do that you'll need to know how to adjust your page setup before printing.

  3. #3
    Join Date
    Feb 2008
    Posts
    93

    Re: How to Print PDF files from flash

    The secret to providing print interfaces in Flash lies in using off-screen movie clips and copying the portions of the interface to be printed to these off-screen clips. What's most compelling however, is that Flash can print content that is not visible to the user and that is a different size than the current picture.The advantages of handling printing in this manner, as we will see, is that the Flash developer maintains much more control over what is printed and how it is printed.

  4. #4
    Join Date
    Feb 2008
    Posts
    121

    Re: How to Print PDF files from flash

    Flash Player supports two primary methods of printing: the less precise option of right-clicking the Player and choosing the Print command, and the laser-beam–accurate method of using scripted buttons and the print action. For that you need to include Printjob class in your program. The PrintJob class lets you create content and print it to one or more pages. This class lets you render content that is visible, dynamic or off-screen to the user, prompt users with a single Print dialog box, and print an unscaled document with proportions that map to the proportions of the content. This capability is especially useful for rendering and printing dynamic content, such as database content and dynamic text.

    Use the PrintJob() constructor to create a print job.

    Download the zip file containing all the necessary project files in ZIP format (300k) here or HQX format (316k) here. Unzip the files and open Printables_start.fla. Additionally, with properties populated by PrintJob.start(), your document can read your user's printer settings, such as page height, width, and image orientation, and you can configure your document to format, dynamically, Flash content that is appropriate for the printer settings. The user layout properties populated by PrintJob.start() are read-only and cannot be changed by Flash Player.

Similar Threads

  1. saving Publisher 95 files as pub files (not pdf) for print studio
    By tamadrums74 in forum MS Office Support
    Replies: 1
    Last Post: 10-04-2012, 11:56 AM
  2. Replies: 3
    Last Post: 26-11-2010, 02:52 AM
  3. HP Printer Cannot Print Pdf Files
    By shakira in forum Hardware Peripherals
    Replies: 7
    Last Post: 28-04-2009, 11:42 PM
  4. Convert PowerPoint Files to Flash Files for Free
    By Rudra.J in forum Tips & Tweaks
    Replies: 1
    Last Post: 30-03-2009, 10:26 PM
  5. Cannot Print PDF files
    By Nadeem in forum Windows Software
    Replies: 4
    Last Post: 27-02-2009, 08:42 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,750,859,019.34868 seconds with 16 queries