Now I understand better the problem that I was pointing out above. So, let me explain it in a better way. [ I would like to ask people to check if they are getting the same problem than me. For this purpose I am going to use the windows 0.99 version (I guess it is then easier for people to check if they have the same bug), but the linux command line for pdflrf is neither working well.]
The bug is that the output from the command line is different than the output of the gui version, being this last one the right one.
Take any pdf file you have. Let us assume the name is "file.pdf". Now convert file.pdf to an lrf file using the gui 0.99 version (with the landscape profile, the one by default) setting the height to 500. Next try to do the same thing from the command line. You have to use the following command line
Quote:
pdflrf-0.99.exe --rotation=-90 --height=500 -rs -i file.pdf -o file.pdf.lrf
|
Now you have to lrf files, "file.lrf" and "file.pdf.lrf". Then if you use your standard program to read lrf files you will realize that the two previous outputs are very different (at least for me this happens).
Is the same happenning to you?