Closed AhmerAfzal1 closed 1 year ago
There are already new functions. The @Deprecated are legacy api's. Kotlin @Deprecated gives migration options. The point of this is help people migrate from https://github.com/barteksc/PdfiumAndroid to this project. The things that marked @Deprecated are APIs that the old project had. They had almost everything coming off PdfiumCore. In this project, PdfiumCore just opens documents, all the operations on document are off of PdfDocument. Likewise the page operations are on PdfPage, and text operations on PdfTextPage. All of this was very intentional.
Please remove @Deprecated functions, and create new functions to use without Deprecation