
How to edit a PDF file in LibreOffice Draw or LibreOffice Writer ...
Jul 12, 2021 · 12 I have a PDF file which I want to edit in LibreOffice Draw/Writer without corrupting it. Is there any way I can do it? I have already installed the LibreOffice pdfimport plugin, yet the PDF file is …
How can I edit a picture into an existing PDF file? - Ask Ubuntu
I have a scanned PDF file which is an application form, and a picture which is the scanned version of my signature (for example, this one) and can be in any image format such as EPS or PNG. I would...
How to open a PDF file from terminal? - Ask Ubuntu
May 17, 2011 · 1 I personally use a shell script: $ cat pdf #! /bin/bash gnome-open ${1:-*.pdf} When you call pdf it will open all pdfs in the current directory, specify which pdf by supplying an argument. I …
How to edit pdf metadata from command line? - Ask Ubuntu
Apr 21, 2017 · You can edit PDF metadata using pdftk. Check out the update_info (or update_info_utf8 if you need accented characters) parameter. As for data file, below is an example: InfoKey: Title …
How to Edit PDFs? - Ask Ubuntu
Jul 10, 2012 · Related: How to edit a PDF file in LibreOffice Draw or LibreOffice Writer without corrupting it? Rotating pages TODO: rotate PDF pages with LibreOffice. I couldn't find how to handle this …
How to remove the password from a PDF? - Ask Ubuntu
Sep 23, 2016 · I have a password protected PDF file. I know the password but in order to share the file, I have to remove the password from the PDF and share an unprotected copy.
How can I add text and images (for example, a signature) to a PDF?
Dec 13, 2011 · Sejda PDF provides a PDF Editor that allows you to add signatures, images, text and edit existing text in PDF Files. You can edit PDF files online or use the desktop pdf editor.
Which programs can I use to edit PDF files? [duplicate]
31 For PDF editing I have used a PDF Annotator flpsed . You are able to save edited files in postscript format or in PDF.
Is there software that can fill PDF forms? - Ask Ubuntu
Mar 6, 2011 · I have some PDFs which are actually forms, with fields to fill. Is there some software that can fill those fields?
How can I change the date modified/created of a file?
Sep 22, 2011 · As long as you are the owner of the file (or root), you can change the modification time of a file using the touch command: touch filename By default this will set the file's modification time to …