Although I am not sure how to reproduce this, it seems
Backtalk is generating broken PDFs; Acrobat 5 opens
them only after it has 'rebuilt' the page (message
dialog is too quickly gone to determine details).
The problem is that every pass in the
BookmarkDocTemplate.multiBuild method is written to
REQUEST.RESPONSE or to a cStringIO.StringIO object. So there
are two PDF documents (for 2 passes) in the file.
The problem is only there if you generate a TOC (without the
TOC only the build method is called and not multiBuild).
multiBuild only functions if you supply a filename as an
argument. I have a workaround for this. I will mail it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=116747
Blooming check box. Re-upload.
Logged In: YES
user_id=193606
The problem is that every pass in the
BookmarkDocTemplate.multiBuild method is written to
REQUEST.RESPONSE or to a cStringIO.StringIO object. So there
are two PDF documents (for 2 passes) in the file.
The problem is only there if you generate a TOC (without the
TOC only the build method is called and not multiBuild).
multiBuild only functions if you supply a filename as an
argument. I have a workaround for this. I will mail it.
Logged In: YES
user_id=32974
This might only happen when a TOC is generated, and may now
be solved by a recent commit to PDFClass.py (thanks to a
patch by Holger Hoffman).