Go to file
Stephen Gaito d2e869f05c updated local tests and added bash scripts to help automate testing. 2020-06-03 12:17:44 +00:00
.github Create FUNDING.yml 2019-11-07 07:40:02 -06:00
archive provisional commit of scripts to build debian package 2020-06-01 07:49:30 +00:00
buildScripts updated local tests and added bash scripts to help automate testing. 2020-06-03 12:17:44 +00:00
debian initial work on packaging debian old script too complex and does not work with new build system 2020-05-31 15:18:57 +00:00
patches added patch to fix the FONTFORGE_GIT_VERSION for our use 2019-11-23 06:41:05 +00:00
pdf2htmlEX updated local tests and added bash scripts to help automate testing. 2020-06-03 12:17:44 +00:00
testScripts penultimage build tools 2019-11-28 13:04:03 +00:00
.gitattributes updated local tests and added bash scripts to help automate testing. 2020-06-03 12:17:44 +00:00
.gitignore updated local tests and added bash scripts to help automate testing. 2020-06-03 12:17:44 +00:00
.travis.yml cleaned up references to apt build scripts 2020-06-02 18:45:29 +00:00
AUTHORS Merge branch 'incoming' 2015-04-29 21:25:46 +08:00
CONTRIBUTING.md Update CONTRIBUTING.md 2015-03-16 23:00:19 +08:00
ChangeLog 0.14.6 2015-07-22 17:31:40 +08:00
INSTALL new option: --process-annotation 2014-06-06 21:43:53 -07:00
LICENSE build on osx using homebrew 2019-12-03 18:36:56 +00:00
LICENSE_GPLv3 update License 2012-08-31 21:19:46 +08:00
PopplerReleases.md update for poppler-0.81.0 2019-09-27 13:22:04 +01:00
README.md pushed again to force travis 2019-12-13 14:33:16 +00:00
TODO fix typos 2016-01-01 12:02:27 +01:00

README.md

pdf2htmlEX

Build Status

Differences from upstream pdf2htmlEX:

This is my branch of pdf2htmlEX which aims to allow an open collaboration to help keep the project active. A number of changes and improvements have been incorperated from other forks:

  • Lots of bugs fixes, mostly of edge cases
  • Integration of latest Cairo code
  • Out of source building
  • Rewritten handling of obscured/partially obscured text - now much more accurate
  • Some support for transparent text
  • Improvement of DPI settings - clamping of DPI to ensure output graphic isn't too big

--correct-text-visibility tracks the visibility of 4 sample points for each character (currently the 4 corners of the character's bounding box, inset slightly) to determine visibility. It now has two modes. 1 = Fully occluded text handled (i.e. doesn't get put into the HTML layer). 2 = Partially occluded text handled.

The default is now "1", so fully occluded text should no longer show through. If "2" is selected then if the character is partially occluded it will be drawn in the background layer. In this case, the rendered DPI of the page will be automatically increased to --covered-text-dpi (default: 300) to reduce the impact of rasterized text.

For maximum accuracy I strongly recommend using the output options: --font-size-multiplier 1 --zoom 25. This will circumvent rounding errors inside web browsers. You will then have to scale down the resulting HTML page using an appropriate "scale" transform.

If you are concerned about file size of the resulting HTML, then I recommend patching fontforge to prevent it writing the current time into the dumped fonts, and then post-process the pdf2htmlEX data to remove duplicate files - there will usually be many duplicate background images and fonts.

一图胜千言
A beautiful demo is worth a thousand words

  • Bible de Genève, 1564 (fonts and typography): HTML / PDF
  • Cheat Sheet (math formulas): HTML / PDF
  • Scientific Paper (text and figures): HTML / PDF
  • Full Circle Magazine (read while downloading): HTML / PDF
  • Git Manual (CJK support): HTML / PDF

pdf2htmlEX renders PDF files in HTML, utilizing modern Web technologies. Academic papers with lots of formulas and figures? Magazines with complicated layouts? No problem!

pdf2htmlEX is also an online publishing tool which is flexible for many different use cases.

Learn more about who and why should use pdf2htmlEX.

Features

  • Native HTML text with precise font and location.
  • Flexible output: all-in-one HTML or on demand page loading (needs JavaScript).
  • Moderate file size, sometimes even smaller than PDF.
  • Supporting links, outlines (bookmarks), printing, SVG background, Type 3 fonts and more...

Compare to others

Portals

LICENSE

pdf2htmlEX, as a whole package, is licensed under GPLv3+. Some resource files are released with relaxed licenses, read LICENSE for more details.

Acknowledgements

pdf2htmlEX is made possible thanks to the following projects:

pdf2htmlEX is inspired by the following projects:

  • pdftohtml from poppler
  • MuPDF
  • PDF.js
  • Crocodoc
  • Google Doc

Special Thanks

  • Hongliang Tian
  • Wanmin Liu