diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index bf769646..47cdf059 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,9 +17,9 @@ jobs: matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] go: [ "1.20", "1.21" ] - pdfium: [ "4849", "6150" ] + pdfium: [ "4849", "6248" ] env: - PDFIUM_EXPERIMENTAL_VERSION: "6150" + PDFIUM_EXPERIMENTAL_VERSION: "6248" PDFIUM_EXPERIMENTAL_GO_VERSION: "1.21" runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/pdfium-windows.pc b/.github/workflows/pdfium-windows.pc index 55c0383c..3e76c35c 100644 --- a/.github/workflows/pdfium-windows.pc +++ b/.github/workflows/pdfium-windows.pc @@ -4,7 +4,7 @@ includedir=D:/opt/pdfium/include Name: PDFium Description: PDFium -Version: 6150 +Version: 6248 Requires: Libs: -L${libdir} -lpdfium diff --git a/.github/workflows/pdfium.pc b/.github/workflows/pdfium.pc index d6bcba74..a3f8acb6 100644 --- a/.github/workflows/pdfium.pc +++ b/.github/workflows/pdfium.pc @@ -4,7 +4,7 @@ includedir=/opt/pdfium/include Name: PDFium Description: PDFium -Version: 6150 +Version: 6248 Requires: Libs: -L${libdir} -lpdfium diff --git a/README.md b/README.md index 99b89f87..b2d9065a 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ includedir={path}/include Name: PDFium Description: PDFium -Version: 6150 +Version: 6248 Requires: Libs: -L${libdir} -lpdfium diff --git a/webassembly/pdfium.wasm b/webassembly/pdfium.wasm index f8faa08f..a32efc08 100755 Binary files a/webassembly/pdfium.wasm and b/webassembly/pdfium.wasm differ