Giter Site home page Giter Site logo

Comments (3)

jaredbriskman avatar jaredbriskman commented on September 3, 2024

I just encountered the same issue, and resolved it. It appears the version of wkhtmltopdf in apt is not sufficient to render PDFs correctly.

(I think this has something to do with the version of QT webkit in the apt package not being patched for wkhtmltopdf, and as such failing on some of the gh-flavored markdown)

Purging my apt install of wkhtmltopdf, then Installing the latest stable static release from their site fixed the issue for me.

from github-wikito-converter.

martijnende avatar martijnende commented on September 3, 2024

Ok, thank you for looking into it

from github-wikito-converter.

petrkalina avatar petrkalina commented on September 3, 2024

Recent installation that seems to work at the moment:

  • from empty ubuntu image
docker run -it --rm ubuntu:bionic bash
  • wkhtmltopdf
apt-get update
apt-get install xfonts-75dpi xfonts-base gvfs colord glew-utils libvisual-0.4-plugins gstreamer1.0-tools opus-tools qt5-image-formats-plugins qtwayland5 qt5-qmltooling-plugins librsvg2-bin lm-sensors
apt-get install wget
wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.bionic_amd64.deb
dpkg -i wkhtmltox_0.12.5-1.bionic_amd64.deb
...
wkhtmltopdf -V
wkhtmltopdf 0.12.5 (with patched qt)
  • github-wikito-converter
apt-get install npm
npm install -g github-wikito-converter
npm WARN deprecated [email protected]: Datauri 2.0 released. See more in https://github.com/data-uri/datauri/releases/tag/v2.0.0
npm WARN deprecated [email protected]: Mimer 1.0 released. See more in https://github.com/data-uri/mimer/releases/tag/v1.0.0
/usr/local/bin/gwtc -> /usr/local/lib/node_modules/github-wikito-converter/dist/cli/gwtc.js
/usr/local/lib
`-- [email protected] 
  +-- [email protected] 
  +-- [email protected] 
  +-- [email protected] 
  +-- [email protected] 
  | +-- [email protected] 
  | +-- [email protected] 
  | `-- [email protected] 
  +-- [email protected] 
  | `-- [email protected] 
  +-- [email protected] 
  | +-- [email protected] 
  | +-- [email protected] 
  | +-- [email protected] 
  | `-- [email protected] 
  |   `-- [email protected] 
  |     +-- [email protected] 
  |     +-- [email protected] 
  |     | `-- [email protected] 
  |     +-- [email protected] 
  |     `-- [email protected] 
  +-- [email protected] 
  +-- [email protected] 
  +-- [email protected] 
  +-- [email protected] 
  | `-- [email protected] 
  |   `-- [email protected] 
  |     +-- [email protected] 
  |     `-- [email protected] 
  +-- [email protected] 
  +-- [email protected] 
  | +-- [email protected] 
  | +-- [email protected] 
  | +-- [email protected] 
  | +-- [email protected] 
  | +-- [email protected] 
  | +-- [email protected] 
  | `-- [email protected] 
  `-- [email protected] 
    `-- [email protected] 

The default wiki and outcome:

apt-get install git
cd /tmp
git clone https://github.com/yakivmospan/github-wikito-converter.wiki.git

gwtc -v -f pdf github-wikito-converter.wiki/
debug:   gwc launched with options format=pdf, output=./, filename=documentation, title=Documentation , logoImage=null, footer=null, pdfPageCount=null, tocTitle=Table of contents, tocFile=null, tocLevel=3, highlightTheme=github, userCssFile=null, verbose=true, disableInlineAssets=false
debug:   Found 1 markdown files and 1 links pointing to them in TOC
debug:   Generating pdf: 1 pages to generate
info:    pdf file written: documentation.pdf
documentation.pdf

root@12164e86d115:/tmp# ls -l
-rw-r--r-- 1 root root 18864 Feb 26 19:26 documentation.pdf

from github-wikito-converter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.