shithub: pdffs

Download patch

ref: 0edbea43ea0446eab1ec4535d17b5b13a01d5910
parent: 51e620a808436a17a637c3be7c97b5f0762a6d95
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Sun Apr 18 18:20:59 EDT 2021

todo: Extends in ObjStm

--- a/README.md
+++ b/README.md
@@ -12,3 +12,4 @@
 * CryptDecode filter
 * does DCTDecode filter need to deal with ColorTransform?
 * do we need predictor 5 ("optimum")?
+* object stream disctionary doesn't support `Extends`
--- a/eval.c
+++ b/eval.c
@@ -52,6 +52,8 @@
 	}
 	Sclose(s);
 
+	/* FIXME "Extends" */
+
 	return o;
 
 err: