I have few chm files and i'm using xchm reader as the tool. but i need to highlight some important points in the documents. is there is any possible plugin for xchm or any special chm readers available for Ubuntu that can highlight text..?
Asked
Active
Viewed 358 times
1 Answers
0
I know of no CHM viewer who can.
You could convert the chm
document into a pdf
and use an annotation tool for pdf
files: How can I highlight or annotate PDFs?
To convert the chm
file, install chm2pdf
sudo apt-get install chm2pdf
and create a pdf
, eg:
chm2pdf --book yourfile.chm
-
Sorry A.B this not what i'm looking for. Because CHM files it self have some spacial attributes that a pdf don't have . like i can change the font and bold some important points in pdf its not possible . so i don't want to change it to pdf. Anyway thanks. – Miller Sep 07 '15 at 12:36