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