File: kindlegen.Rd

package info (click to toggle)
r-cran-bookdown 0.21%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,084 kB
  • sloc: javascript: 11,155; sh: 33; makefile: 17
file content (24 lines) | stat: -rw-r--r-- 782 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ebook.R
\name{kindlegen}
\alias{kindlegen}
\title{A wrapper function to convert EPUB to the Mobipocket format}
\usage{
kindlegen(epub, exec = Sys.which("kindlegen"))
}
\arguments{
\item{epub}{The path to a \code{.epub} file (e.g. created from the
\code{\link{epub_book}()} format). If missing, it is automatically guessed
from the book configurations.}

\item{exec}{The path to the executable \command{kindlegen}.}
}
\value{
The path of the \file{.mobi} file if the conversion is successful.
}
\description{
This function has been deprecated, since Amazon no longer provides KindleGen.
Please consider using \code{bookdown::\link{calibre}()} instead if you want
\file{.mobi} output.
}
\keyword{internal}