tag:github.com,2008:https://github.com/pdf2htmlEX/pdf2htmlEX/releases Release notes from pdf2htmlEX 2020-08-19T20:43:25Z tag:github.com,2008:Repository/118475451/0.18.8.rc1 2020-08-19T20:43:25Z 0.18.8.rc1: Merge pull request #86 from stephengaito/master <p>adding DNF for use in Fedora and friends</p> stephengaito tag:github.com,2008:Repository/118475451/v0.18.8.rc1 2020-08-21T07:53:40Z v0.18.8.rc1 <p>This is the most recent release of the pdf2htmlEX project.</p> <ul> <li> <p>It adds support for Poppler version 0.89.0 as well as FontForge version 20200314.</p> </li> <li> <p>It also adds the <code>--turn-off-ligatures</code> command line switch to explicitly tell browsers not to use ligatures. This can be useful if an embedded font does not include ligatures.</p> </li> </ul> <p>We release five types of objects:</p> <ol> <li><a href="https://github.com/pdf2htmlEX/pdf2htmlEX/wiki/Download-Debian-Archive">Debian archives</a></li> <li><a href="https://github.com/pdf2htmlEX/pdf2htmlEX/wiki/Download-Alpine-Tar-Archive">Alpine tar archive</a></li> <li><a href="https://github.com/pdf2htmlEX/pdf2htmlEX/wiki/Download-AppImage">AppImage</a></li> <li><a href="https://github.com/pdf2htmlEX/pdf2htmlEX/wiki/Download-Docker-Image">Docker image</a></li> <li><a href="https://github.com/pdf2htmlEX/pdf2htmlEX/wiki/Building">Source</a></li> </ol> <p>You can click on any of the above links to find more information on how to<br> download and use each type of release object.</p> <p>Finally, the various <code>*.txt</code> and <code>buildInfo-*.sh</code> files have well known<br> (unchanging) names which can be used by automatic scripts to identify the<br> current full names of the corresponding binary artifacts.</p> <p><strong>For information on how to use <code>pdf2htmlEX</code> have a look at our<br> <a href="https://github.com/pdf2htmlEX/pdf2htmlEX/wiki">Wiki</a></strong></p> stephengaito tag:github.com,2008:Repository/118475451/continuous 2020-08-21T08:00:04Z Latest release <p>This is the most recent release of the pdf2htmlEX project.</p> <p>It adds support for Poppler version 0.89.0 as well as FontForge version<br> 20200314.</p> <p>This release candidate also adds build scripts for any DNF based<br> distribution such as Fedora.</p> <p>We release five types of objects:</p> <ol> <li><a href="https://github.com/pdf2htmlEX/pdf2htmlEX/wiki/Download-Debian-Archive">Debian archives</a></li> <li><a href="https://github.com/pdf2htmlEX/pdf2htmlEX/wiki/Download-Alpine-Tar-Archive">Alpine tar archive</a></li> <li><a href="https://github.com/pdf2htmlEX/pdf2htmlEX/wiki/Download-AppImage">AppImage</a></li> <li><a href="https://github.com/pdf2htmlEX/pdf2htmlEX/wiki/Download-Docker-Image">Docker image</a></li> <li><a href="https://github.com/pdf2htmlEX/pdf2htmlEX/wiki/Building">Source</a></li> </ol> <p>You can click on any of the above links to find more information on how to<br> download and use each type of release object.</p> <p>Finally, the various <code>*.txt</code> and <code>buildInfo-*.sh</code> files have well known<br> (unchanging) names which can be used by automatic scripts to identify the<br> current full names of the corresponding binary artifacts.</p> <p><strong>For information on how to use <code>pdf2htmlEX</code> have a look at our<br> <a href="https://github.com/pdf2htmlEX/pdf2htmlEX/wiki">Wiki</a></strong></p> stephengaito tag:github.com,2008:Repository/118475451/v0.18.7-poppler-0.81.0 2019-09-27T13:13:28Z v0.18.7-poppler-0.81.0 <p>This release updates pdf2htmlEX to work with poppler-0.81.0. (It has been developed and tested on Ubuntu 19.04).</p> <p>Since there is no Ubuntu/Debian package which corresponds to poppler-0.81.0 you must install a working version of poppler-0.81.0 yourself. Typically this will be by compiling poppler-0.81.0 from sources.</p> <h1>Install using APT</h1> <ol> <li>Install poppler-0.81.0</li> <li>Download the deb distribution file listed below</li> <li>Ensure your apt package information is up to date using:<br> sudo apt update</li> <li>Install using:<br> sudo apt install ./pdf2htmlex_0.18.7-1.git20190927rb69b8-0ubuntu1.disco1_amd64.deb</li> </ol> <h1>Install from source</h1> <p>Since pdf2htmlEX is no longer packaged by Debian (and hence by any of Debian's derivatives), you will need to compile pdf2htmlEX yourself.</p> <p>You can do this by downloading a copy of this repository and in the resulting pdf2htmlEX directory, typing the command:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" ./dobuild"><pre class="notranslate"><code> ./dobuild </code></pre></div> <p>If this is successful then you can install it for system wide use by typing the command:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" ./doinstall"><pre class="notranslate"><code> ./doinstall </code></pre></div> <p>Note that you will require sudo privileges to do the system wide install.</p> <p>To have a successful build you will require the following packages:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="libpoppler-private-dev pkg-config cmake make gcc (or clang) g++ libcairo-dev libspiro-dev libpng-dev libjpeg-dev libpoppler-dev libpango1.0-dev libfontforge-dev poppler-data openjdk-8-jre-headless (required for minimization of javascript)"><pre class="notranslate"><code>libpoppler-private-dev pkg-config cmake make gcc (or clang) g++ libcairo-dev libspiro-dev libpng-dev libjpeg-dev libpoppler-dev libpango1.0-dev libfontforge-dev poppler-data openjdk-8-jre-headless (required for minimization of javascript) </code></pre></div> stephengaito tag:github.com,2008:Repository/118475451/v0.18.6-poppler-0.80.0 2019-09-27T12:17:52Z v0.18.6-poppler-0.80.0 <p>This release updates pdf2htmlEX to work with poppler-0.80.0. (It has been developed and tested on Ubuntu 19.04).</p> <p>Since there is no Ubuntu/Debian package which corresponds to poppler-0.80.0 you must install a working version of poppler-0.80.0 yourself. Typically this will be by compiling poppler-0.80.0 from sources.</p> <h1>Install using APT</h1> <ol> <li>Install poppler-0.80.0</li> <li>Download the deb distribution file listed below</li> <li>Ensure your apt package information is up to date using:<br> sudo apt update</li> <li>Install using:<br> sudo apt install ./pdf2htmlex_0.18.6-1.git20190927r583b1-0ubuntu1.disco1_amd64.deb</li> </ol> <h1>Install from source</h1> <p>Since pdf2htmlEX is no longer packaged by Debian (and hence by any of Debian's derivatives), you will need to compile pdf2htmlEX yourself.</p> <p>You can do this by downloading a copy of this repository and in the resulting pdf2htmlEX directory, typing the command:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" ./dobuild"><pre class="notranslate"><code> ./dobuild </code></pre></div> <p>If this is successful then you can install it for system wide use by typing the command:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" ./doinstall"><pre class="notranslate"><code> ./doinstall </code></pre></div> <p>Note that you will require sudo privileges to do the system wide install.</p> <p>To have a successful build you will require the following packages:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="libpoppler-private-dev pkg-config cmake make gcc (or clang) g++ libcairo-dev libspiro-dev libpng-dev libjpeg-dev libpoppler-dev libpango1.0-dev libfontforge-dev poppler-data openjdk-8-jre-headless (required for minimization of javascript)"><pre class="notranslate"><code>libpoppler-private-dev pkg-config cmake make gcc (or clang) g++ libcairo-dev libspiro-dev libpng-dev libjpeg-dev libpoppler-dev libpango1.0-dev libfontforge-dev poppler-data openjdk-8-jre-headless (required for minimization of javascript) </code></pre></div> stephengaito tag:github.com,2008:Repository/118475451/v0.18.5-poppler-0.79.0 2019-09-27T09:32:13Z v0.18.5-poppler-0.79.0 <p>This release updates pdf2htmlEX to work with poppler-0.79.0. (It has been developed and tested on Ubuntu 19.04).</p> <p>Since there is no Ubuntu/Debian package which corresponds to poppler-0.79.0 you must install a working version of poppler-0.79.0 yourself. Typically this will be by compiling poppler-0.79.0 from sources.</p> <h1>Install using APT</h1> <ol> <li>Install poppler-0.79.0</li> <li>Download the deb distribution file listed below</li> <li>Ensure your apt package information is up to date using:<br> sudo apt update</li> <li>Install using:<br> sudo apt install ./pdf2htmlex_0.18.5-1.git20190927rdb4cc-0ubuntu1.disco1_amd64.deb</li> </ol> <h1>Install from source</h1> <p>Since pdf2htmlEX is no longer packaged by Debian (and hence by any of Debian's derivatives), you will need to compile pdf2htmlEX yourself.</p> <p>You can do this by downloading a copy of this repository and in the resulting pdf2htmlEX directory, typing the command:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" ./dobuild"><pre class="notranslate"><code> ./dobuild </code></pre></div> <p>If this is successful then you can install it for system wide use by typing the command:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" ./doinstall"><pre class="notranslate"><code> ./doinstall </code></pre></div> <p>Note that you will require sudo privileges to do the system wide install.</p> <p>To have a successful build you will require the following packages:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="libpoppler-private-dev pkg-config cmake make gcc (or clang) g++ libcairo-dev libspiro-dev libpng-dev libjpeg-dev libpoppler-dev libpango1.0-dev libfontforge-dev poppler-data openjdk-8-jre-headless (required for minimization of javascript)"><pre class="notranslate"><code>libpoppler-private-dev pkg-config cmake make gcc (or clang) g++ libcairo-dev libspiro-dev libpng-dev libjpeg-dev libpoppler-dev libpango1.0-dev libfontforge-dev poppler-data openjdk-8-jre-headless (required for minimization of javascript) </code></pre></div> stephengaito tag:github.com,2008:Repository/118475451/v0.18.4-poppler-0.78.0 2019-09-27T09:32:54Z v0.18.4-poppler-0.78.0 <p>This release updates pdf2htmlEX to work with poppler-0.78.0. (It has been developed and tested on Ubuntu 19.04).</p> <p>Since there is no Ubuntu/Debian package which corresponds to poppler-0.78.0 you must install a working version of poppler-0.78.0 yourself. Typically this will be by compiling poppler-0.78.0 from sources.</p> <h1>Install using APT</h1> <ol> <li>Install poppler-0.78.0</li> <li>Download the deb distribution file listed below</li> <li>Ensure your apt package information is up to date using:<br> sudo apt update</li> <li>Install using:<br> sudo apt install ./pdf2htmlex_0.18.4-1.git20190927r34bac-0ubuntu1.disco1_amd64.deb</li> </ol> <h1>Install from source</h1> <p>Since pdf2htmlEX is no longer packaged by Debian (and hence by any of Debian's derivatives), you will need to compile pdf2htmlEX yourself.</p> <p>You can do this by downloading a copy of this repository and in the resulting pdf2htmlEX directory, typing the command:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" ./dobuild"><pre class="notranslate"><code> ./dobuild </code></pre></div> <p>If this is successful then you can install it for system wide use by typing the command:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=" ./doinstall"><pre class="notranslate"><code> ./doinstall </code></pre></div> <p>Note that you will require sudo privileges to do the system wide install.</p> <p>To have a successful build you will require the following packages:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="libpoppler-private-dev pkg-config cmake make gcc (or clang) g++ libcairo-dev libspiro-dev libpng-dev libjpeg-dev libpoppler-dev libpango1.0-dev libfontforge-dev poppler-data openjdk-8-jre-headless (required for minimization of javascript)"><pre class="notranslate"><code>libpoppler-private-dev pkg-config cmake make gcc (or clang) g++ libcairo-dev libspiro-dev libpng-dev libjpeg-dev libpoppler-dev libpango1.0-dev libfontforge-dev poppler-data openjdk-8-jre-headless (required for minimization of javascript) </code></pre></div> stephengaito tag:github.com,2008:Repository/118475451/v0.18.3-poppler-0.77.0 2019-09-26T18:17:41Z v0.18.3-poppler-0.77.0 <p>This release updates pdf2htmlEX to work with poppler-0.77.0. (It has been developed and tested on Ubuntu 19.04).</p> <p>Since there is no Ubuntu/Debian package which corresponds to poppler-0.77.0 you must install a working version of poppler-0.77.0 yourself. Typically this will be by compiling poppler-0.77.0 from sources.</p> <h1>Install using APT</h1> <ol> <li>Install poppler-0.77.0</li> <li>Download the deb distribution file listed below</li> <li>Ensure your apt package information is up to date using:<br> sudo apt update</li> <li>Install using:<br> sudo apt install ./pdf2htmlex_0.18.3-1.git20190926r7ed19-0ubuntu1.disco1_amd64.deb</li> </ol> <h1>Install from source</h1> <p>Since pdf2htmlEX is no longer packaged by Debian (and hence by any of Debian's derivatives), you will need to compile pdf2htmlEX yourself.</p> <p>You can do this by downloading a copy of this repository and in the resulting pdf2htmlEX directory, typing the command:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="./dobuild"><pre class="notranslate"><code>./dobuild </code></pre></div> <p>If this is successful then you can install it for system wide use by typing the command:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="./doinstall"><pre class="notranslate"><code>./doinstall </code></pre></div> <p>Note that you will require sudo privileges to do the system wide install.</p> <p>To have a successful build you will require the following packages:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="libpoppler-private-dev pkg-config cmake make gcc (or clang) g++ libcairo-dev libspiro-dev libpng-dev libjpeg-dev libpoppler-dev libpango1.0-dev libfontforge-dev poppler-data openjdk-8-jre-headless (required for minimization of javascript)"><pre class="notranslate"><code>libpoppler-private-dev pkg-config cmake make gcc (or clang) g++ libcairo-dev libspiro-dev libpng-dev libjpeg-dev libpoppler-dev libpango1.0-dev libfontforge-dev poppler-data openjdk-8-jre-headless (required for minimization of javascript) </code></pre></div> stephengaito tag:github.com,2008:Repository/118475451/v0.18.2-poppler-0.76.0 2019-09-26T18:18:25Z v0.18.2-poppler-0.76.0 <p>This release updates pdf2htmlEX to work with poppler-0.76.0. (It has been developed and tested on Ubuntu 19.04).</p> <p><em>Since there is no Ubuntu/Debian package which corresponds to poppler-0.76.0 you <strong>must</strong> install a working version of poppler-0.76.0 yourself. Typically this will be by compiling poppler-0.76.0 from sources.</em></p> <h1>Install using APT</h1> <ol> <li>Install poppler-0.76.0</li> <li>Download the deb distribution file listed below</li> <li>Ensure your apt package information is up to date using:<br> sudo apt update</li> <li>Install using:<br> sudo apt install ./pdf2htmlex_0.18.2-1.git20190926ra37f7-0ubuntu1.disco1_amd64.deb</li> </ol> <h1>Install from source</h1> <p>Since pdf2htmlEX is no longer packaged by Debian (and hence by any of Debian's derivatives), you will need to compile pdf2htmlEX yourself.</p> <p>You can do this by downloading a copy of this repository and in the resulting pdf2htmlEX directory, typing the command:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="./dobuild"><pre class="notranslate"><code>./dobuild </code></pre></div> <p>If this is successful then you can install it for system wide use by typing the command:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="./doinstall"><pre class="notranslate"><code>./doinstall </code></pre></div> <p>Note that you will require sudo privileges to do the system wide install.</p> <p>To have a successful build you will require the following packages:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="libpoppler-private-dev pkg-config cmake make gcc (or clang) g++ libcairo-dev libspiro-dev libpng-dev libjpeg-dev libpoppler-dev libpango1.0-dev libfontforge-dev poppler-data openjdk-8-jre-headless (required for minimization of javascript)"><pre class="notranslate"><code>libpoppler-private-dev pkg-config cmake make gcc (or clang) g++ libcairo-dev libspiro-dev libpng-dev libjpeg-dev libpoppler-dev libpango1.0-dev libfontforge-dev poppler-data openjdk-8-jre-headless (required for minimization of javascript) </code></pre></div> stephengaito tag:github.com,2008:Repository/118475451/v0.18.1-poppler-0.75.0 2019-09-26T12:25:10Z v0.18.1-poppler-0.75.0 <p>This release updates pdf2htmlEX to work with poppler-0.75.0. (It has been developed and tested on Ubuntu 19.04).</p> <p><em>Since there is no Ubuntu/Debian package which corresponds to poppler-0.75.0 you <strong>must</strong> install a working version of poppler-0.75.0 yourself. Typically this will be by compiling poppler-0.75.0 from sources.</em></p> <h1>Install using APT</h1> <ol> <li>Install poppler-0.75.0</li> <li>Download the deb distribution file listed below</li> <li>Ensure your apt package information is up to date using:<br> sudo apt update</li> <li>Install using:<br> sudo apt install ./pdf2htmlex_0.18.1-1<del>git20190926r11e2a-0ubuntu1</del>disco1_amd64.deb</li> </ol> <h1>Install from source</h1> <p>Since pdf2htmlEX is no longer packaged by Debian (and hence by any of Debian's derivatives), you will need to compile pdf2htmlEX yourself.</p> <p>You can do this by downloading a copy of this repository and in the resulting pdf2htmlEX directory, typing the command:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="./dobuild"><pre class="notranslate"><code>./dobuild </code></pre></div> <p>If this is successful then you can install it for system wide use by typing the command:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="./doinstall"><pre class="notranslate"><code>./doinstall </code></pre></div> <p>Note that you will require sudo privileges to do the system wide install.</p> <p>To have a successful build you will require the following packages:</p> <div class="snippet-clipboard-content notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="libpoppler-private-dev pkg-config cmake make gcc (or clang) g++ libcairo-dev libspiro-dev libpng-dev libjpeg-dev libpoppler-dev libpango1.0-dev libfontforge-dev poppler-data openjdk-8-jre-headless (required for minimization of javascript)"><pre class="notranslate"><code>libpoppler-private-dev pkg-config cmake make gcc (or clang) g++ libcairo-dev libspiro-dev libpng-dev libjpeg-dev libpoppler-dev libpango1.0-dev libfontforge-dev poppler-data openjdk-8-jre-headless (required for minimization of javascript) </code></pre></div> stephengaito