All Projects → Djphoenix719 → PDFoundry

Djphoenix719 / PDFoundry

Licence: Apache-2.0 license
A fully featured PDF viewer module for Foundry VTT, including form fillable actor sheets, journal links, and more!

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
CSS
56736 projects
HTML
75241 projects
SCSS
7915 projects
TeX
3793 projects

Projects that are alternatives of or similar to PDFoundry

ddb-game-log
DDB Gamelog makes your D&D Beyond rolls visible in Foundry VTT without any browser extensions.
Stars: ✭ 17 (-55.26%)
Mutual labels:  foundry-vtt
IKFB
Involution King Fun Book (IKFB, Chinese: 快卷, 卷王快乐本) is an integrated management system for papers and literature. Powered by Electron.
Stars: ✭ 29 (-23.68%)
Mutual labels:  pdf-viewer
Bryans-Preferred-Modules-for-FoundryVTT
My personally cultivated list of FoundryVTT Modules for Dungeons and Dragons 5e and Pathfinder 2e that play nicely together without creating an overwhelming amount of UI options or causing noticeable FPS drops.
Stars: ✭ 119 (+213.16%)
Mutual labels:  foundry-vtt
Open-PDF-File-Android-Example
An example project to demonstrate how to open a PDF file in Android programmatically
Stars: ✭ 57 (+50%)
Mutual labels:  pdf-viewer
emacs-application-framework
EAF, an extensible framework that revolutionizes the graphical capabilities of Emacs
Stars: ✭ 2,454 (+6357.89%)
Mutual labels:  pdf-viewer
JB2A DnD5e
Templates of spells from the DnD5e ruleset (SRD and PHB), to use on FoundryVTT
Stars: ✭ 28 (-26.32%)
Mutual labels:  foundry-vtt
wiki
FVTT Community Wiki - This repo has been replaced by: https://foundryvtt.wiki
Stars: ✭ 32 (-15.79%)
Mutual labels:  foundry-vtt
forbidden-lands-foundry-vtt
This is a Forbidden Lands game System for the Foundry Virtual Table Top. Made by @Perfectro, @patrys and @aMediocreDad. Maintained by @aMediocreDad, @narukaioh
Stars: ✭ 28 (-26.32%)
Mutual labels:  foundry-vtt
LARAVEL-PDF-VIEWER
A Laravel Package for viewing PDF files or documents on the web without leaving your Web Application
Stars: ✭ 80 (+110.53%)
Mutual labels:  pdf-viewer
perfect-vision
Foundry VTT Module: Lighting Drawings and Vision Limitation.
Stars: ✭ 45 (+18.42%)
Mutual labels:  foundry-vtt
chat-images
A module for Foundry VTT that adds image support for the chat.
Stars: ✭ 19 (-50%)
Mutual labels:  foundry-vtt
MouseTooltipTranslator
chrome extension - When mouse hover on text, it shows translated tooltip using google translate
Stars: ✭ 93 (+144.74%)
Mutual labels:  pdf-viewer
Numenera-FoundryVTT
Numenera support for the Foundry virtual tabletop
Stars: ✭ 26 (-31.58%)
Mutual labels:  foundry-vtt
modules
FVTT Community Modules - This repo has been replaced by: https://foundryvtt.wiki/en/community/community-unlisted-modules
Stars: ✭ 21 (-44.74%)
Mutual labels:  foundry-vtt
fvtt-module-narrator-tools
Special tools to increase immersivity in your game.
Stars: ✭ 15 (-60.53%)
Mutual labels:  foundry-vtt
foundryvtt-gmScreen
A module which creates a modular GM Screen
Stars: ✭ 25 (-34.21%)
Mutual labels:  foundry-vtt
pdf-viewer
A Pure Python PDFViewer, which provides functionalities same as other famous PDFViewers.
Stars: ✭ 58 (+52.63%)
Mutual labels:  pdf-viewer
sioyek
Sioyek is a PDF viewer designed for reading research papers and technical books.
Stars: ✭ 3,890 (+10136.84%)
Mutual labels:  pdf-viewer
pdf-tools
Emacs support library for PDF files.
Stars: ✭ 219 (+476.32%)
Mutual labels:  pdf-viewer
i-librarian-free
I, Librarian - open-source version of a PDF managing SaaS.
Stars: ✭ 110 (+189.47%)
Mutual labels:  pdf-viewer

PDFoundry has been depracated

PDFoundry has been deprecated as Foundry VTT now includes builtin PDF support, and there are only a few cases where PDFoundry's extra features exceed Foundry's. It may return one day to provide the missing features, but will require enough work to do so that it is currently not viable without a more complete re-write.

So long, and thanks for all the fish!

PDFoundry

GitHub release (latest by date) GitHub Workflow Status GitHub issues GitHub license GitHub pull requests

GitHub All Releases GitHub Releases

PDFoundry (pronounced Pee-Dee-Foundry/pi di ˈfaʊndri) is a fully featured PDF viewer for FoundryVTT! PDFoundry supports a full suite of features for viewing PDFs right in Foundry VTT. Fillable forms, bookmarks, page links in journals and LOTS more. You can even use a form fillable PDF character sheet for an actor!

Please consider supporting me on Ko-Fi

Thanks to

Spanish localization: José E. Lozano (lozalojo)

French localization: Baktov

Community Resources

Tutorials and resources created by users of PDFoundry can be found here

Setup

PDFoundry is easily installable - find it in the modules list inside Foundry VTT. Alternatively, you can use the manifest link below.

Manifest

https://raw.githubusercontent.com/Djphoenix719/PDFoundry/master/module.json

System Developers

I highly recommend you do not bundle PDFoundry - if you do however, the module version will disable itself and display a warning to the user. Instead, you can see the documentation for an example of checking for the presence of PDFoundry, and enabling additional support if it is found.

Building PDFoundry

If you wish to build PDFoundry yourself - most commonly because you want to contribute - you can do the following.

  1. Clone the repository anywhere
  2. Copy foundryconfig.example.json and rename it foundryconfig.json. Edit the dataPath to your data folder.
  3. Open a terminal, navigate to the repository directory
  4. Run npm install
  5. Run gulp build to perform a one off build, or gulp watch to perform incremental builds as you change things

API Examples

See the documentation for details and examples.

Roadmap

See the development board for a list of planned features, roughly in the order I plan to get to them.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].