Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
dart_pdf
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
David PHAM-VAN
2022-07-25 08:15:56 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
10e61dd9a9452b8af4f421f8f0273a0bc98c0ff5
10e61dd9
1 parent
02db7b47
Update Pdfium to version 5200
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
printing/CHANGELOG.md
printing/linux/CMakeLists.txt
printing/windows/CMakeLists.txt
printing/CHANGELOG.md
View file @
10e61dd
...
...
@@ -5,6 +5,7 @@
-
Added mounted check for setState in printing>preview>raster
[
Julius Alibrown
]
-
Added showsCopies option to print panel
[
Benjamin Kraatz
]
-
Support latest version of package:ffi
[
Xavier Hainaux
]
-
Update Pdfium to version 5200
## 5.9.1
...
...
printing/linux/CMakeLists.txt
View file @
10e61dd
...
...
@@ -16,7 +16,7 @@ cmake_minimum_required(VERSION 3.10)
set
(
PROJECT_NAME
"printing"
)
project
(
${
PROJECT_NAME
}
LANGUAGES CXX
)
set
(
PDFIUM_VERSION
"
4929
"
CACHE STRING
"Version of pdfium used"
)
set
(
PDFIUM_VERSION
"
5200
"
CACHE STRING
"Version of pdfium used"
)
set
(
PDFIUM_ARCH
"x64"
CACHE STRING
"Architecture of pdfium used"
)
if
(
${
PDFIUM_VERSION
}
STREQUAL
"latest"
)
...
...
printing/windows/CMakeLists.txt
View file @
10e61dd
...
...
@@ -16,7 +16,7 @@ cmake_minimum_required(VERSION 3.15)
set
(
PROJECT_NAME
"printing"
)
project
(
${
PROJECT_NAME
}
LANGUAGES CXX
)
set
(
PDFIUM_VERSION
"
4929
"
CACHE STRING
"Version of pdfium used"
)
set
(
PDFIUM_VERSION
"
5200
"
CACHE STRING
"Version of pdfium used"
)
set
(
PDFIUM_ARCH
"x64"
CACHE STRING
"Architecture of pdfium used"
)
if
(
${
PDFIUM_VERSION
}
STREQUAL
"latest"
)
...
...
Please
register
or
login
to post a comment