Looks pretty straight forward, the print version of
http://www.ngz-online.de/grevenbroic...recke-1.876586 is
http://www.ngz-online.de/grevenbroic...pPageLayout.ot
All you need to do is to add the "?ot=de.circit.rpo.PopupPageLayout.ot" to the URL. This should do it:
Code:
def print_version(self, url):
return url + '?ot=de.circit.rpo.PopupPageLayout.ot'
Hope that helps.