diff --git a/.github/workflows/githubpages.yml b/.github/workflows/githubpages.yml index 7c5319c3..9681fd4a 100644 --- a/.github/workflows/githubpages.yml +++ b/.github/workflows/githubpages.yml @@ -7,11 +7,7 @@ on: push: branches: - 'master' - -concurrency: - group: "pages" - cancel-in-progress: false - +- jobs: publish: name: Publish @@ -82,6 +78,10 @@ jobs: needs: publish runs-on: ubuntu-latest + concurrency: + group: "pages" + cancel-in-progress: false + # Grant GITHUB_TOKEN the permissions required to make a Pages deployment permissions: pages: write # to deploy to Pages diff --git a/.github/workflows/githubpages_staging.yml b/.github/workflows/githubpages_staging.yml index 9ab47f45..45351624 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: @@ -91,6 +87,10 @@ jobs: environment: name: github-pages-staging url: ${{ steps.deployment.outputs.page_url }} + + concurrency: + group: "pages" + cancel-in-progress: false steps: - name: Deploy to GitHub Pages diff --git a/src/PDFtoImage/PDFtoImage.csproj b/src/PDFtoImage/PDFtoImage.csproj index 8f642ebe..b93a53d2 100644 --- a/src/PDFtoImage/PDFtoImage.csproj +++ b/src/PDFtoImage/PDFtoImage.csproj @@ -21,8 +21,7 @@ https://github.com/sungaila/PDFtoImage https://raw.githubusercontent.com/sungaila/PDFtoImage/master/etc/Icon_128.png A .NET library to render PDF files into images. - - Added optional parameter antiAliasing. -- Added optional parameter backgroundColor. + - Added PDFium binaries for ASP.NET Core Blazor WebAssembly. PDF Bitmap Image Convert Conversion C# PDFium SkiaSharp Skia PNG JPG JPEG WEBP Xamarin Android MonoAndroid MAUI wasm WebAssembly https://github.com/sungaila/PDFtoImage.git git @@ -76,7 +75,7 @@ - + @@ -92,7 +91,6 @@ - @@ -101,6 +99,12 @@ + + + + + + diff --git a/src/WebConverter/WebConverter.csproj b/src/WebConverter/WebConverter.csproj index 8fcbe2fd..69759e22 100644 --- a/src/WebConverter/WebConverter.csproj +++ b/src/WebConverter/WebConverter.csproj @@ -11,8 +11,6 @@ true true - true - false true partial @@ -61,7 +59,6 @@ - diff --git a/src/WebConverter/pdfium.a b/src/WebConverter/pdfium.a deleted file mode 100644 index 8c78fd49..00000000 Binary files a/src/WebConverter/pdfium.a and /dev/null differ