printing multipage text with the print command - possible?

Ask a Question related to Macromedia Director Lingo, Design and Development.

  1. #1

    Default printing multipage text with the print command - possible?

    Hi - I've been experimenting with using the Flash print command to print a text member from within director (passing the html as a variable and then resizing the corresponding textField in Flash to accommodate the text) - so far so good. The problem is that I generally end up with enough text to fill several pages but Flash seems to always cram the print output into a single page (with the size of that page defined in in page setup dialog). Is there any way other than manually(/dynamically) breaking the text up into page sized chunks and spreading them across a number of textFields in the Flash sprite/movie and printing them as separate pages to force the single textField to print across multiple pages?

    I know I can use PrintOMatic but I'd prefer a non-xtra solution if at all possible.

    Cheers,

    Terry...


    Dr Terry Judd
    Lecturer in Educational Technology (Design)
    Biomedical Multimedia Unit
    The University of Melbourne
    Australia
    nothofagus webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. To print a document from command line
      I want to invoke the print dialog of acrobat from command line. I can easily do this using '/p' argument in Windows. But how to do this on a MAC??
    2. How to print multipage .PDF files from Illustrator 10?
      Can anyone tell me if you can print multi-page .PDF files out of Illustrator 10? I can set up my page tiling just fine and print multi page files...
    3. Multipage Printing - How do I Implement It?
      The Visual Basic .NET Step by Step book has the following code and text: Imports System.Drawing.Printing Private Sub PrintText(ByVal sender As...
    4. Printing a external text file or printing a text field cast member...
      use BuddyApi Xtra to use external app. for print a file like MSWord,
    5. Printing a externat text file or printing a text field cast member...
      Try searching the NG archives. Search on 'Print O Matic' (that's the Xtra..the lite version comes with Director). hth, doug "PrEnt"...
  3. #2

    Default Re: printing multipage text with the print command - possible?

    You could save the html to the user's temp folder and print the .html file with
    e.g. fileXtra4 or buddyAPI. That way, the user's browser gets to do the page
    layout and printing.

    Andrew

    Andrew Morton Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139