Macro to export to pdf with certificate

Creating a macro - Writing a Script - Using the API (OpenOffice Basic, Python, BeanShell, JavaScript)
Post Reply
pilatos
Posts: 1
Joined: Sat Nov 04, 2023 2:03 pm

Macro to export to pdf with certificate

Post by pilatos »

Hi all
I'm starting with macro programming in oo and I would like to know if it's possible to export a sheet to pdf and give it a name automatically and using a certificate, either requested when exporting or predefined by code.
I have found how to export a sheet to pdf but I can't figure out how to sign the pdf using a digital certificate.
thanks.
OpenOffice 4.10 on W10
jep
Posts: 22
Joined: Wed Sep 29, 2010 4:53 pm

Re: Macro to export to pdf with certificate

Post by jep »

PDFBox can help you, paired with ooRexx and BSF4ooRexx you don't need to compile java code, just use it straight away.
Apache OpenOffice 4.1.13 on ArcaOS 5.0.7
Post Reply