Printing Barcodes on the footer

Hi,

I am using the ASP.NET version of the Barcode control. I was wondering if there is any way to print the barcode generated in the footer of a page when it is being printed.

Thanks


This message was posted using Aspose.Live 2 Forum

Hi,

Thanks for considering Aspose.

According to my knowledge, you cannot control header/footer using ASP.NET or even JavaScript on client’s browsers. Printing at client side (custom header/footer) are specified by browser settings.

Alternate solutions might be:

  1. Use Aspose.BarCode for SSRS. Reports with custom header/footer can be designed and barcode can be printed in header/footer of a report. http://www.aspose.com/documentation/ssrs-rendering-extensions/aspose.barcode-for-reporting-services/displaying-barcode-in-report-header.html
  2. Generate PDF document at server side, generate barcode image and add to header/footer and send the PDF document to client (browser) for printing.