All Projects → transpect → pdf2fxl

transpect / pdf2fxl

Licence: BSD-2-Clause license
PDF to EPUB3 Fixed Layout converter

Programming Languages

XProc
15 projects
XSLT
1337 projects
shell
77523 projects

Projects that are alternatives of or similar to pdf2fxl

repub cli
markdown docs to epub3
Stars: ✭ 32 (+77.78%)
Mutual labels:  epub3
epub3guide
台灣 EPUB3 制作指引
Stars: ✭ 95 (+427.78%)
Mutual labels:  epub3
cheepub
PDF/EPUB generator from Markdown
Stars: ✭ 17 (-5.56%)
Mutual labels:  epub3
AozoraEpub3
青空文庫テキスト→ePub3変換
Stars: ✭ 58 (+222.22%)
Mutual labels:  epub3
Wedge
可配置的小说下载及电子书生成工具
Stars: ✭ 62 (+244.44%)
Mutual labels:  epub3
syncabook
📖🎧 A tool for creating ebooks with synchronized text and audio (EPUB3 with Media Overlays)
Stars: ✭ 70 (+288.89%)
Mutual labels:  epub3
iRead
iRead is an EPUB reader for iOS written in Swift
Stars: ✭ 83 (+361.11%)
Mutual labels:  epub3
readium-css
🌈 A set of reference stylesheets for EPUB Reading Systems, starting with Readium Mobile
Stars: ✭ 78 (+333.33%)
Mutual labels:  epub3

pdf2fxl – A PDF to Fixed Layout EPUB Converter

Prerequisites

  1. Poppler, in particular poppler’s pdftohtml binary
  2. ImageMagick

Poppler and ImageMagick are available for many package managers, including Cygwin’s. We made sure that the Bash front-end script runs on the Oracle Java for Windows / Cygwin combo. We have also tried to avoid utilities/options such as readlink -f that are known to not work on vanilla Mac OS X / BSD systems. However, we didn’t try it yet on a Mac and we’d like to hear from you whether it’s woking there.

The other prerequisites are Java 1.7 (or newer) and bash.

Clone the repository

It's necessary to clone the repository with the --recursive option to include the Git submodules.

git clone http://github.com/transpect/pdf2fxl --recursive

Invocation

./pdf2fxl -d -e sample/demojam.pdf

pdf2fxl {PDF}

switch options
-z zoom factor
-o custom output directory
-r raster text as image
-e create epub
-p omit poppler
-d turn debug mode on
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].