| vpxPrint TIPS |
Last updated 07/04/2003
This page presents
some useful vpxPrint tips.
Feel free to propose any additional tip that you have successfully used.
Prerequisite : vpxPrint
is a print tool and offers a lot of DLL entry points that can be used to perform
additional tasks.
| 1.
Get the current vpxPrint version |
Used to check if the current version is adequate for running. |
{ xprint.i } DEF VAR M AS MEMPTR
NO-UNDO. RUN xPrintVersion( M ). xVersion = GET-STRING(M,
1). MESSAGE xVersion VIEW-AS ALERT-BOX. |
| 2. Convert image formats | Transform an image from a format to another. | |
| 3. Print a shadowed text | A shadowed text. Frames are used, multi-lines texts are allowed. |
The result can be achieved by writing the text two times with a shift. Two colors are used. General coding: |
| 4. Wordart | Some examples of coding with colors, angles and shadows. | |
| 5. Create a FAX file | When using a fax server different of DelrinaFax (DelrinaFax interface is native), you may want to create a compatible TIF file that your fax server accepts. |
Note that you have to put the tif file in the Fax server Outbox directory and add a file giving recipients and other parameters. TIF files are multi-pages and 'Black and white'. { xprint.i} PUT CONTROL "<PRINT=NO>".
/* to avoid the printing */ OUTPUT TO TERMINAL.
|
| 6. Adjust font size to a given area. | In a given area, set the font size to print the full text centered inside. |