PRINTERSETTINGS
Alguem podera me ajudar, queria imprimir em pdf sem abrir a caixa do cutepdf, esse código salva o documento, mas fica corrompido.
[ô]PDF
Dim ps As PrinterSettings = New PrinterSettings
ps.PrinterName = [Ô]CutePDF Writer[Ô]
ps.DefaultPageSettings.Landscape = True
ps.PrintToFile = True
ps.PrintFileName = [Ô]C:\documento.pdf[Ô]
frmPrincipal.PrintDocument1.PrinterSettings = ps
frmPrincipal.PrintDocument1.Print()
[ô]PDF
Dim ps As PrinterSettings = New PrinterSettings
ps.PrinterName = [Ô]CutePDF Writer[Ô]
ps.DefaultPageSettings.Landscape = True
ps.PrintToFile = True
ps.PrintFileName = [Ô]C:\documento.pdf[Ô]
frmPrincipal.PrintDocument1.PrinterSettings = ps
frmPrincipal.PrintDocument1.Print()
tentei o bioPDF e tb dá a mesma coisa, que
alguém sabe outro que funcione?
já olhei, mas é incompatÃivel com visual studio 2010
o arquivo salva mas fica corrompido nesse trecho
ps.PrintToFile = True
ps.PrintFileName = [Ô]C:\documento.pdf[Ô]
ps.PrintToFile = True
ps.PrintFileName = [Ô]C:\documento.pdf[Ô]
Baixe um chamado Doro PDF na pasta onde ele fica instalado tem um arquivo [Ô].ini[Ô] voce pode manipular as informações desse arquivo para que ele salve em determinada pasta e nao abra a janela de solicitação !
Abraços
Abraços
vou testar
Tópico encerrado , respostas não são mais permitidas