Skip to content

We will generate a QR Code Image in BMP format and save it to memory stream. Then we will insert that QR Code's BMP Image form memory stream at the end of Word document and finally save Word document to PDF format on disk.

aspose-free-consulting/Generate_QR_Code_Insert_Image_in_Word_PDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Generate QR Code & Save it to BMP Image, Insert QR Code Image Stream in Document & Convert Word to PDF

This free consulting project first uses Aspose.BarCode for .NET API to generate a QR Code image in BMP format and saves QR image to memory stream. It then uses Aspose.Words for .NET API to insert QR Code's BMP Image form memory stream at the end of Word document and finally saves Word document to PDF format on disk.

How to Run the Project

  • You can either clone the repository using your favorite GitHub client or download the ZIP file
  • Extract the contents of the ZIP file to any folder on your computer
  • The project is created in Visual Studio 2017
  • Open the solution file in Visual Studio and build the project
  • On the first run, the dependencies will automatically be downloaded via NuGet
  • Get the temporary license and put it in Debug folder
  • You can change the license file name in ApplyLicenses method.
  • Run the project, and give full path to input DOCX and output PDF files

Interested in Aspose free consulting project?

If you are also interested in a free consulting project by Aspose team then please view details on this page

If you have any questions about Aspose APIs, please feel free to post your query in Aspose file format APIs Forums.

Also, you can keep in touch with the latest developments in file format APIs offered by Aspose at our Blog.

This free consulting project is based on the following issue:

Add QR Code on Existing PDF or Word Doc

About

We will generate a QR Code Image in BMP format and save it to memory stream. Then we will insert that QR Code's BMP Image form memory stream at the end of Word document and finally save Word document to PDF format on disk.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages