View Single Post
Old 11-29-2023, 10:15 AM   #1
Cale Henituse
Junior Member
Cale Henituse began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Nov 2023
Device: Kindle scribe
Getting segmentation fault with k2pdfopt

I am trying to convert this pdf (https://arxiv.org/pdf/2311.13231.pdf) to scribe format.

This is the env variable (default set) I set -->
Code:
-w 1860 -h 2480 -dpi 400 -idpi -2 -om 0.2,0.15,0.2,0.15 -wrap- -col 1
i also used
Code:
-m 1
to remove the margin.

So far so good.

I am trying to increase the font size.

I tried all of the following options.
  1. Code:
    -fs 15
  2. -mag 1.2
  3. overwrite -dpi with higher value




All of these are giving segmentation fault in page 8. I even reinstalled k2pdfopt and tried again. The error persists. The page 8 is not a blank page also. Can someone help please.
Cale Henituse is offline   Reply With Quote