Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
# Generating PDF from within all applications:
The conversion technology used generates PDF documents by choosing "File | Print..." within your applications.
# Buttons in Microsoft© Office (2000 or higher):
From Microsoft© Office 2000 on, Word, Excel and PowerPoint will display buttons for directly calling and configuring the CIB pdf brewer.
Sub Macro1()
'
' Macro1 Macro
'
'
ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _
"C:\Book2.pdf", Quality:= _
xlQualityStandard, IncludeDocProperties:=True, IgnorePrintAreas:=False, _
OpenAfterPublish:=True
End Sub