Replies: 3 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
此类问题建议提供完整的复现 demo,这样解决起来是最直接且最快的 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
没有提供更多的信息,临时关闭,后续提供信息时再打开 |
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