Skip to content

Commit

Permalink
For [#8037](JabRef/jabref#8037)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Tutzer committed Aug 31, 2021
1 parent 164c690 commit 90f1967
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions en/advanced/commandline.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,19 @@ _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`
### Write BibTexEntry as metadata to PDF: `-w CITEKEY1[,CITEKEY2][,CITEKEYn] | PDF1[,PDF2][,PDFn] | all`

\(or `-writeXMPtoPdf -w CITEKEY1[,CITEKEY2][,CITEKEYn] | PDF1[,PDF2][,PDFn] | all`\)
\(or `-writeMetadatatoPdf -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.
Exports information stored in the database as Metadata to linked files. The metadata is stored as XMP metadata and as an embedded bib file. 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 metadata on all pdfs in the database.

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

As -writeMetadatatoPdf, but only write XMP metadata.

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

As -writeMetadatatoPdf, but only embedd a bib file.

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

Expand Down

0 comments on commit 90f1967

Please sign in to comment.