Dynamic Print Media quality?

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Dynamic Print Media quality?

    Our Art department has been printing out an 'product Detail' page using Quark.
    I've automated the entire process using a form and PHP/Mysql database. Once
    the page is generated in html on our intranet, it can be printed from the
    browser print command. Okay, so far. What I would like to know, is there a way
    to use 'print media' graphics instead of jpgs. Say by using a php file insert
    command for a photoshop graphic. I know it will not show on the webview, but
    will it print? Or is there a workaround to saving the html to another quality
    print media file format?

    DaveBlues Guest

  2. Similar Questions and Discussions

    1. Print quality (indesign newbie)
      I am having the hardest time getting an image to print without being jaggy. I did this ad in Quark and it worked fine. It is a hi resolution tif. Any...
    2. Print Quality
      I am printing from OS X to an Epson 960 in photoquality mode. I get a message that postscript enhancement will be ignored since this is not a...
    3. Quality for Lithography and Print
      Hi. Here people usually use Corel for printing the business cards. Therefore if you have something in your FH, you should copy and paste it into...
    4. can't set print quality in print preview (Epson)
      We just got a Epson Stylus Color 1160 printer and the newest update for FH MX. when I want to print (from FH) there is no way to set the quality of...
    5. Image print quality
      so would there be any difference between recording at 4mp on the camera (2.1mp camera) or enlarging the picture in photoshop? If I did use the...
  3. #2

    Default Re: Dynamic Print Media quality?

    > What I would like to know, is there a way
    > to use 'print media' graphics instead of jpgs.
    At this point in time? No. Your only option is to generate a PDF instead
    server-side and deliver that to the end-user.

    In the future, maybe, someday, if we're lucky...browsers will support the
    multi-resolution PNG format. But don't hold your breath. ;o)

    -Darrel


    darrel Guest

  4. #3

    Default Re: Dynamic Print Media quality?

    That's what I figured.

    I may try actually using acrobat, inserting the form items directly. I know they have a Pearl plug-in so they MUST have a php plug-in as well.

    Thanks.
    DaveBlues Guest

  5. #4

    Default Re: Dynamic Print Media quality?

    > I may try actually using acrobat, inserting the form items directly. I
    know they have a Pearl plug-in so they MUST have a php plug-in as well.

    On LAMP, I'd consider looking at using GHostscript...which is an open source
    version of PDF.

    -Darrel


    darrel 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