Stirling-PDF icon indicating copy to clipboard operation
Stirling-PDF copied to clipboard

How to Make Changes in Frontend Code/Layout Stirling PDF

Open mkamranmazhar opened this issue 1 year ago • 4 comments

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!

mkamranmazhar avatar Mar 26 '24 20:03 mkamranmazhar

HTML files can be found in

src/main/resources/templates/

and everything else is in

src/main/resources/static/

sbplat avatar Mar 27 '24 00:03 sbplat

I don't have options for 'src/main/resources/templates/' directory.

Please check attached Images.

Screenshot 2024-03-27 110903

Screenshot 2024-03-27 110954

mkamranmazhar avatar Mar 27 '24 06:03 mkamranmazhar

HTML files can be found in

src/main/resources/templates/

and everything else is in

src/main/resources/static/

Please also update.

Thank you!

mkamranmazhar avatar Mar 27 '24 20:03 mkamranmazhar

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

Frooodle avatar Mar 27 '24 20:03 Frooodle