Write Retrieving PDFs

This commit is contained in:
2025-01-31 16:56:25 +01:00
parent 3cd884e035
commit 1d195c9167
3 changed files with 9 additions and 0 deletions

View File

@ -19,6 +19,15 @@ pointing to your JDK.
Note that you don't need to build a native executable to run a development Note that you don't need to build a native executable to run a development
environment. environment.
## Retrieving PDFs
You must have 2 PDF files with the names `cv-actual.pdf` and `cv-stackoverflow.pdf`
as this is what is referenced by the rows in the database. By default, they must
be placed in `/srv/pdfs/` but feel free to modify the constant before running the
code.
For your convenience, those files are placed at the root of the project.
## Choices ## Choices
### GraalVM ### GraalVM

BIN
cv-actual.pdf Normal file

Binary file not shown.

BIN
cv-stackoverflow.pdf Normal file

Binary file not shown.