Barcode Print setting on printer
I made a bar code sticker using rdlc and now i have to print stickers using bar code printers but the alignment to print this sticker can not be set so anyone have experience how to print the sticker with proper alignment

Ashutosh MundPosted Dec 27, 2016, 12:58 PM
try
//
}
Jaisal KPosted Nov 12, 2015, 4:56 PM
In older versions of Adobe Acrobat Reader, there used to be a way of invoking the reader silently to perform printing. The discussion in the following thread suggests this is no longer supported, at least not silently:
https://acrobatusers.com/forum/printing-prepress/command-line-parameters-silent-printing-acrobat-professional/
This thread mentions the /t option that prints without displaying the Print dialog:
http://stackoverflow.com/questions/619158/adobe-reader-command-line-reference
However, this thread is also old, so it might not apply to current versions, but it won't harm you if you try it.
If it works with Adobe Reader, you could invoke the reader from your program to do the printing.
If it doesn't work, consider opening the file using a PDF library like Lead Tools then printing it from within your application.
Abhishek ChadhaPosted Sep 4, 2015, 2:25 AM
Nikunj TrivediPosted Sep 4, 2015, 1:47 AM