This commit is contained in:
Kovid Goyal 2011-01-16 12:49:46 -07:00
parent 497b381bfa
commit 69c6ad0211
2 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,6 @@ class LayoutMixin(object): # {{{
self.status_bar.update_label.linkActivated.connect(self.update_link_clicked)
def update_link_clicked(self, url):
print 11111111, url
url = unicode(url)
if url.startswith('update:'):
version = url.partition(':')[-1]

View File

@ -547,6 +547,7 @@ Some limitations of PDF input are:
* Extraction of vector images and tables from within the document is also not supported.
* Some PDFs use special glyphs to represent ll or ff or fi, etc. Conversion of these may or may not work depending on just how they are represented internally in the PDF.
* Some PDFs store their images upside down with a rotation instruction, |app| currently doesn't support that instruction, so the images will be rotated in the output as well.
* Links and Tables of Contents are not supported
To re-iterate **PDF is a really, really bad** format to use as input. If you absolutely must use PDF, then be prepared for an
output ranging anywhere from decent to unusable, depending on the input PDF.