import React, { Component } from 'react';
import {
Platform,
StyleSheet,
Text,
View,
Button,
NativeModules,
} from 'react-native';
var nativeModule = NativeModules.OpenNativeModule;
// var analyticsModule = NativeModules.UMAnalyticsModule;
const instructions = Platform.select({
ios: 'Press Cmd+R to reload,\n' +
'Cmd+D or shake for dev menu',
android: 'Double tap R on your keyboard to reload,\n' +
'Shake or press menu button for dev menu',
});
type Props = {};
export default class App extends Component<Props> {
render() {
return (
<View style={styles.container}>
<Text style={styles.welcome}>
Welcome to React Native!
</Text>
<Text style={styles.instructions}>
To get started, edit App.js
</Text>
<Text style={styles.instructions}>
{instructions}
</Text>
<Button
title={'Jump to the native page'}
onPress={() => {
this.jumpToNativeView();
}}
/>
</View>
);
}
jumpToNativeView() {
NativeModules.OpenPDFModule.openPDFByPath(pdfFilePath)
}
}
const styles = StyleSheet.create({
container: {
flex: 1,
justifyContent: 'center',
alignItems: 'center',
backgroundColor: '#F5FCFF',
},
welcome: {
fontSize: 20,
textAlign: 'center',
margin: 10,
},
instructions: {
textAlign: 'center',
color: '#333333',
marginBottom: 5,
},
});
在 React Native 中直接編輯 PDF 文本
我們功能豐富的庫實現了無縫的文本編輯功能,允許您直接在 PDF 中添加、刪除或修改文本。這不僅提升了您應用的使用者體驗,還避免了獨立運維移動平台應用,促進了更高的生產力。
在 React Native 中直接編輯 PDF 圖片
利用我們的 React Native PDF 內容編輯庫,您可以通過插入、刪除、旋轉或替換 PDF 文件中的圖片來編輯圖片。通過為用戶提供直接在應用內編輯圖片的功能,提升了應用的可用性,提供了無與倫比的用戶體驗。
React Native PDF 文檔編輯 SDK
通過我們的文檔編輯庫在您的應用中操作 PDF 頁面。快速部署即開即用的功能,允許您添加/刪除、拆分/合併、旋轉、重新排列、插入和替換 PDF 頁面。
React Native PDF 庫用於表單
通過我們的 React Native PDF 庫加速您的數字化轉型,創建、編輯和填寫 PDF 表單,支持各種 PDF 表單字段,如文本框、按鈕、複選框、單選按鈕、組合框、列表框、簽名字段和條形碼(PDF417、二維碼、DataMatrix)。
通過使用他們的 React Native PDF 庫,我改善了我們 iOS 和 Android 應用中的 PDF 功能。現在,我們添加了註解(高亮、下劃線或刪除文本),並將其發布到 Google Play 和 App Store,讓用戶可以對 PDF 進行標記。
Boris Slobodkin
移動應用開發者,軟體開發