Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
SDK 版本:^4.5.2
PAGFile.LoadFromPathAsync(filePath).then((pagFile: PAGFile | null) => {
const pageText: PAGText = new PAGText();
pageText.text = '用户昵称';
pagFile?.replaceText(1, pageText);
});
Beta Was this translation helpful? Give feedback.
All reactions