Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added doc for CLI command -w / -writeXMPtoPdf #358

Merged
merged 1 commit into from
Jul 6, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions en/advanced/commandline.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ The word _true_ prevents the file name from being interpreted as an argument to
* [Export file: `-o filename[,export format]`](commandline.md#export-file--o-filenameexport-format)
* [Import BibTeX: `-importBibtex`](commandline.md#import-bibtex--importbibtex)
* [Export matching entries: `-m [field]searchTerm,outputFile:file[,exportFormat]`](commandline.md#export-matching-entries--m-fieldsearchtermoutputfilefileexportformat)
* [Write BibTexEntry as XMP metadata to PDF: `-w CITEKEY1[,CITEKEY2][,CITEKEYn] | PDF1[,PDF2][,PDFn] | all`](commandline.md#write-bibtexentry-as-xmp-metadata-to-pdf--w-citekey1citekey2citekeyn--pdf1pdf2pdfn--all)
* [Fetch entries from Web: `-f=FetcherName:QueryString`](commandline.md#fetch-entries-from-web--ffetchernamequerystring)
* [Subdatabase from .aux file: `-a infile[.aux],outfile[.bib] base-BibTeX-file`](commandline.md#subdatabase-from-aux-file--a-infileauxoutfilebib-base-bibtex-file)
* [Set file links: `-asfl`](commandline.md#set-file-links--asfl)
Expand Down Expand Up @@ -132,6 +133,17 @@ _Note:_ In addition it is also possible to search for entries within a time fram

_Note:_ Search terms containing blanks need to be bracketed by quotation marks, as in `(author=bock or title|keywords="computer methods")and not(author=sager)`

### Write BibTexEntry as XMP metadata to PDF: `-w CITEKEY1[,CITEKEY2][,CITEKEYn] | PDF1[,PDF2][,PDFn] | all`

\(or `-writeXMPtoPdf -w CITEKEY1[,CITEKEY2][,CITEKEYn] | PDF1[,PDF2][,PDFn] |
all`\)

Exports information stored in the database as XMP Metadata to linked files.
The entries can be selected by citekey.
Individual pdf's can be selectec by the path to the pdf (either as given in the
database or as an absolute or relative path to the pdf file itself).
The keyword `all` may be specified to write XMP information on all pdfs in the database.

### Fetch entries from Web: `-f=FetcherName:QueryString`

\(or `--fetch=FetcherName:QueryString`\)
Expand Down