Skip to content

Commit 8d6df9a

Browse files
author
minjk-bl
committed
small changes - pdf title
1 parent fda8a13 commit 8d6df9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/vpPDF.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ define([
152152

153153
// title
154154
page.appendFormat('<div class="{0}">{1}</div>',
155-
VP_PDF_TITLE, 'PyMuPDF - Extract text from pdf');
155+
VP_PDF_TITLE, 'Extract text from PDF');
156156

157157
// close button
158158
page.appendFormatLine('<div class="{0}"><img src="{1}"/></div>',

0 commit comments

Comments
 (0)