Is there no way to set a landscape orientation for output to remarkable tablets? It seems no matter the format of the file, or the -W and -H flags being used, I can never get the resulting file to open or render correctly in landscape.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Interesting question!
Please try the following command:
drawj2d -Trmdoc -X-26.5 -W210 -H157 landscape.hcl
Upload out-landscape.rmdoc to the rM. On the rM tablet open the notebook (out-landscape) and select the menu option "Set to landscape".
notes
- assuming in landscape.hcl you draw within the coordinates 0 < x < 210 (width in mm) and 0 < y < 157 (height)
- (157 - 210) / 2 = -26.5
- probably you can omit the -W and -H parameters
- use -Trmn for RCU or -Trm for rmapi
Does this work?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there no way to set a landscape orientation for output to remarkable tablets? It seems no matter the format of the file, or the -W and -H flags being used, I can never get the resulting file to open or render correctly in landscape.
Interesting question!
Please try the following command:
Upload out-landscape.rmdoc to the rM. On the rM tablet open the notebook (out-landscape) and select the menu option "Set to landscape".
notes
- assuming in landscape.hcl you draw within the coordinates 0 < x < 210 (width in mm) and 0 < y < 157 (height)
- (157 - 210) / 2 = -26.5
- probably you can omit the -W and -H parameters
- use -Trmn for RCU or -Trm for rmapi
Does this work?