|
|
|
@ -12,10 +12,10 @@
|
|
|
|
|
(check-equal? (· p margins) (margin 72 72 72 72))
|
|
|
|
|
(check-equal? (· p height) 792.0)
|
|
|
|
|
(check-equal? (· p width) 612.0)
|
|
|
|
|
(check-equal? (· p resources payload ProcSet) '("PDF" "Text" "ImageB" "ImageC" "ImageI"))
|
|
|
|
|
(check-equal? (· p resources ProcSet) '("PDF" "Text" "ImageB" "ImageC" "ImageI"))
|
|
|
|
|
|
|
|
|
|
(check-equal? (· p dictionary payload Type) "Page")
|
|
|
|
|
(check-equal? (· p dictionary payload MediaBox) '(0 0 612.0 792.0))
|
|
|
|
|
(check-true (is-a? (· p dictionary payload Contents) PDFReference))
|
|
|
|
|
(check-true (is-a? (· p dictionary payload Resources) PDFReference))
|
|
|
|
|
#;(check-true (is-a? (· p dictionary payload Parent) PDFReference))
|
|
|
|
|
(check-equal? (· p dictionary Type) "Page")
|
|
|
|
|
(check-equal? (· p dictionary MediaBox) '(0 0 612.0 792.0))
|
|
|
|
|
(check-true (is-a? (· p dictionary Contents) PDFReference))
|
|
|
|
|
(check-true (is-a? (· p dictionary Resources) PDFReference))
|
|
|
|
|
#;(check-true (is-a? (· p dictionary Parent) PDFReference))
|