0
votes

in Notes after opening a document I am able to Export it as RTF via File -> Export -> As RTF. If I mark multiple documents instead of opening one after another that option is missing.

Is there any way to call the internal Export function with a Notes Agent?

I know about this Export script but the built-in function is a lot better.

2

2 Answers

0
votes

Considering that it's a repetitive task and you don't want to use that script to export the documents, I would suggest an outside-the-box solution: you can use a software like AutoHotkey to simulate the keystrokes and clicks.

You will have to write the macro but it should work. I use it myself to do similar tasks as replicate a Lotus Notes app (Key Alt + F, Key R, Key R, wait, Keys SERVER03, wait, Enter, wait, Enter)

0
votes

I found this quite easy solution.

Just invoke the field wanted over http and save it with the right codepage! I had nothing to change in my databases, views or forms!

Michael