3

How do I set a password on the generated pdf file programatically? The password comes from the data source (xml field).

Thanks!

Simulant
  • 19,190
  • 8
  • 63
  • 98
Jay
  • 97
  • 1
  • 8

1 Answers1

0

A pdf-File is generated from a birt-emitter. So you need to write an extension to an existing (open) PDF-Emitter or wirte a complete new PDF-Emitter, as I think this feature is not implemented in the default PDF-Emitter.

Simulant
  • 19,190
  • 8
  • 63
  • 98