PCL conversion API
Home  | Contact  | Search  |
convert pcl
Printer Command Language  
PCL Application Programming Interface
pcl pad Safe. RedTitan EscapeE has a very easy to use Application Programming Interface that eliminates the need for special programming, libraries or DLL toolkits.

Bug free. Even the most complex operation in the Graphical User Interface can also be executed from command line options.

Fast. Once a process has been proven in the GUI, high speed batch production can be controlled from a client program. The system automatically creates a command line shortcut from the GUI options selected.

From proof of concept through to roll out the RedTitan EscapeE API is a smarter way to develop embedded PCL applications.
pcl pad
Links
pcl pad
pcl pad
prototype
using GUI

prototype pcl trsnform using GUI
escapee I:\test.txt /pdf /window 1 /x

For example, this console command would simply convert a PCL print file to PDF with no windows visible

Transpose this command to a C++ program

#include "stdafx.h"
#include "process.h"
#include <iostream>
#include "windows.h"

int main(int argc, char* argv[])
{
  int return_code;
  return_code=system("escapee I:\\test.txt /pdf /window 1 /x");
  printf("Return code =%d\n",return_code);		
  return (return_code);
}
automate with
command line

prototype pcl trsnform using GUI
spool
pcl pad
"rule-based"
automation
deploy
high-speed
unattended
operation
embed
pcl pad
OEM and client
program control
© RedTitan Technology 2023. All rights reserved. | company info | search |