Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Example: BoardingPass

Purpose

This project is an example of boarding pass generation. A boarding pass is a document provided by an airline during check-in, giving a passenger permission to board the airplane for a particular flight.

Prerequisites

  1. Visual Studio 2017 or above is installed. To install a community version of Visual Studio use the following link: https://visualstudio.microsoft.com/vs/community/ Please make sure that the way you are going to use Visual Studio is allowed by the community license. You may need to buy Standard or Professional Edition.

  2. .NET Core SDK 2.1 or above is installed. To install the framework use the following link: https://dotnet.microsoft.com/download

Description

Image

Image of the logo of the airplane is located in the Assets/Image/logo.png.

Output file

The example creates the file BoardingPass.pdf in the output bin/(debug|release)/net6.0 folder.

Refer to the following Output screenshot Output image