home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / npmeta.zip / READ.ME < prev   
Text File  |  1997-07-09  |  1KB  |  57 lines

  1. OS/2 Metafile plugin
  2. by Vladimir Kondratiev
  3. mailto:vladkond@sgg.ru
  4.  
  5. Installation:
  6.  
  7. copy npmeta.dll to your netscape\plugins directory.
  8.  
  9. Usage:
  10.  
  11. 1) full screen - now you can view .met files.
  12. For example, you can rename OS/2 spool file
  13. (OS/2 print files are actually metafiles) to *.met and view.
  14.  
  15. 2) Embedded
  16. use <EMBED> tag as
  17. <EMBED type="image/metafile" width=400 height=300 src="graphic.met"> </EMBED>
  18. If you use type= you can use any name for scr=. If you not use type=
  19. you have to use .met files in src= because there is no way to determine
  20. mime type.
  21.  
  22. Description:
  23.  
  24. This plugin display and print OS/2 metafiles. Original ratio not
  25. preserved, metafile scaled to your dimensions.
  26.  
  27. Problems:
  28.  
  29. Sometime while resizing navigator window, plugin is not drawn correctly.
  30. It seems to be Netscape bug because I so the same with bitmap images.
  31. To work around - overlap navigator window with some other and then
  32. activate navigator window again.
  33.  
  34. While printing, there are some erroneous data in print file. I really
  35. don't know what is wrong. If somebody could help, you are welcome.
  36.  
  37. Warranties:
  38.  
  39. No.
  40.  
  41. License:
  42.  
  43. Feel free to use binaries as well as source code.
  44.  
  45. Contents:
  46.  
  47. makefile         make for VAC++
  48. npmeta.cpp       C++ source
  49. npmeta.def       definition
  50. npmeta.dll
  51. npmeta.rc        recource
  52. PPRINTF.CPP      pipe printf - for debug
  53. PPRINTF.H
  54. PPR_SRV.CPP      pipe printf server
  55. read.me          this file
  56.  
  57.