print

Printable Receipt Generator Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to the Printable Receipt Generator, a modern and intuitive web application designed to streamline the process of creating professional receipts for businesses and personal use. Built with HTML, CSS, and JavaScript, this tool provides a seamless experience for generating polished, customizable receipts that can be printed or saved digitally. Whether you're a small business owner, a

Print Specific Parts of a Document

Submitted by GeePee on
This project will teach you how to print a specific part of a document using Javascript. Each part is wrapped with a div and that we will use the div as the element. As we see in the screenshot, each div has a print button which can determine what part needs to be printed. You also have an option to print the whole page.

Get and Display List of Available Printers using C#

Submitted by donbermoy on
Today in C#, i will going to teach you how to create a program that gets and displays the list of available printers. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application in C# for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application and name your project as Get Printers. 2.