crop
Trimming a PDF online with LaTeX: new feature added

I added a new chance to my LaTeX script that trims empty spaces from every PDF interactively and visually: the option to add the page number in the bottom of the final cropped PDF. It is also possible to do the cut online thanks to Overleaf. And now by editing two variables: it is possible to turn on/off the page number feature and to adjust its distance from the bottom of the page.
How to crop and split a PDF online and in LaTeX but without using it

Every time I have to break iteratively a series of pages in a PDF document or just to crop the white pieces, I need to use different software and to find manually the coordinates of the sections to cut and then adjust my old LaTeX template. It is an extenuating procedure that requires the use of external software and some compilations to fix the cuts. So I have written a new template to overcome these issues, thanks to TikZ and Overleaf or a local TeX editor with live update.
How to crop a PDF using LaTeX

Very often you want to read comfortably on screen or on eBook reader, the PDFs created for printing: two side or slides of presentations (2 or more slides per page), without zooming or scrolling from side to side. After several fruitless searching I have found a great solution: LaTeX. With the help of 2 different types of PDFs, I show you how to automatically crop them.