parsing more of the pdf structure

This commit is contained in:
Jacob Lifshay 2025-12-26 01:13:52 -08:00
parent 83631cc4c6
commit e0993fdb4a
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ
9 changed files with 1549 additions and 100 deletions

View file

@ -0,0 +1,6 @@
use crate::pdf::object::PdfStream;
pub struct PdfContentStream {
stream: PdfStream,
// TODO
}