|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
print .doc by distiller ?hi,
how can I print a word doc by adobe distiller (pdf), not a normal printer... have a nice day everybody This might get you started:
Add a reference to Adobe Acrobat #.# Type Library Public Sub PrintPDF(sFileSpec As String) Dim oAcroDocument As Acrobat.CAcroAVDoc Set oAcroDocument = CreateObject("AcroExch.AVDoc") oAcroDocument.Open sFileSpec, sFileSpec DoEvents oAcroDocument.PrintPages 0, oAcroDocument.GetPDDoc.GetNumPages - 1, 1, True, True DoEvents oAcroDocument.Close True DoEvents End Sub -- Show quoteHide quoteTom Winter tom@nospam.amosfivesix.com "Pu" <poink@poink> wrote in message news:uU5agb5XFHA.2996@TK2MSFTNGP10.phx.gbl... > hi, > how can I print a word doc by adobe distiller (pdf), not a normal > printer... > have a nice day everybody > >
Multiple Timer Advice
form section color Binary Math Help Height limitation of picturebox VB6 don't see events of the implemented interface checkbox always is disabled!!!! Simulating relational database with text files X-axis value of Excel chart load extern exe file into mdi framework? Finding out font's file name |
|||||||||||||||||||||||