Portals
Transforms
Actions
PDF
Print to
Windows Printing
Text markup
Queues
How to
Workflow
Archive
Email
How to do "you name it" in RPM
- Print a text file
- Print to a shared printer or archive to a shared folder
- How to control font and page format
- Get the text print settings I expect (or, how to get the font size I wanted)
- Convert plain text to PDF
- Convert SCS to PDF
- Print SCS to a Windows printer
- Print SCS directly on an HP printer
- Convert SCS to plain text, leave it in a folder
- View a print job in Notepad
- Change input trays in a PCL file
- Change output bins in a PCL file
- Skip the banner page and convert the rest of my report to PDF
- Set up a queue to reprint
- Print to RPM from a Windows printer
- Save a print job to PDF or any other format
Print a text file
Transforms
Text markup, experiment with the settings
Actions
Text print, select a printer, do printer setup
Some people have problems getting this to work the way they expect.
Convert plain text to PDF
Transforms
Text markup, experiment with the settings
Actions
Typically archive, email, or both
Convert SCS to PDF
Transforms
Actions
Typically archive, email, or both
Print SCS to a Windows printer
Transforms
Actions
Print SCS directly on an HP printer
Transforms
- SCS (produces text markup)
- Text markup to PCL
Actions
Convert SCS to plain text, leave it in a folder
Transforms
- SCS (produces text markup)
- Remove text markup
Actions
View a print job in Notepad
No transformations are necessary. Go to the Jobs view, select Job Archive, and turn on Job Retention. When you are done experimenting, turn off the job archive.
Transforms
None
Actions
- Enter login credentials
- Command: browse for notepad.exe, usually in c:\windows\system32
- Arguments: %s
- Working folder: any temp folder
- select Interactive
Change input trays in a PCL file
Transforms
String translate:
Search: \x1b&l\dH
Replace: \x1b&l#H
Use Regex: Checked
where # in the Replace is in the range [0-6] and is device-dependent.
Note: we bolded the \d in the search string to make this point. This matches any single digit. You can use the above to map any input tray to the number you specify in the replace string.
Actions
Change output bins in a PCL file
Transforms
String translate:
Search: \x1b&l\dG
Replace: \x1b&l#G
Use Regex: Checked
where # in the Replace is in the range [0-11] and is device-dependent.
Actions
Skip the banner page and convert my report to a PDF
This method lets you skip past the first form feed. For other processing options see the Page Range FAQ.
Transforms
- Remove Until, Search: \f (use the FF button)
- Remove Lines, Number of lines: 1
- Text markup
- Text markup to PDF