On Thursday 11 October 2007 15:44:04 Pavel Sanda wrote: > i changed few things. still i'm not able to make > > document.header[i].replace('"', '') > > work. have you some idea whats wrong?
Yes, that does not change the string in place but it returns the string. The right version is then: document.header[i] = document.header[i].replace('"', '') > in the attached is current status of my branch. > > also dont understand why downgrade_pdf_options > is connected to 292 in hub. Because the purpose is to convert _to_ format 292 just like the purpose of the upgrade function is to convert _to_ 293. > pavel -- José Abílio