home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / txpdf56.zip / contributed / Lotus_Notes / Readme
Text File  |  2001-11-01  |  1KB  |  24 lines

  1. I can think of a couple of ways you can incorporate txt2pdf into notes. 
  2. The first way is by giving txt2pdf users the ability to attach the converted pdf
  3. files to a internal document within Notes automatically. I am doing that from
  4. perl using OLE.
  5. The other way is a bit more involved. Lotus Notes uses a very powerful language
  6. called LotusScript.  LotusScript programmers have the ability to import custom
  7. classes (ie. class to convert text to pdf) using a C API or LSX package.
  8. LotusScript already has the ability to work with the file system and
  9. having a text2pdf LotusScript API would prevent the need to shelling out to the
  10. operating system. Potentially this could be used with any Lotus product that
  11. used LotusScript (ie. Lotus 123, Lotus Word Pro, Lotus Approach, etc.). From a
  12. Lotus Notes standpoint.  LotusScript would be able to convert text to pdf on a
  13. schedule.  It could run LotusScript like a CGI program. It could be initiated
  14. from a GUI type environment on the Notes client. It could be initiated from 
  15. the web.
  16.  
  17. info on LSX -
  18. http://www.lotus.com/developers/devbase.nsf/data/document1950?opendocument
  19. info on C API - http://www.lotus.com/developers/devbase.nsf/homedata/homecapi
  20. Info on OLE for notes in perl::Win32 (look for the 'How do I use
  21. Lotus Notes link')
  22.  
  23. Charles Daniel <Charles.Daniel@Ebimed.com>
  24.