Updated FAQ (markdown)

BobLd 2025-08-05 06:44:26 +01:00
parent 17bd099ff5
commit d282bfa715

2
FAQ.md

@ -15,7 +15,7 @@ If you already have applied the below solution and images are still missing, it
Filters requiring external implementation are: DCT, JPX and JBIG2. You can either implement your own, or use the following NuGet packages:
- PdfPig.Filters.Dct.JpegLibrary
- PdfPig.Filters.Jbig2.PdfboxJbig2
- PdfPig.Filters.Jpx.OpenJpegDotNet
- PdfPig.Filters.Jpx.OpenJpeg
Once the Nuget packages are added, use the following:
```csharp