How to decode PDF files? #2898
-
I have such code: It works with jpg, png and other image's formats, but returns null with pdfs. What should I do to solve this problem? |
Beta Was this translation helpful? Give feedback.
Answered by
mattleibow
Jun 15, 2024
Replies: 1 comment 1 reply
-
SkiaSharp is mainly an image generator and processor. It has a bonus feature to support generating PDFs. It does not support reading PDFs. Maybe try Aspose PDF. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
k0rzh1k
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SkiaSharp is mainly an image generator and processor. It has a bonus feature to support generating PDFs.
It does not support reading PDFs.
Maybe try Aspose PDF.