diff --git a/.github/workflows/githubpages.yml b/.github/workflows/githubpages.yml
index 209ffbc..189c9d9 100644
--- a/.github/workflows/githubpages.yml
+++ b/.github/workflows/githubpages.yml
@@ -7,10 +7,6 @@ on:
push:
branches:
- 'master'
-
-concurrency:
- group: "pages"
- cancel-in-progress: false
jobs:
publish:
@@ -91,6 +87,10 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
+ concurrency:
+ group: "pages"
+ cancel-in-progress: false
+
steps:
- name: Deploy to GitHub Pages
id: deployment
diff --git a/.github/workflows/githubpages_staging.yml b/.github/workflows/githubpages_staging.yml
index 06da82f..e776d23 100644
--- a/.github/workflows/githubpages_staging.yml
+++ b/.github/workflows/githubpages_staging.yml
@@ -8,10 +8,6 @@ on:
pull_request:
branches:
- '**'
-
-concurrency:
- group: "pages"
- cancel-in-progress: false
jobs:
publish:
@@ -92,6 +88,10 @@ jobs:
name: github-pages-staging
url: ${{ steps.deployment.outputs.page_url }}
+ concurrency:
+ group: "pages"
+ cancel-in-progress: false
+
steps:
- name: Deploy to GitHub Pages
id: deployment
diff --git a/PDFtoZPL/PDFtoZPL.csproj b/PDFtoZPL/PDFtoZPL.csproj
index 6c8028e..25df31b 100644
--- a/PDFtoZPL/PDFtoZPL.csproj
+++ b/PDFtoZPL/PDFtoZPL.csproj
@@ -21,8 +21,7 @@
https://github.com/sungaila/PDFtoZPL
https://raw.githubusercontent.com/sungaila/PDFtoZPL/master/Icon_128.png
A .NET library to convert PDF files (and bitmaps) into Zebra Programming Language code.
- - Added optional parameter antiAliasing.
-- Added optional parameter backgroundColor.
+ - Added PDFium binaries for ASP.NET Core Blazor WebAssembly.
PDF ZPL Zebra Bitmap Convert Conversion C# PDFium MAUI wasm WebAssembly
https://github.com/sungaila/PDFtoZPL.git
git
@@ -72,7 +71,12 @@
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
+
+
+
+
+
diff --git a/WebConverter/WebConverter.csproj b/WebConverter/WebConverter.csproj
index abebbd9..799541a 100644
--- a/WebConverter/WebConverter.csproj
+++ b/WebConverter/WebConverter.csproj
@@ -13,8 +13,6 @@
true
true
- true
- false
true
partial
@@ -64,7 +62,6 @@
-
diff --git a/WebConverter/pdfium.a b/WebConverter/pdfium.a
deleted file mode 100644
index 8c78fd4..0000000
Binary files a/WebConverter/pdfium.a and /dev/null differ