Quote:
Originally Posted by isaacbh
Thank you so much for this new version. I'm already using some of the new features with good results. I'm a bit unclear about the usage of -bpm. How do I translate the color I chose into a triplet that the program can understand? Also, just how big should the marking be so the program will recognize it reliably?
|
For the example that I was given
here, the usage would be:
Code:
k2pdfopt -bpm 0,1,0 ...
0,1,0 = r,g,b triplet for a bright green line (red and blue 0, green 1).
A line like in the linked example works for a page break, but it doesn't have to span the page. It can actually just be a green (or other color) dot if you want. Only one pixel of the right color need be found to act as a page break marker.