[pdf] Fix bug #77385

This commit is contained in:
Nikita Khromov
2025-10-12 17:08:11 +07:00
parent 632376e8e0
commit c7a2da4a87

View File

@ -3038,7 +3038,7 @@
let page = this.file.pages[this.pagesInfo.countTextPages];
if (undefined !== page.originIndex) {
page.text = this.file.getText(this.pagesInfo.countTextPages);
page.text = this.file.getText(page.originIndex);
isCommands = true;
}