mirror of
				https://github.com/Frooodle/Stirling-PDF.git
				synced 2025-10-25 11:17:28 +02:00 
			
		
		
		
	docs
This commit is contained in:
		
							parent
							
								
									10126ce979
								
							
						
					
					
						commit
						cd5bd92a41
					
				| @ -138,10 +138,6 @@ services: | ||||
| #      - /location/of/customFiles:/customFiles/ | ||||
|     environment: | ||||
|       - DOCKER_ENABLE_SECURITY=false | ||||
|        | ||||
|        | ||||
| 
 | ||||
| 
 | ||||
| ``` | ||||
| 
 | ||||
| 
 | ||||
|  | ||||
| @ -27,11 +27,13 @@ import org.springframework.web.bind.annotation.RestController; | ||||
| import org.springframework.web.multipart.MultipartFile; | ||||
| 
 | ||||
| import io.swagger.v3.oas.annotations.Operation; | ||||
| import io.swagger.v3.oas.annotations.tags.Tag; | ||||
| import stirling.software.SPDF.model.api.security.SanitizePdfRequest; | ||||
| import stirling.software.SPDF.utils.WebResponseUtils; | ||||
| 
 | ||||
| @RestController | ||||
| @RequestMapping("/api/v1/security") | ||||
| @Tag(name = "Security", description = "Security APIs") | ||||
| public class SanitizeController { | ||||
| 
 | ||||
| 	@PostMapping(consumes = "multipart/form-data", value = "/sanitize-pdf") | ||||
|  | ||||
| @ -15,7 +15,7 @@ import io.swagger.v3.oas.annotations.Hidden; | ||||
| import io.swagger.v3.oas.annotations.tags.Tag; | ||||
| 
 | ||||
| @Controller | ||||
| @Tag(name = "Other", description = "Other APIs") | ||||
| @Tag(name = "Misc", description = "Miscellaneous APIs") | ||||
| public class OtherWebController { | ||||
|     @GetMapping("/compress-pdf") | ||||
|     @Hidden | ||||
|  | ||||
| @ -56,7 +56,7 @@ usernameExistsMessage=New Username already exists. | ||||
| ############# | ||||
| navbar.convert=Convert | ||||
| navbar.security=Security | ||||
| navbar.other=Other | ||||
| navbar.other=Miscellaneous | ||||
| navbar.darkmode=Dark Mode | ||||
| navbar.pageOps=Page Operations | ||||
| navbar.settings=Settings | ||||
|  | ||||
| @ -56,7 +56,7 @@ usernameExistsMessage=New Username already exists. | ||||
| ############# | ||||
| navbar.convert=Convert | ||||
| navbar.security=Security | ||||
| navbar.other=Other | ||||
| navbar.other=Miscellaneous | ||||
| navbar.darkmode=Dark Mode | ||||
| navbar.pageOps=Page Operations | ||||
| navbar.settings=Settings | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user