Reading PDF file and get Agent name

Hi all,

Just get an advanced question, it is hard to get an answer anyway. I just want to know the LS code so that I can manipulate Editable PDF file and programatically put value in and save it.

I found an code that can read Excel file and return value of field name so I think there must be a way to make this possible.

Second question, I have like 100 schedule agents running. I want to write my own log file for their activity. Simple, when they get running, I include the code that write the Date and the Time it runs.

However, I could not find any function that return the agent name itself. Can you help me ?

Subject: Reading PDF file and get Agent name.

For logging agents-

The property you want is NotesSession.CurrentAgent.Name

However, check out the OpenLog project on OpenNTF (www.openntf.org). This will allow you to just include a single line of code to log the start of the agent and it will be categorised by database and agent.

Subject: RE: Reading PDF file and get Agent name.

Thank Michelle for useful post. OpenLog is definitely the way.

About PDF, anyone has any idea ?

Subject: writing to a PDF file

I’ve done this using java and the iText librarynever directly with LotusScript

Perhaps the tool that allows you to read also has write