Sha256: 99b488b3905d37f333642efad20e0aedfc14d86e83078c5d45528882e6704ea1

Contents?: true

Size: 547 Bytes

Versions: 1

Compression:

Stored size: 547 Bytes

Contents

[o] implement Document#rewrite
[o] doc.add_stream { |st| st.bt ... }
[o] st = d.addstream
    st.tf '/helv', 12
    st.bt 5, 6, "hello"
    d.write('out.pdf') # closes the stream...
[ ] fail if insert_content or insert_font on an unclosed stream obj

[o] Document.write('-') (stdout inspiration)


[ ] stop using the st-mark thing
[ ] recompress idea? uncompress with pdftk, recompress with podoff
    smaller docs anyway... /Filter /FlatDecode

decompress:
  qpdf --qdf --object-streams=disable in.pdf out.pdf
recompress:
  qpdf in.pdf out.pdf

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
podoff-1.1.0 todo.txt