parsing more of the pdf structure
This commit is contained in:
parent
83631cc4c6
commit
e0993fdb4a
9 changed files with 1549 additions and 100 deletions
6
src/pdf/content_stream.rs
Normal file
6
src/pdf/content_stream.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
use crate::pdf::object::PdfStream;
|
||||
|
||||
pub struct PdfContentStream {
|
||||
stream: PdfStream,
|
||||
// TODO
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue