Evaluation using ScriptX.Services Cloud
- Connection to and printing with the cloud service.
- Using MeadCoScriptXJS for async javascript code.
- Upgrading the code to work with ScriptX.Services For Windows PC.
ScriptX.Services for Windows PC compatibility with legacy (ScriptX.Addon ActiveX Control for IE) javascript code
ScriptX.Services for Windows PC must be installed on your PC: Download
Verify install and dual working
If these don't work, something is wrong with your installation of ScriptX.Services for Windows PC on your PC.
Each sample uses attribute based configuration/initialisation and works in Chrome/Edge/etc and continues to work in IE (ScriptX.Addon).
Using MeadCoJS based code
- Asynchronous init. Shows installed version and default printer, simple unprompted printing.
- Asynchronous init. More complex and shows available printers. Print page. document and pdf.
- As above, using built-in Orchestrator to discover the correct port.
- The license GUID is not valid and not in the warehouse so illustrates a license fail from the warehouse.
- Asynchronous init. Shows installed version and default printer, simple prompted printing using the UI library.
- Synchronous init. Shows installed version and default printer, simple prompted printing using the UI library.
Classic code without MeadCoJS library, no verification (see console for errors) - all use synchronous initialisation
- The now of "then to now" discussion - simple print and preview page buttons.
- Shows printing the first page only from a two page document.
- As above, using built-in Orchestrator to discover the correct port.
- Lists available printers.
- Immediate print on page load to default printer of document printing over two pages (by style="page-break-before:always;").
Common coding scenarios
Bare bones presentation of solutions to porting current code to work with ScriptX.Services (and continue to work with ScriptX.Addon)