Jay Thaker
Jay Thaker
I have the same problem, any solution so far?
Thank you so much for the hint @danielbalderas 👍 So, on [ScrollState.Fling](https://developer.android.com/reference/android/widget/AbsListView.OnScrollListener) we shall invoke scrollTo(), for instance below (scrolls to bottom): ``` ListViewMessages.ScrollTo (ViewModel.Messages [ViewModel.Messages.Count - 1], ScrollToPosition.End, true);...
Downgrading GhostScript to 9.23 worked for me.. _though haven't tried on Windows, works on MacOS for sure.._ https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/tag/gs923
confirmed on Windows as well.. after downgrading GhostScript to 9.23 we have no issue such as _'Invalid Parameter - 'test-0.png'_.. _pdfImage.convertPage(0)_ method works fine, whereas _pdfImage.convertFile()_ doesn't!