Skip to content

pdf

Add or download PDFs to your library entries.

Usage

bibman pdf [OPTIONS] COMMAND [ARGS]... 

Commands

add

Add a PDF file to an entry in the library.

New in v0.2.0
  • This command is now working.
  • Add the --folder option to specify the folder where the entry is located.
  • Add the --yes/--no option to skip any confirmation prompts.

Usage

bibman pdf add [OPTIONS] ENTRY PDF_FILE

Arguments

  • ENTRY The identifier of the entry to add the PDF to.
  • PDF_FILE The path to the PDF file to add.

Options

  • --folder The folder where the entry is located.
  • --yes/--no Skip any confirmation prompts. Default is --no.
  • --location The location of the .bibman.toml file. If not provided, the program will search for it in the current directory and its parents.

download

Try to download the PDF files of all entries in the library.

Usage

bibman pdf download [OPTIONS]

Options

  • --location The location of the .bibman.toml file. If not provided, the program will search for it in the current directory and its parents.