🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

pdf-meta-editor

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pdf-meta-editor

Interactive cli for changing metadata of pdf files

latest
Source
npmnpm
Version
1.1.12
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

metadata

FAQs

Package last updated on 31 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts