AU
  
You are currently viewing the Australia version of the site.
Would you like to switch to your local site?
14 MIN READ TIME

Answers

Got a burning question about open source or the kernel? Whatever your level, email it to answers@linuxformat.com
Neil Bothwick has just been upgraded with a PCIe slot in his arm.

Q A sign of the times

I have a number of PDF forms that I need to complete and sign. The completing part is not a problem– Okular handles that. My issue is that the forms’ fields only accept text input, and typing my name in the field is not acceptable; I need an actual signature. I know I could print out each form, sign it manually, then scan it back to a PDF, but that is a lot of time and a not insignificant number of trees lost for the number I have to deal with each month. Is there a way I can add a scanned image of my signature to the field of each? I’d prefer a command-line option so I can batch process the PDFs.

A You can indeed do this. You need three programs: LibreOffice and Ghostscript, which are installed by default with most distros, and PDFtk. You may not have PDFtk, but it will be in your distro’s repositories. The first step is to create a PDF with your signature, and the simplest way to do this effectively is to import the scanned image into a blank page in LibreOffice Writer, place it at the bottomleft, then export that page as a PDF. Call it sig.pdf. The next step is to use Ghostscript to turn that into another PDF with the signature in the position you need. You could do this in LibreOffice, but it would involve a lot of trial and error, trying to get the position exactly right, and would not be easily reproducible. So use gs from Ghostscript, like this:

$ gs -o offset-sig.pdf -sDEVICE=pdfwrite -c “<< /PageOffset [172 156] >> setpagedevice” -f sig.pdf

The offsets are in points, 1/72nd of an inch, so you could determine the offset with a ruler or use trial and error. Honestly, we found the latter approach easier. Then you use PDFtk’s stamp function to overlay the signature on the form: $ pdftk form.pdf stamp offset-sig.pdf output form-signed.pdf

View the resulting file and, if the signature is not correctly placed, run gs again with tweaked offsets. If all the forms have the same layout, once you have the offset, you can apply the signature to each one with a shell loop:

$ for f in form*.pdf; do pdftk $f stamp offset-sig.pdf output ${f/. pdf/-signed.pdf} done

Q Video nastiness

I use YouTube-dl to get movies from YouTube and have noticed a few people think it’s clever to put the movie in one quarter of the window with a wavy background in the other three quarters. Not clever in my not so humble opinion!

Unlock this article and much more with
You can enjoy:
Enjoy this edition in full
Instant access to 600+ titles
Thousands of back issues
No contract or commitment
Try for $1.48
SUBSCRIBE NOW
30 day trial, then just $14.99 / month. Cancel anytime. New subscribers only.


Learn more
Pocketmags Plus
Pocketmags Plus

This article is from...


View Issues
Linux Format
April 2024
VIEW IN STORE

Other Articles in this Issue


LINUX FORMAT
LINUX FORMAT
The #1 open source mag
WELCOME
MEET THE TEAM
LINUX FORMAT
Back to basics
For anyone looking to learn the basics of
REGULARS AT A GLANCE
Newsdesk
New Mozilla CEO to double down on Firefox
Mailserver
WRITE TO US Do you have a burning
HotPicks
THE BEST NE W OPEN SOURCE SOF T WARE ON THE PL ANET
MICROSOFT INVASION!
When an immovable penguin meets an unstoppable corporation, always bet on the penguin…
REVIEWS
GeForce RTX 4070 Super
Jarred Walton considers what’s so super about mid-cycle updates.
Linux Mint 21.3
Nate Drake keeps things Minty fresh with this incredibly intuitive and powerful Linux distro. Be sure to add some spices.
AV Linux MXE-23.1
Nate Drake puts his ear to the ground to hear the latest version of AV Linux, Enlightenment, rumbling into town.
Solus 4.5 Resilience
Nate Drake’s Irish eyes are smiling at this latest offering from Solus, with improvements to the desktop and under the hood.
SDesk 2024.01.26
Nate Drake discovers the new kid on the block, SDesk, including shiny toys such as Wayland and a brand new browser.
ROUNDUP
Retrogaming distros
WE COMPARE TONS OF STUFF SO YOU DON’ T HAVE TO!
The verdict
Retrogaming distros
Hacker’s toolkit
After an extended break, alleged hacker Jonni Bidwell emerges from the shadows to teach you the noble art and keep you out of trouble.
Pi USER
Raspberry Pi supports T Level students
“What’s a T Level?” we hear you ask. Don’t worry, we didn’t know either…
MX Linux 23.1 Pi
Les Pounder spends all day tinkering with Raspberry Pis and the latest MX Linux has got him in a spin.
NVMe Base Pi 5
Everyone, says Les Pounder, is based, especially regarding Pimoroni!
Scare your enemies with a Pi prank box
Yes, Les Pounder is very scary, but buying OEP3W amplifiers from AliExpress is worse. He wonders what pranks he can pull with them…
Enhance your Pi-vacy
A man who likes to keep himself to himself, Christian Cawley explains how to keep online activity private when using a Raspberry Pi.
IN DEPTH
THE PAW-FECT DISTRO
Nick Peers can hardly ‘container’ himself after taking the Puppy Linux developer’s new distro for a good run off the lead.
TUTORIALS
Parallel compression
Parallel processing, the computing equivalent of juggling, as Shashank Sharma calls it, can be used to perform everyday tasks to save time.
Get more from your virtual machines
VIRTUALBOX
What’s in a filesystem?
EXT4 Credit: https://ext4.wiki.kernel.org
Moving rooms and sharing your game
ADVENTURE GAME STUDIO Credit: www.adventuregamestudio.co.uk
Fix LEDs with some coded CAD models
OPENSCAD Credit: http://openscad.org
Take the Rust-based kernel for a test run
MAESTRO Credit: https://github.com/llenotre
ADMINISTERIA
Disk management
Stuart Burns isn’t boring, he’s essential – just like looking after your disks
The Pi 5 as a mini server
A sysadmin’s perspective on setting up and running a new Raspberry Pi 5 for Docker and beyond.
Yodeck
Jonas P DeMuro dusts off his Raspberry Pi so he can take a quick overview of this digital signage service.
Hostinger
James Capell is just the guy to try out a web host that’s easy enough for your granny to use.
Framework
Three years on, the DIY laptop concept has come of age. 
Framework Laptop 16
Slapping parts together, Dave James takes this modular laptop with upgradable GPU for a spin. 
CODING ACADEMY
Revealing the shell behind the shell
In the last iteration of the shell, Ferenc Deák managed to reveal the password for his home computer…
Develop games for the CBM-64
David Bolton demonstrates how to develop games in 6502 for the Commodore 64 and run them on the Vice emulator in the 21st century!
ADVERTISEMENT
The Brain Tumour Charity
thebraintumourcharity.org
Linux Format
www.magazinesdirect.com/LIN/C79L
FUTURE
magazinesdirect.com
Techradar
www.techradar.com
BACK ISSUES
www.magazinesdirect.com
LINUX FORMAT
www.magazinesdirect.com/linux-format
The Python Book
magazinesdirect.com
TOM'S HARDWARE
The Python Book
magazinesdirect.com
Code Club
www.codeclub.org.uk
EFF.ORG
Go Compare
Chat
X
Pocketmags Support