• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

A Javascript for printing

New Here ,
Aug 25, 2006 Aug 25, 2006

Copy link to clipboard

Copied

I am designing a help system that has quick reference guides that are meant to be printed. They have relatively small screenshots, and the problem I had was clarity in the print. Here was my solution: most of the bitmap formats give an adequately clear screen image even when shrunk, but they print terrible. .png format looks awful on the screen when downsampled, but prints great.

Here is what I am asking: while the user is looking at say a screen with .gif images, is there a javascript that will allow the user to print the file with the .png images? And where should the page with the .png images be kept in the help system?
Thanks

Views

287

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 26, 2006 Aug 26, 2006

Copy link to clipboard

Copied

Bitmaps are not the norm for HTML and whilst png works for some, I also see plenty of problems with that format. Personally I will not use it.

You should be able to get the same graphic to be good on screen and in print. See the topic on my site about images. Click here.

Help others by clicking Correct Answer if the question is answered. Found the answer elsewhere? Share it here. "Upvote" is for useful posts.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Aug 29, 2006 Aug 29, 2006

Copy link to clipboard

Copied

In addition to Peter's suggestions, you could take your screen shots another route. The topic below describes an approach called screen portraits.

The advantage of this is that the resulting images are alot more scalable, (as well as needing significantly less maintenance if the software changes).

http://techwritetips.wordpress.com/2006/02/21/best-practice-screen-shots-vs-screen-portraits/

http://techwritetips.wordpress.com/2006/02/21/best-practice-screen-shots-vs-screen-portraits/

Hope that helps.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Aug 29, 2006 Aug 29, 2006

Copy link to clipboard

Copied

LATEST
Another option is to uss a .css with print and screen media definitions.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
RoboHelp Documentation
Download Adobe RoboHelp