File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 11# rm2pdf
22
3- version 0.0.2
3+ version 0.0.3 : 09 September 2022
44
55Convert reMarkable tablet file 'bundles' to layered PDFs, with optional
66per-layer colours for selected pens.
@@ -24,7 +24,13 @@ rm2pdf -t templates/A4.pdf testfiles/d34df12d-e72b-4939-a791-5b34b3a810e7 /tmp/o
2424rm2pdf -c blue -c red -t templates/A4.pdf testfiles/d34df12d-e72b-4939-a791-5b34b3a810e7 /tmp/output4.pdf
2525```
2626
27- # Details
27+ ## Update
28+
29+ 09 September 2022
30+
31+ This 0.0.3 update supports pages inserted while annotating a PDF.
32+
33+ ## Details
2834
2935rm2pdf requires "bundles" of files created on the reMarkable tablet, including
3036the associated ` .metadata ` and ` .content ` files, together with the ` .rm ` binary
@@ -55,9 +61,6 @@ Note that rm2pdf has only been tested on a reMarkable v1 tablet.
5561
5662## Background
5763
58- This is a holiday project to learn go. Error handling in particular is pretty
59- poor.
60-
6164The project includes rmparse/rmparse.go, a remarkable tablet Go port of
6265reMarkable tablet "lines" or ".rm" file parser, with binary decoding hints drawn
6366from rm2svg https://github.com/reHackable/maxio/blob/master/tools/rM2svg which
@@ -76,7 +79,7 @@ Developed with go 1.15 on 64bit Linux.
7679
7780Test: ` go test -v ./... `
7881
79- Build : ` go build ` ; this should produce an executable called ` rm2svg ` .
82+ Build : ` go build ` ; this should produce an executable called ` rm2pdf ` .
8083
8184## License
8285
You can’t perform that action at this time.
0 commit comments