Ticket #1727 (closed bug: fixed)
Books with PDF frame cannot be saved
Reported by: | deyan | Owned by: | mira |
---|---|---|---|
Priority: | critical | Milestone: | M09_BETA1 |
Component: | uncategorized | Version: | 2.0 |
Keywords: | Cc: | ||
Category: | unknown | Effort: | |
Importance: | Ticket_group: | ||
Estimated Number of Hours: | Add Hours to Ticket: | ||
Billable?: | Total Hours: | ||
Analysis_owners: | deyan | Design_owners: | mira |
Imp._owners: | mira | Test_owners: | |
Analysis_reviewers: | Changelog: | ||
Design_reviewers: | pap | Imp._reviewers: | pap |
Test_reviewers: | Analysis_score: | 0 | |
Design_score: | 3.5 | Imp._score: | 3.5 |
Test_score: | 0 |
Description
Create a book, insert a PDF, Save the book as, an error appears.
Attachments
Change History
comment:1 Changed 16 years ago by deyan
- Owner set to deyan
- Status changed from new to s1a_analysis_started
comment:2 Changed 16 years ago by deyan
- Status changed from s1a_analysis_started to s1b_analysis_finished
comment:3 Changed 16 years ago by mira
- Design_owners set to mira
- Status changed from s1b_analysis_finished to s1c_analysis_ok
- Imp._owners set to mira
There is no pdf content and resource persisters. The resource can not be persisted in its current state.
The pdfData() prop is added to hold the bin data for the pdf file and to be persisted. Helper methods are written to help conversion from bin data to byte buffer needed for construction of a PDFFile. The two needed persisters are written also. [3910]
comment:4 Changed 16 years ago by mira
- Owner changed from deyan to mira
- Status changed from s1c_analysis_ok to s2a_design_started
comment:5 Changed 16 years ago by mira
- Status changed from s2a_design_started to s2b_design_finished
comment:7 Changed 16 years ago by mira
- Status changed from s2c_design_ok to s3a_implementation_started
Note: See
TracTickets for help on using
tickets.