How to Make Changes in Frontend Code/Layout Stirling PDF
Thank you for this amazing PDF open-source project!
I've successfully running Stirling PDF Docker on my server.
I'm looking to make some changes to its frontend layout. However, I'm encountering difficulty understanding where the frontend files are located within the Docker container.
someone please guide me on how to locate the frontend files within the Docker container or provide insights into where these files might be stored?
Thank you!
HTML files can be found in
src/main/resources/templates/
and everything else is in
src/main/resources/static/
I don't have options for 'src/main/resources/templates/' directory.
Please check attached Images.
HTML files can be found in
src/main/resources/templates/and everything else is in
src/main/resources/static/
Please also update.
Thank you!
Source files are not available via the docker itself Sadly this all runs with java so all files are compiled inside the .jar file itself
The files discussed are the source files used found within github