Additional Resources - xiangxw/mupdf-qt GitHub Wiki
- A more detailed file example: http://gnupdf.org/Introduction_to_PDF
- PDF Knowledge From gnupdf: http://www.gnupdf.org/Category:PDF
- Portable Document Format: An Introduction for Programmers: http://www.mactech.com/articles/mactech/Vol.15/15.09/PDFIntro/index.html
- PDF Reference: http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/pdf/pdfs/pdf_reference_1-7.pdf. Recommended chapters to read: "2. Overview", "3.4 File Structure", "4.1 Graphics Objects" that lists the PDF commands.
- Unofficial TeXworks's Qt implement: https://github.com/stloeffler/TeXworks/tree/mupdf-qt-binding
- Project pdf.js: https://github.com/mozilla/pdf.js
- Project gnupdf: http://www.gnupdf.org/Main_Page
- Project poppler-qt4: http://people.freedesktop.org/~aacid/docs/qt4/
- Unofficial fork of TeXworks: https://github.com/stloeffler/TeXworks