Anthony Stirling 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ed2ef01690 
							
						 
					 
					
						
						
							
							Memory enhancements and PDF decompress API ( #3129 )  
						
						... 
						
						
						
						# Description of Changes
- PDF split by size to check size of PDF as it splits, avoids issue were
a PDFs size is different viewed vs saved due to compression caused by
repeated data etc.
- Additionally memory enhancements for PDF load to dynamically load in
memory vs scratch
- PDF Decompress API for PDF testing
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details. 
						
					 
					
						2025-03-08 00:03:27 +00:00 
						 
				 
			
				
					
						
							
							
								Anthony Stirling 
							
						 
					 
					
						
						
						
						
							
						
						
							db028dfe27 
							
						 
					 
					
						
						
							
							docker move  
						
						
						
					 
					
						2024-11-16 11:31:26 +00:00 
						 
				 
			
				
					
						
							
							
								Anthony Stirling 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8c01425eee 
							
						 
					 
					
						
						
							
							Lots of changes ( #1889 )  
						
						... 
						
						
						
						* Add image support to multi-tool page
Related to #278 
* changes to support image types
* final touches
* final touches
* final touches
Signed-off-by: a <a>
* final touches
Signed-off-by: a <a>
* final touches
Signed-off-by: a <a>
* final touches
Signed-off-by: a <a>
* final touches
Signed-off-by: a <a>
* final touches
Signed-off-by: a <a>
* final touches
Signed-off-by: a <a>
* Update translation files (#1888 )
Signed-off-by: GitHub Action <action@github.com>
Co-authored-by: GitHub Action <action@github.com>
---------
Signed-off-by: a <a>
Signed-off-by: GitHub Action <action@github.com>
Co-authored-by: a <a>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub Action <action@github.com> 
						
					 
					
						2024-09-13 16:42:38 +01:00 
						 
				 
			
				
					
						
							
							
								Anthony Stirling 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a0227a4bdd 
							
						 
					 
					
						
						
							
							Merge pull request  #1382  from Stirling-Tools/tweaks  
						
						... 
						
						
						
						tweaks and fix for #1381  
						
					 
					
						2024-06-05 22:35:22 +01:00 
						 
				 
			
				
					
						
							
							
								Anthony Stirling 
							
						 
					 
					
						
						
						
						
							
						
						
							87be41117f 
							
						 
					 
					
						
						
							
							tweaks and fix for  #1381  
						
						
						
					 
					
						2024-06-05 21:16:22 +01:00 
						 
				 
			
				
					
						
							
							
								Ludy87 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dfb8ba857f 
							
						 
					 
					
						
						
							
							add properties Docker  
						
						
						
					 
					
						2024-05-30 11:52:13 +02:00 
						 
				 
			
				
					
						
							
							
								Paul Canham 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							841b8a6439 
							
						 
					 
					
						
						
							
							chore: correcting typo in docker-compose example for sso  
						
						
						
					 
					
						2024-05-21 23:01:40 +01:00 
						 
				 
			
				
					
						
							
							
								Paul Canham 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							611d2b22d2 
							
						 
					 
					
						
						
							
							feat: expand on sso example showing ability to alter oauth2 scope  
						
						
						
					 
					
						2024-05-21 23:00:49 +01:00 
						 
				 
			
				
					
						
							
							
								Sahil Phule 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d9fa8f7b48 
							
						 
					 
					
						
						
							
							Add OAUTH2 OIDC login support ( #1140 )  
						
						... 
						
						
						
						* Somewhat working
* Change Autocreate logic
* Add OAuth Error Message if Auto create Disabled
* Display OAUTH2 username(email) in Account Settings
* Disable Change user/pass for Oauth2 user
* Hide SSO Button if SSO login Disabled
* Remove some spaces and comments
* Add OAUTH2 Login example docker-compose file
* Add Some Comments
* Hide Printing of Client secret
* Remove OAUTH2 Beans
and replace with applicationProperties
* Add conditional annotation to Bean Creation
* Update settings.yml.template
Add OAUTH2 enabling template.
* Update messages_en_GB.properties 
						
					 
					
						2024-04-29 22:01:22 +01:00