Печать PDF-документа на стороне клиента беззвучно - quries
From last couple of days , I was searching for printing pdf document at client side . Some what I tried some codes given online ,but yielded no result . On further search ,some says adobe doesn't allow such method , or can't be done because of security issues , etc ... I have following queries :- Whole scenario behind printing pdf at client end silently and issues related to it. Any genuine approach to achieve it OR other alternative . thanks in advance ......
Что я уже пробовал:
what if we attach report like (rdlc or crystal) in hidden mode and print that report when client click on Print Button (ASP.NET button ) and this report got printed to default printer of client without any print preview .
[no name]
Вы, вероятно, можете попробовать spire.pdf. Он позволяет печатать PDF-документы без вызова PrintDialog.
Документы PDF док = новый документы PDF();
док.LoadFromFile("образец.формат PDF");
//используйте принтер по умолчанию для бесшумной печати всех страниц
док.Объект printdocument.Печать();