mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2024-12-21 19:08:24 +01:00
Correct default fit
This commit is contained in:
parent
12d86049f6
commit
9eed761346
@ -215,7 +215,7 @@ public class ConvertImgPDFController {
|
||||
colorType = "color";
|
||||
}
|
||||
if (fitOption == null || fitOption.isEmpty()) {
|
||||
fitOption = "fitDocumentToImage";
|
||||
fitOption = "fillPage";
|
||||
}
|
||||
// Convert the file to PDF and get the resulting bytes
|
||||
byte[] bytes =
|
||||
|
Loading…
Reference in New Issue
Block a user