Saaspose development team is proud to announce the new release of Saaspose.Barcode. Saaspose.Barcode provides two approaches used to create barcode. Firstly, you can upload the desired file to Saaspose Storage using Saaspose REST API. Then you can generate barcode image using Saaspose.Barcode REST examples. You can also use Saaspose.Barcode SDK examples for generating the barcode image from the file uploaded on Saaspose Storage for different languages like .NET, Java, Ruby and PHP. Another way is to directly generate barcode image on your local system using Saaspose.Barcode REST API and SDKs without saving the file to Saaspose Storage. You can use the file path or stream to generate barcode image using Saaspose.Barcode REST API. The file is sent through request stream to Saaspose servers, processed and the output is sent back as response stream. In this case, the file is not saved on Saaspose Storage. It is a single call process that uploads the file to server, generates the barcode image, sends the generated image as response stream and deletes the source file from the server.