carboneio / carbone

Fast and simple report generator, from JSON to pdf, xslx, docx, odt...
https://carbone.io
Other
1.3k stars 190 forks source link

PDF Protection / PDF Restriction #69

Open willemevenwel opened 4 years ago

willemevenwel commented 4 years ago

Hi,

Thanks again for a neat tool!

When using: var options = { convertTo : 'pdf' }; for: carbone.render(./templates/${sometemplate}, data, options, function(err, result)

...is it possible to password protect (PDF Protection) the pdf, or restrict the pdf (PDF Restriction) i.e. disable the ability to copy text/comment/copy images etc

I want to be able to generate an report, which the end user can not alter.

Source:

Regards,

Willem

steevepay commented 4 years ago

Hello @willemevenwel,

Thank you for the feature request, the PDF protection/restriction will be available for the next release of Carbone Render. We are adding more options (Printing permittion, Enable Copying Of Content, etc...). Hold on I will come back to you when it is deployed.

willemevenwel commented 4 years ago

Will this be included in the opensource version?

On Tue, 10 Mar 2020 at 12:46, Steeve Payraudeau notifications@github.com wrote:

Hello @willemevenwel https://github.com/willemevenwel,

Thank you for the feature request, the PDF protection/restriction will be available for the next release of Carbone Render. We are adding more options (Printing permittion, Enable Copying Of Content, etc...). Hold on I will come back to you when it is deployed.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Ideolys/carbone/issues/69?email_source=notifications&email_token=ADIV5XVTMH2B4CEUM472HZLRGYK7PA5CNFSM4KTFW2EKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEOK5BSI#issuecomment-597020873, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADIV5XWZHQ2GCBOPLY2Y27LRGYK7PANCNFSM4KTFW2EA .

steevepay commented 4 years ago

Yes it will :)

fturiot commented 1 year ago

Hi, Is in last version? Thanks