Package: mlreportgen.utils
Superclasses:
Wrap PDF file for viewing
wraps a PDF document file for viewing. The PDF document object is not visible on construction.
To make it visible, use the docobj
= mlreportgen.utils.PDFDoc(filename
)show
method.
show | Show PDF file
|
hide | Hide PDF file
|
isVisible | Check whether PDF file is visible
|
docobj = mlreportgen.utils.PDFDoc("MyPDFDoc.pdf");
show(docobj);