<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o> </o>
<o> </o>
I am looking for a macro that can be link to a button that will automatically load and convert a document using PrimoPDF converter. I would like it to load Primo PDF and attached the new pdf file to an email. The code I have so far will open Primo PDF and reset the printers back to normal but wont continue on to automatically convert it and attach it to an email. I will be using this alot and would like to cut out a few steps if I can.
<o> </o>
Sub PDF_Converter()<o></o>
'<o></o>
' PDF_Converter Macro<o></o>
'<o></o>
ActivePrinter = "PrimoPDF"<o></o>
Application.PrintOut FileName:="", Range:=WdPrintAllDocument, Item:= _<o></o>
wdPrintDocumentContent, Copies:=1, Pages:="", PageType:=wdPrintAllPages, _<o></o>
ManualDuplexPrint:=False, Collate:=True, Background:=False, PrintToFile:= _<o></o>
False, PrintZoomColumn:=0, PrintZoomRow:=0, PrintZoomPaperWidth:=0, _<o></o>
PrintZoomPaperHeight:=0<o></o>
ActivePrinter = "Backprinter"<o></o>
End Sub
<o> </o>
I am looking for a macro that can be link to a button that will automatically load and convert a document using PrimoPDF converter. I would like it to load Primo PDF and attached the new pdf file to an email. The code I have so far will open Primo PDF and reset the printers back to normal but wont continue on to automatically convert it and attach it to an email. I will be using this alot and would like to cut out a few steps if I can.
<o> </o>
Sub PDF_Converter()<o></o>
'<o></o>
' PDF_Converter Macro<o></o>
'<o></o>
ActivePrinter = "PrimoPDF"<o></o>
Application.PrintOut FileName:="", Range:=WdPrintAllDocument, Item:= _<o></o>
wdPrintDocumentContent, Copies:=1, Pages:="", PageType:=wdPrintAllPages, _<o></o>
ManualDuplexPrint:=False, Collate:=True, Background:=False, PrintToFile:= _<o></o>
False, PrintZoomColumn:=0, PrintZoomRow:=0, PrintZoomPaperWidth:=0, _<o></o>
PrintZoomPaperHeight:=0<o></o>
ActivePrinter = "Backprinter"<o></o>
End Sub