Skip to content

Instantly share code, notes, and snippets.

@ramSeraph
ramSeraph / convert_doc_to_pdf.py
Created September 3, 2024 05:04
Code to convert doc files to pdf using google drive
# License: UNLICENSE
import io
import json
import string
import random
import mimetypes
from pathlib import Path
import magic
@ramSeraph
ramSeraph / README.md
Last active July 29, 2022 18:18
mutool draw patch

A patch for mutool draw from mupdf to pick up fonts from an external font directory for non embedded fonts

Based on version 1.20.0-rc1 of mupdf

build instructions

git clone https://github.com/ArtifexSoftware/mupdf
cd mupdf
git checkout 1.20.0-rc1