Added pdfjam scale to particular papersize
This commit is contained in:
parent
d5bcdb3264
commit
5ed71cddf9
@ -88,3 +88,11 @@ To reduce both the document size and the content, use the \texttt{--papersize} o
|
||||
\begin{Verbatim}[frame=single]
|
||||
pdfjam --outfile output.pdf input.pdf --papersize '{5.5in,8.5in}'
|
||||
\end{Verbatim}
|
||||
|
||||
To change to a conventional size that \LaTeX{} understands, use this command:
|
||||
|
||||
\begin{Verbatim}[frame=single]
|
||||
pdfjam input.pdf --letterpaper --outfile output.pdf
|
||||
\end{Verbatim}
|
||||
|
||||
\ktcbox{This is especially useful when scanning documents at a high dpi results in a document that has an extremely large page size.}
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
\section{To Reload Your \texttt{.bashrc} File}
|
||||
|
||||
\lettrine{S}{ometimes} you add something to your \texttt{.bashrc}\index[concepts]{.bashrc}[concepts]\index[concepts]{bashrc} file (such as a new bash alias)\index[concepts]{bash alias} and you need to reload it. Of course, this file is reloaded every time you log in, but you may not wish to log out and then log back in if you are in the middle of important work. There are few different ways to do this:
|
||||
\lettrine{S}{ometimes} you add something to your \texttt{.bashrc}\index[concepts]{.bashrc}\index[concepts]{bashrc} file (such as a new bash alias)\index[concepts]{bash alias} and you need to reload it. Of course, this file is reloaded every time you log in, but you may not wish to log out and then log back in if you are in the middle of important work. There are few different ways to do this:
|
||||
|
||||
\begin{Verbatim}[frame=single, breaklines=true]
|
||||
source ~/.bashrc
|
||||
|
||||
Loading…
Reference in New Issue
Block a user