Hi Guys,
Do you know how to create a pdf file protected by a password ?
Or open a pdf file and set a password for it ?
Do you know how to create a pdf file protected by a password ?
TPrinter():lUseHaruPDF := .t.
PRINT oPrn PREVIEW FILE "test.pdf"
if oPrn:IsKindOf( "FWPDF" )
oPrn:cPassWord := "MyPassword"
endif
PAGE
// print
ENDPAGE
ENDPRINT
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 44 guests