How to extract content from pdf file in react-native
问题 I am working on a personal project where I want to have a functionality where I can pick up a pdf file from the file system and read the content of it by ANYHOW. I tried every possible library out there but nothing works and most of them no support any more whatsoever. I am testing on ios by the way. an example of my standpoint would be like: <View style={styles.buttonPdfContainer}> <Image style={styles.pdfIcon} source={require('../resources/pdf.png')}/> <TouchableOpacity onPress={() => { //