Stirling-PDF/src/main/java/stirling/software/SPDF/controller/api
Anthony Stirling 9884c65b10
formattingand autowired constructors (#2557)
# Description
This pull request includes several changes aimed at improving the code
structure and removing redundant code. The most significant changes
involve reordering methods, removing unnecessary annotations, and
refactoring constructors to use dependency injection.
Autowired now comes via constructor (which also doesn't need autowired
annotation as its done by default for configuration)



## Checklist

- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md)
- [ ] I have performed a self-review of my own code
- [ ] I have attached images of the change if it is UI based
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] If my code has heavily changed functionality I have updated
relevant docs on [Stirling-PDFs doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/)
- [ ] My changes generate no new warnings
- [ ] I have read the section [Add New Translation
Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags)
(for new translation tags only)
2024-12-24 09:52:53 +00:00
..
converters formattingand autowired constructors (#2557) 2024-12-24 09:52:53 +00:00
filters fix: use the same margins for x and y in the stamp feature 2024-02-07 21:40:33 -05:00
misc formattingand autowired constructors (#2557) 2024-12-24 09:52:53 +00:00
pipeline formattingand autowired constructors (#2557) 2024-12-24 09:52:53 +00:00
security formattingand autowired constructors (#2557) 2024-12-24 09:52:53 +00:00
AdditionalLanguageJsController.java formattingand autowired constructors (#2557) 2024-12-24 09:52:53 +00:00
CropController.java Remove Direct Logger and Use Lombok @Slf4j 2024-12-17 10:26:18 +01:00
DatabaseController.java formattingand autowired constructors (#2557) 2024-12-24 09:52:53 +00:00
MergeController.java Remove Direct Logger and Use Lombok @Slf4j 2024-12-17 10:26:18 +01:00
MultiPageLayoutController.java formattingand autowired constructors (#2557) 2024-12-24 09:52:53 +00:00
PdfImageRemovalController.java formattingand autowired constructors (#2557) 2024-12-24 09:52:53 +00:00
PdfOverlayController.java Metadata handling for all PDF endpoints (#1894) 2024-09-14 16:29:39 +01:00
RearrangePagesPDFController.java Remove Direct Logger and Use Lombok @Slf4j 2024-12-17 10:26:18 +01:00
RotationController.java Remove Direct Logger and Use Lombok @Slf4j 2024-12-17 10:26:18 +01:00
ScalePagesController.java Remove Direct Logger and Use Lombok @Slf4j 2024-12-17 10:26:18 +01:00
SettingsController.java formattingand autowired constructors (#2557) 2024-12-24 09:52:53 +00:00
SplitPdfByChaptersController.java formattingand autowired constructors (#2557) 2024-12-24 09:52:53 +00:00
SplitPdfBySectionsController.java Remove Direct Logger and Use Lombok @Slf4j 2024-12-17 10:26:18 +01:00
SplitPdfBySizeController.java Remove Direct Logger and Use Lombok @Slf4j 2024-12-17 10:26:18 +01:00
SplitPDFController.java Remove Direct Logger and Use Lombok @Slf4j 2024-12-17 10:26:18 +01:00
ToSinglePageController.java Remove Direct Logger and Use Lombok @Slf4j 2024-12-17 10:26:18 +01:00
UserController.java formattingand autowired constructors (#2557) 2024-12-24 09:52:53 +00:00