Package schrodinger :: Package utils :: Module openpdf
[hide private]
[frames] | no frames]

Module openpdf

Display a PDF file.

Copyright Schrodinger, LLC. All rights reserved.

Functions [hide private]
bool
open_pdf(*a, **kw)
Returns: True if the file was successfully opened, False if not
Variables [hide private]
  __doc__ = ...
  __package__ = 'schrodinger.utils'
Function Details [hide private]

open_pdf(*a, **kw)

 
Parameters:
  • page (str or unicode or QString) - path to a .pdf file to open

    kwargs no longer provide helpful options

Returns: bool
True if the file was successfully opened, False if not
Decorators:
  • @swap_ld_library_path()

Variables Details [hide private]

__doc__

Value:
"""
Display a PDF file.

Copyright Schrodinger, LLC. All rights reserved.
"""