mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #9508 from pal03377/file-info-page-size
Add paper size to document information/properties
This commit is contained in:
commit
e0fb18a339
5 changed files with 69 additions and 2 deletions
|
@ -89,6 +89,13 @@ document_properties_creator=Creator:
|
|||
document_properties_producer=PDF Producer:
|
||||
document_properties_version=PDF Version:
|
||||
document_properties_page_count=Page Count:
|
||||
document_properties_page_size=Page Size:
|
||||
# LOCALIZATION NOTE (document_properties_page_size_in): "{{width_in}}" and "{{height_in}}"
|
||||
# will be replaced by the size of the first page of the PDF file in inches.
|
||||
document_properties_page_size_in={{width_in}}in × {{height_in}}in
|
||||
# LOCALIZATION NOTE (document_properties_page_size_mm): "{{width_mm}}" and "{{height_mm}}"
|
||||
# will be replaced by the size of the first page of the PDF file in millimeters.
|
||||
document_properties_page_size_mm={{width_mm}}mm × {{height_mm}}mm
|
||||
document_properties_close=Close
|
||||
|
||||
print_progress_message=Preparing document for printing…
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue