Public bug reported:

As I am not familiar with linux, but needed to use chm2pdf  soI installed 
Ubuntu 11.10 on my PC and I got the CHM2PDF 0.9.1.1ubuntu5 from the software 
center - this worked flawless. 
Converting my chm file, some pages where there more than once in the output 
(one time for every link to that page ?)
I see in the script that something is done to Avoid duplicates in the list of 
image URLs (in class ImageCatcher), but nothing similar is done for class 
PageLister...  I modified this in Pagelister class and Multiple pages seems now 
fixed:
                # Avoid duplicates in the list of URLs.
                if not self.pages.count('/'+value):
                    self.pages.append('/'+value)

** Affects: chm2pdf (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/890870

Title:
  multiple page problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chm2pdf/+bug/890870/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to