Hey, I have pdf which is mostly text with some images. When I use k2pdfopt to convert it for my e reader, it crops based on white space as it says, but it splits up some images and doesn't preserve their orientation to each other. for example i have a table like:
Code:
x y
___ ___
1 5
2 10
3 15
4 20
but it splits up x and y from each other (both tables are in same image) one goes before a paragraph, the other goes after. I want to keep them next to each other. I understand this is probably useful for pdfs with no text and that are printed, but for me I need to preserve the tables orientation to each other. Is there an option to preserve all images in a pdf?