Genii Weblog


Civility in critiquing the ideas of others is no vice. Rudeness in defending your own ideas is no virtue.


Thu 17 Oct 2013, 03:57 PM
This community always impresses me with the constant desire to help one another. Brian Moore of Thomson Machinery wrote:

Ben,

I follow your blog, and I appreciate you putting out the client help as an epub. Since I need mobi for my Kindle, I converted it I'm attaching it for you, in case you'd like to share it as well. If you're interested, this is the program I used: 
http://calibre-ebook.com/

Cheers,
 
Brian
 

So, here it is in MOBI format. Simply download or email to your Kindle the IBM Notes 9 Client Help in MOBI (Kindle) format at NotesClientHelp.mobi.

Copyright © 2013 Genii Software Ltd.

Tags:

Thu 17 Oct 2013, 12:46 PM
To give you an idea of the fidelity you can get with the Midas LSX V5, this is a page from the IBM Notes 9 Social Edition Client help db that I posted yesterday in an EPUB version. The entire agent used to create this complete database conversion are below. (I added a page for the Cover image, but otherwise touched nothing in the database.) If you want to try this sort of export for yourself, request an evaluation license of the Midas LSX V5 today.

Dim gColl As New GeniiCollection 
Dim rtCover As New Geniirtitem

Call rtCover.ConnectPageBody("""help\help9_client.nsf""NotesClientHelp cover")
If gColl.AddByView("","help\help9_client.nsf""CNTS") > 0 Then
   Call gColl.ExportToEPub("c:\demo\NotesClientHelp.epub""Title=Subject Sort=No Expand=3 Threadmap='yes'", rtCover)
End if   


Inline JPEG image

Copyright © 2013 Genii Software Ltd.