LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-29-2005, 01:16 PM   #16
ishti_du
LQ Newbie
 
Registered: Oct 2005
Location: Dhaka, Bangladesh
Posts: 22

Rep: Reputation: 15

dear nIMBVS and others,
Thanks for your ideas. I was, too looking for such a solution. I just follewed the steps and get all done. But how do I use extract_chmLib to extract my .chm file. I might sound stupid to you, but I am a new user in Linux and in need of your help.
Thank you.
 
Old 10-29-2005, 01:50 PM   #17
ishti_du
LQ Newbie
 
Registered: Oct 2005
Location: Dhaka, Bangladesh
Posts: 22

Rep: Reputation: 15
Dear all,
SORRY for frequent replies. Just found the way to use it!!
./extract_chmLib <chm file> <outdir>
-The result BINGO!!-DONE.

Thanks.
 
Old 09-22-2006, 10:13 AM   #18
IntrepidKABISA
LQ Newbie
 
Registered: Sep 2006
Location: Nairobi, Kenya, East Africa
Distribution: Suse 10.1
Posts: 9

Rep: Reputation: 0
What program can be used to view/convert *.chm (win help) files?... Thanks

Hi fellas,

I have been having this issue for a week and when I (finally) logged on here... voila! Answers galore.

Muchos gratias comrades.

My gnochm and my xchm are working pretty well.

Regards to ya'll
 
Old 09-22-2006, 10:15 AM   #19
IntrepidKABISA
LQ Newbie
 
Registered: Sep 2006
Location: Nairobi, Kenya, East Africa
Distribution: Suse 10.1
Posts: 9

Rep: Reputation: 0
What program can be used to view/convert *.chm (win help) files?... Thanks

Hi fellas,

I downloaded the .tar files and managed to install all the required libraries, etc.

But I ran into the same problem with 'libchm.so.O'...
I have been having this issue for a week and when I (finally) logged on here... voila! Answers galore.

Muchos gratias comrades.

My gnochm and my xchm are working pretty well.

Regards to ya'll
 
Old 09-22-2006, 10:43 AM   #20
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,884
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
KchmViewer is a chm (MS HTML help file format) viewer, written in C++.
Unlike most existing CHM viewers for Unix, it uses Trolltech Qt widget
library, and does not depend on KDE or Gnome. However, it may be compiled
with full KDE support, including KDE widgets and KIO/KHTML.

The main advantage of KchmViewer is non-English language support. Unlike
others, KchmViewer in most cases correctly detects help file encoding,
correctly shows tables of context of Russian, Korean, Chinese and Japanese
help files, and correctly searches in non-English help files (search for
MBCS languages - ja/ko/ch is still in progress).

Completely safe and harmless. Does not support JavaScript in any way,
optionally warns you before opening an external web page, or switching to
another help file. Shows an appropriate image for every TOC entry.

KchmViewer Has complete chm index support, including multiple index entries,
cross-links and parent/child entries in index as well as Persistent bookmarks
support. Correctly detects and shows encoding of any valid chm file.
 
Old 10-02-2006, 10:46 AM   #21
tmrgoliath
LQ Newbie
 
Registered: Oct 2006
Posts: 1

Rep: Reputation: 0
Thumbs up

Quote:
Originally Posted by nIMBVS
Here is the recipe I use to extract the files from .chm help files:

- download
- extract:
Code:
tar zxf chmlib-0.35
- configure:
Code:
./configure
- make:
Code:
make
- make install (or checkinstall for those of you who want to be able to uninstall easy):
Code:
make install
or
Code:
checkinstall
- compile example programs (this is the scope of all this... in the example programs there is one which extracts the files from .chm):
Code:
make examples
After you make examples in the directory of chmlib will be the executable extract_chmLib . This is the thing you need. It extracts the html and images from .chm and makes a browsable site out of the .chm which you will be able to see with any browser.

That's it. This is what I use and I'm very happy with it. No stupid bloated X programs for which you need 1000 libraries to make them work. Easy and simple.
----
i have a problem when i install kchm or kchmviewer and other packet tar.please help me resolve:
quote:
root@user-Ubuntu:/home/user/Desktop/kchmviewer-2.6# ./configure
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking target system type... i686-pc-linux-gnulibc1
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.

next i type
root@user-Ubuntu:/home/user/Desktop/kchmviewer-2.6# make
make: *** No targets specified and no makefile found. Stop.
root@user-Ubuntu:/home/user/Desktop/kchmviewer-2.6# make install
make: *** No rule to make target `install'. Stop.

i don't know how to
thanks
 
Old 08-31-2007, 02:24 AM   #22
univac1100
LQ Newbie
 
Registered: Feb 2007
Posts: 1

Rep: Reputation: 0
Thumbs up

Thanks, That help.
 
Old 01-17-2008, 09:35 AM   #23
skaval24
LQ Newbie
 
Registered: Dec 2007
Posts: 1

Rep: Reputation: 0
Quote:
Originally Posted by Y0jiMb0 View Post
Hi
another way to do it: open Konqueror, right click on the file; select "preview with KChmPart".
It works in my case...

Regards
Hi great to discover that chm files can be viewed. Wanted to find out if anyone has come across this particular one:

(xchm:3201): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -4 and height 17

Thanks in advance
 
Old 07-19-2011, 04:01 AM   #24
converter
LQ Newbie
 
Registered: Jul 2011
Location: Newyork
Posts: 3

Rep: Reputation: Disabled
Talking

I have a smart idea. you can convert chm to other format that linux read
 
0 members found this post helpful.
Old 07-19-2011, 08:53 AM   #25
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,220

Rep: Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319Reputation: 5319
That's not a smart idea and you are not a smart poster. Many Linux programs can read CHM files. Some are mentioned on the CHM Wikipedia page:

http://en.wikipedia.org/wiki/Microso...dows_platforms

For the following reasons, your intentions are very suspect:
  • you necroposted this
  • you've been posting promotions for a shady and utterly worthless (and expensive closed-source and commercial) Windows-only program
  • your username is a reference to the product mentioned above
  • your homepage is the product homepage
  • this post is obviously setting up for another advertisement to be posted

Last edited by dugan; 07-19-2011 at 01:20 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
linux program to convert rm (real player) audio files to mp3 format des-traction Linux - Software 2 03-31-2009 07:04 PM
Program to read *.chm files minm Linux - Newbie 5 03-25-2006 02:20 AM
cannot view CHM files, in KDE 3.4.1 irfanhab Slackware 2 08-03-2005 12:29 PM
Any program that can convert mp3 files to wma? josh_hd_new Linux - Newbie 1 01-21-2005 02:03 AM
How to view CHM files ? saudoi Linux - Software 1 08-03-2004 03:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:57 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration