<div dir="ltr"><div dir="ltr"><div dir="ltr">Hi there,<div><br></div><div>With <b>cgit 1.2.1-18-gbd0293f</b> patched with the about-link patches attached below and <b>git 1:2.20.1-2</b> on Ubuntu Eoan (19.10), I am trying to allow pdf files to be translated online using the about link.</div><div><br></div><div>The tool used to perform the translation is <b>pdf2htmlex</b> from Ubuntu artful with all required libraries also from artful (pdf2htmlex also exists on Debian stretch). It works fine on other distributions of the same family (artful version on eoan or stretch version on buster for instance); an example of such a translation from pdf into html format is attached below:</div><div><br></div><div><i>$ pdf2htmlex "README.pdf"</i></div><div><i><div>Preprocessing: 3/3</div><div>Working: 3/3</div><div><br></div></i><div><div>Modifying <b>about-formatting.sh</b> with:</div><div><br></div><div><div><i>sed -i '/exec \.\/txt2html;/i \</i></div><div><i><span style="white-space:pre-wrap">    </span>*.pdf) exec pdf2htmlEX; ;;' filters/about-formatting.sh</i></div></div><br class="gmail-m_7189514371603983324gmail-Apple-interchange-newline"></div><div>However, using that tool with cgit seems trickier than expected: I get the error "502 Bad Gateway" when clicking on the about link available here: <a href="https://git.sdxlive.com/GNS3-Labs-Collection/tree/README.pdf">https://git.sdxlive.com/GNS3-Labs-Collection/tree/README.pdf</a></div><div><br></div><div>I also tried to replace "exec pdf2htmlEX" with "exec ./pdf2htmlEX" in filters/about-formatting.sh and copy pdf2htmlEX in the filters/html-converters folder leading to the same end result.</div><div><br></div><div>Any suggestion?</div></div><div><br></div>-- <br><div dir="ltr" class="gmail_signature">Jean-Christophe</div></div></div></div>