View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005977 | Scribus | public | 2007-07-05 13:28 | 2007-08-31 11:08 | |
Reporter | jegHegy | Assigned To | jghali | ||
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | win32 | OS | Windows XP | OS Version | SP2 + hotfixes |
Product Version | 1.3.4 | ||||
Fixed in Version | 1.3.5svn | ||||
Summary | 0005977: Opening Scribus-exported PDF in Adobe Reader produces "Invalid restore" error message, empty pages | ||||
Description | I was working on the attached .sla file (duplicating pages and editing the resulting new page's text frames), then exported the file to PDF. Opening the resulting PDF in Adobe Reader 8.1.0 (win32) appeared to be normal at first, but turning a few pages resulted in a message box containing "Invalid restore." After pressing OK, I can still view SOME pages as normal, but most are empty. If I opened the PDF but didn't turn any pages and went straight to File > Print, all the pages printed fine on a desktop printer. | ||||
Additional Information | I'm not sure if this is relevant, but opening the same PDF in Foxit Reader didn't produce any errors, but I don't entirely trust the colors of a non-Adobe PDF reader so I didn't try printing. | ||||
Tags | No tags attached. | ||||
Patch | |||||
2007-07-05 13:28
|
|
|
confirmed on 1,3,5svn Acrobat 5 also throws the warning |
|
Reminder sent to: fschmid Franz, the issue seems caused by the PutPage("Q\n") (line 2155 in PDF_End_Page). This line is not balanced by a PutPage("q\n") for eg in PDF_Begin_Page. So two solutions : either remove that line 2155 or add a PutPage("q\n") in PDF_Begin_Page(). |
|
I fixed the issue by removing that PutPage("Q\n") at line 2155 |
|
works fine now |
Date Modified | Username | Field | Change |
---|---|---|---|
2007-07-05 13:28 | jegHegy | New Issue | |
2007-07-05 13:28 | jegHegy | File Added: invalid_restore_pdf_bug.zip | |
2007-07-09 22:30 |
|
Status | new => assigned |
2007-07-09 22:30 |
|
Assigned To | => fschmid |
2007-07-09 22:30 |
|
Note Added: 0016758 | |
2007-08-08 13:19 | jghali | Note Added: 0016984 | |
2007-08-08 20:39 | jghali | Status | assigned => resolved |
2007-08-08 20:39 | jghali | Fixed in Version | => 1.3.5cvs |
2007-08-08 20:39 | jghali | Resolution | open => fixed |
2007-08-08 20:39 | jghali | Note Added: 0016991 | |
2007-08-08 20:40 | jghali | Status | resolved => assigned |
2007-08-08 20:40 | jghali | Assigned To | fschmid => jghali |
2007-08-08 20:41 | jghali | Status | assigned => resolved |
2007-08-08 20:42 | jghali | Relationship added | has duplicate 0006075 |
2007-08-31 11:08 |
|
Status | resolved => closed |
2007-08-31 11:08 |
|
Note Added: 0017227 |