diff --git a/src/PDFtoImage/PDFtoImage.csproj b/src/PDFtoImage/PDFtoImage.csproj index 8f642ebe..77bf3f4e 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 @@ -80,25 +79,30 @@ - - + + - - - - - - - + + + + + + - - + + + + + + + + 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