From JAVASCRIPT or HTML FORM can send request to this server. Can use post, get or mix the 2 options on the request call like.
ARGUMENTS (all optional)
PROTOCOL: HTTTP or HTTPS
SERVER: LOCALHOST
PORT NUMBER: port number to use, default 8888, can send more than one

PROPERTIES
PRINTER = Printer Name to use, this is REQUIRED
URL = Url to request a file to print, PDF, or any other format, but not HTML page.
FILE = Full path about some LOCAL FILE on the machine. This file must be exist on the local computer request to print, not in a server

//post data
var data = new FormData();
data.append("printer", "[printer name]");

Post request with url http://localhost:8888 and the form data
Get request with http://localhost:8888?printer=[printer name]

Printer property only can send once or in get variables or in post variables.

Features

  • webserver
  • unatended print from javascript
  • preselect printer

Project Activity

See All Activity >

Categories

Web Services

License

GNU General Public License version 3.0 (GPLv3)

Follow webserver-printing

webserver-printing Web Site

You Might Also Like
Gain insights and build data-powered applications Icon
Gain insights and build data-powered applications

Your unified business intelligence platform. Self-service. Governed. Embedded.

Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of webserver-printing!

Additional Project Details

Operating Systems

Linux, Mac, Windows

Languages

English

Intended Audience

Developers

User Interface

Command-line

Programming Language

C#

Related Categories

C# Web Services Software

Registered

2020-08-22