Αποτελέσματα Αναζήτησης
3 Μαΐ 2016 · PDF Arranger is a small python-gtk application, which helps the user to merge or split pdf documents and rotate, crop and rearrange their pages using an interactive and intuitive graphical interface. It is a frontend for python-pyPdf. Installation. sudo apt-get install pdfshuffler Usage. PDF Arranger can crop and delete single PDF pages.
1 Δεκ 2023 · If you wish to crop a pdf with left, top, right and bottom margins of 5, 10, 20, and 30 pt (points), then run. pdfcrop --margins '5 10 20 30' input.pdf output.pdf in terminal. To actually crop something away, use negative values in the argument for crop. For example, pdfcrop --margins '-50 -50 -50 -50' input.pdf output.pdf
12 Μαρ 2019 · I would rather use standard self-adhesive sticker labels and a label printer instead. To achieve this, I would need to process each pdf file to crop out the label, shrink parts (the boxed fields) of the label slightly to fit it to the A6 shipping label size. The cropped label needs to be downscaled to A6 size.
6 Ιουν 2024 · Open the .pdf file in LibreOffice Draw which has a Crop Image tool which looks like two overlapping right angles in its toolbar. When the Crop Image tool is selected it turns red and red handles appear on the corners and edges of the image (in this case the .pdf) which can be dragged to crop the image to the desired size.
13 Απρ 2017 · I used it to Crop pdfs to read on a Kindle. See a screenshot here. The Programm groups together pages with the same layout and superimposes them. You are then able to select the part of all these pages you want in your pdf. The programm also handle the order of the pages. If needed you can crop one page in multiple pages.
Open the pdf with Krop, select your content, click on the button KROP! and you are getting a new pdf with "cropped" added to the filename in the same folder of the original pdf! – Consumology Commented May 17 at 7:20
16 Απρ 2023 · for file in *.pdf; do echo "${file%.*}_Cropped.pdf"; done But for each file pdfcrop returns "!!! Error: Link from 'my_correct_input_filename' to 'tmp-pdfcrop-some_more_numbers-img.pdf' failed (Operation not permitted)!" My filenames include empty spaces and '. Is that the reason? But it seems to recognize the input filename correctly.
20 Αυγ 2018 · I would like to crop those borders all at once, preferably from command line. I believe that it can be done with ImageMagick, but I couldn't find suitable command. I know that it can be done with Windows program named Irfanview with "Auto crop borders" option, but I am looking for Ubuntu-based and preferably command line based solution.
6 Σεπ 2017 · qpdf works like a charm (tested under cygwin, don't say it), preserving the links within the pdf required me to not use the --empty option and to replace it with the input filename: qpdf input.pdf --pages input.pdf 1,4,5,7-r8,2,3,r7-z -- output.qpdf.pdf (rN to select a page indexed from end, z for last page)
12 Ιουλ 2021 · Importing in Gimp caused the PDF to be rendered in bitmap format. The looks are exactly the same, but an exported PDF will contain bitmap information. If vector objects were present in the original PDF, these will be lost. Perhaps Xournal++ will suit your needs. You can add text, annotations and images to an existing PDF.