Xportability / css-to-pdf

Convert any HTML page or region to PDF - supports CSS, SVG, embedded XML objects, and more..
http://www.cloudformatter.com/CSS2Pdf
207 stars 77 forks source link

Uncaught TypeError: Cannot read property 'document' of null #75

Closed litehacker closed 6 years ago

litehacker commented 6 years ago

the error appears in the second row here: here is the link of the example: http://3d-baski.com/pay-callback.php?first_name=Giorgi&last_name=Gvimradze&address=Karadeniz%20Teknik%20%C3%9Cniversitesi&state=Trabzon&city=Trabzon%20Merkez&zip_code=61080&phone_number=5075442183&email_address=natceo@gmail.com&price=26.25

var win = window.open("","_blank","titlebar=yes");
                 win.document.title = "XEPOnline Result";
                 win.document.write('<html><head>');
                 win.document.write('</head><body height="100%"><div id="target" style="height:100%;overflow-y:auto">');
kbrown01 commented 6 years ago

Got around to checking this, it appears that is not using our code. Closing.