Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miyako/4d-plugin-xpdf
PDF tools based on Xpdf
https://github.com/miyako/4d-plugin-xpdf
4d-plugin 4d-plugin-apple-silicon pdf
Last synced: about 1 month ago
JSON representation
PDF tools based on Xpdf
- Host: GitHub
- URL: https://github.com/miyako/4d-plugin-xpdf
- Owner: miyako
- License: gpl-3.0
- Created: 2020-04-19T00:13:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-18T00:23:40.000Z (over 2 years ago)
- Last Synced: 2023-03-25T01:12:24.606Z (over 1 year ago)
- Topics: 4d-plugin, 4d-plugin-apple-silicon, pdf
- Language: C++
- Homepage:
- Size: 119 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![version](https://img.shields.io/badge/version-17%2B-3E8B93)
![platform](https://img.shields.io/static/v1?label=platform&message=mac-intel%20|%20mac-arm%20|%20win-64&color=blue)
![downloads](https://img.shields.io/github/downloads/miyako/4d-plugin-xpdf/total)# 4d-plugin-xpdf
PDF tools based on [Xpdf 4.02](https://www.xpdfreader.com/opensource.html).#### Notes
To build Xpdf without Qt dependency, open ``cmake-config.txt`` and remove the block the checks for the library. (``#--- look for Qt``). Otherwise, CMake configure fails. Note that only the ``xpdf`` tool requires Qt. For this project, we want to build ``libfofi`` ``libgoo`` ``libxpdf_objs`` ``libsplash``.
### Syntax
[miyako.github.io](https://miyako.github.io/2020/04/19/4d-plugin-xpdf.html)
### to add fontconfig
in CMake, set `CMAKE_EXE_LINKER_FLAGS`
```
"-lfontconfig -L{LIBRARY_SEARCH_PATH}"
```generate UNIX *Makefile*
in *aconf.c*, set
```
#define HAVE_FREETYPE_H 1
```