1.1.12 • Published 4 years ago

pdf-meta-editor v1.1.12

Weekly downloads
13
License
MIT
Repository
github
Last release
4 years ago

pdf-meta-editor

version (npm) license (GitHub) downloads (npm) dependencies (libraries.io)

Interactive cli for changing metadata of pdf files.

Demo

https://www.npmjs.com/package/pdf-meta-editor

Installation

sudo npm install -g pdf-meta-editor

Usage

pdf-meta-editor FILENAME

Command Line Arguments

-h/--help

Show this help page.

$ pdf-meta-editor --help
pdf-meta-editor

Usage: pdf-meta-editor FILENAME [-p|-o]
       pdf-meta-editor (-h|-v)

options
  -h --help      Show this help page.
  -v --version   Print the currently installed version.
  -p --print     Print the metadata instead of editing it.
  -o --overwrite Overwrite the original file.

-v/--version

Print the currently installed version.

-p/--print

Print the metadata instead of editing it.

Example
$ pdf-meta-editor Demo.pdf --print
Printing metadata of file Demo.pdf

FileType: PDF
FileSize: 5.7 kB
FileModifyDate: 2018:07:13 00:00:00+00:00
FileAccessDate: 2018:07:13 12:00:00+00:00
FilePermissions: rw-r--r--
PDFVersion: 1.3
PageCount: 1
Linearized: No

Title: Demo Title
Author: Demo Author
Subject: Demo Subject
CreateDate: 2018:07:13 00:00:00
FileModifyDate: 2018:07:13 00:00:00+00:00
Creator: Demo Creator
Producer: Demo Producer
Keywords: demo,pdf,file

-o/--overwrite

Overwrite the original file.

If not specified, the original file is retained by default.

1.1.12

4 years ago

1.1.11

6 years ago

1.1.10

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0-rc

6 years ago

1.0.0-alpha

6 years ago