Skip to content

Instantly share code, notes, and snippets.

View mohammedyunus009's full-sized avatar
🌈
ready to get started

mohammedyunus mohammedyunus009

🌈
ready to get started
View GitHub Profile
@mohammedyunus009
mohammedyunus009 / install-poppler-ubuntu.md
Created March 7, 2019 06:20 — forked from Dayjo/install-poppler-ubuntu.md
How to install Poppler on Ubuntu

First install all these prerequisites for compiling:

sudo apt install g++ autoconf libfontconfig1-dev pkg-config libjpeg-dev gnome-common libglib2.0-dev gtk-doc-tools libyelp-dev yelp-tools gobject-introspection libsecret-1-dev libnautilus-extension-dev

First download the encoding files (no need to compile these) to the current working directory

wget https://poppler.freedesktop.org/poppler-data-0.4.7.tar.gz
@mohammedyunus009
mohammedyunus009 / pdf2htmlEX.sh
Last active August 23, 2023 07:42 — forked from rajeevkannav/pdf2htmlEX.sh
Install CMake, pkg-config,GNU Getopt,GCC,poppler,fontforge,pdf2htmlEX in Ubuntu 16.05
#!/bin/bash
# Ubuntu Developer Script For pdf2htmlEx
# Created by Rajeev Kannav Sharma
# http://rajeevkannav.github.io/
#
#
# Downloads and configures the following:
#
# CMake, pkg-config
# GNU Getopt