Saqlain Abbas wrote:
Hi All,

I have converted a .Doc file into pdf using OO-API. Now i want to apply
following security  restriction on pdf file generated through OO-API
(programmatically in JAVA).

1) The resultant pdf file should be readonly.
2) The resultant pdf file should be password protected.
3) The User should not be able to copy text from resultant pdf file.
4) The User should not be able to print resultant pdf file.

Of course for these i have to set different properties, But i dont know the
Property Name and value. So i need your help i.e. what properties should i
set to apply the above security restriction.

keeping in mind what Hubert pointed out in the other response, you can
find information on PDF export filter properties on the filter
specification [1] (have a look to section 3 Configuration), except
the security related ones, that are only documented in
issue 67578 [2] (look for "Filter property values for scripting" without
quotes in the attached document there).

Hope that helped.

--
Kind Regards,
Giuseppe Castagno
Acca Esse http://www.acca-esse.eu
[EMAIL PROTECTED]
[1] http://specs.openoffice.org/appwide/pdf_export/PDFExportDialog.odt
[2] http://qa.openoffice.org/issues/show_bug.cgi?id=67578#desc2


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to