mbattyani / cl-pdf

CL-PDF is a cross-platform Common Lisp library for generating PDF files.
Other
115 stars 41 forks source link

Parse PDF #20

Closed ghost closed 3 years ago

ghost commented 3 years ago

Does CL-PDF also parse PDF files, so from PS to CL objects or something like that?

adlai commented 3 years ago

There is a parser that is currently not included in the main ASDF system, in the file pdf-parser.lisp; it parses according to the PDF 1.4 specification and builds CL objects corresponding to the document's structure.

adlai commented 3 years ago

@ertpoi did I answer your question?

ghost commented 3 years ago

Yes, thank you (and sorry for the delay!)

mbattyani commented 3 years ago

I guess I'm the worst for the delays. I should try and wake up from my covid torpor. Thanks @adlai for the answer