Added pdfjam scale to particular papersize

This commit is contained in:
Kenneth John Odle 2026-09-06 14:46:42 -04:00
parent d5bcdb3264
commit 5ed71cddf9
2 changed files with 10 additions and 2 deletions

View File

@ -87,4 +87,12 @@ 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}
\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.}

View File

@ -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