If you’re trying to export Notes documents to PDF format would you be willing to consider a 3rd party application? We have an export utility which exports Notes documents to the following formats:* PDF
Microsoft Excel
Microsoft Access
Microsoft Word
CSV
XML
And more
The exported pdf documents can also contain the original attachments embedded in the exported Notes documents.
Other features include:
Scheduled exports.
Exports can be sent automatically by email.
You can control which databases can be exported.
You can develop your own LotusScript code to hook into the export application. API information is provided.
Single user license costs less than an hour of a developers time.
For more information and to download the application:
I think this may be a general issue with ressources available to the JVM when calling the code through LS2J. I have created the functionality as a Java library and I can call the code from a Java agent without problems. When calling through LS2J I get the error message:
No message found for 1.not.found.as.resource
And the Java line that causes this is:
Font headerFont = FontFactory.getFont(FontFactory.TIMES, 11);