View Issue Details

IDProjectCategoryView StatusLast Update
0005977ScribusPDFpublic2007-08-31 11:08
ReporterjegHegy Assigned Tojghali  
PrioritynormalSeveritymajorReproducibilityhave not tried
Status closedResolutionfixed 
Platformwin32OSWindows XPOS VersionSP2 + hotfixes
Product Version1.3.4 
Fixed in Version1.3.5svn 
Summary0005977: Opening Scribus-exported PDF in Adobe Reader produces "Invalid restore" error message, empty pages
DescriptionI 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 InformationI'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.
TagsNo tags attached.
Patch

Relationships

has duplicate 0006075 closedjghali Erroneous page in exported PDF causes Acrobat Reader error on printing 

Activities

2007-07-05 13:28

 

plinnell

2007-07-09 22:30

viewer   ~0016758

confirmed on 1,3,5svn

Acrobat 5 also throws the warning

jghali

2007-08-08 13:19

administrator   ~0016984

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().

jghali

2007-08-08 20:39

administrator   ~0016991

I fixed the issue by removing that PutPage("Q\n") at line 2155

plinnell

2007-08-31 11:08

viewer   ~0017227

works fine now

Issue History

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 plinnell Status new => assigned
2007-07-09 22:30 plinnell Assigned To => fschmid
2007-07-09 22:30 plinnell 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 plinnell Status resolved => closed
2007-08-31 11:08 plinnell Note Added: 0017227