General

Remove password from PDF Ubuntu

A neat little utility to remove the password from a PDF is qpdf. To get started install qpdf sudo apt-get install qpdf Remove the password using the following command qpdf –password=YOUR-PASSWORD-HERE…

Continue reading
0 Comments

Gallery Widget

Lesson 12 – HTML forms

HTML forms are used to submit user input to a web service endpoint or other destination for further processing. HTML forms surround certain elements (outlined in the next lesson) and…

Continue reading
0 Comments