PrintGraph: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
The PRTGRAPH Dynamic Link Library for REXX gives you access to complex graphic printing functionality under [[REXX]]. The library is intended for use with PM development environments like [[VX-REXX]], [[VisPro/REXX]], Gpf/REXX etc. but can also be used with the standard command line REXX environment. | |||
The PRTGRAPH Dynamic Link Library for REXX gives you access to complex graphic printing functionality under REXX. The library is intended for use | |||
with PM development environments | |||
environment. | |||
With this library you will be able to create professional style reports and outputs for your REXX programs with images, boxes and text that can be justified, right or left aligned or centred and with documents that use up to 25 different font faces. | With this library you will be able to create professional style reports and outputs for your REXX programs with images, boxes and text that can be justified, right or left aligned or centred and with documents that use up to 25 different font faces. | ||
The PRTGRAPH DLL allows you to define headers and footers and gives you | The PRTGRAPH DLL allows you to define headers and footers and gives you access to a list of the printers connected to your workstation and their Job Properties dialogs. | ||
access to a list of the printers connected to your workstation and their | |||
Job Properties dialogs. | |||
==Files== | ==Files== | ||
Line 15: | Line 10: | ||
==Documentation== | ==Documentation== | ||
* [[ | * [[PrintGraph API Documentation]] | ||
* [[PrintGraph Extra Documentation]] | * [[PrintGraph Extra Documentation]] | ||
Line 22: | Line 17: | ||
==Author== | ==Author== | ||
* | *Peter Kanis | ||
==Links== | ==Links== | ||
* [http://hobbes.nmsu.edu/ | * [http://hobbes.nmsu.edu/download/pub/os2/dev/rexx/prtgraph_2.2.zip] | ||
* [http://hobbes.nmsu.edu/download/pub/os2/dev/rexx/prtgraph_src.zip PrintGraph v2.3] | |||
* [https://github.com/OS2World/LIB-PrtGraph_REXX_Library GitHub] | * [https://github.com/OS2World/LIB-PrtGraph_REXX_Library GitHub] | ||
[[Category:REXX Function Library]] | [[Category:REXX Function Library]] |
Revision as of 14:56, 25 February 2017
The PRTGRAPH Dynamic Link Library for REXX gives you access to complex graphic printing functionality under REXX. The library is intended for use with PM development environments like VX-REXX, VisPro/REXX, Gpf/REXX etc. but can also be used with the standard command line REXX environment.
With this library you will be able to create professional style reports and outputs for your REXX programs with images, boxes and text that can be justified, right or left aligned or centred and with documents that use up to 25 different font faces.
The PRTGRAPH DLL allows you to define headers and footers and gives you access to a list of the printers connected to your workstation and their Job Properties dialogs.
Files
Documentation
Licence
Public Domain
Author
- Peter Kanis