Unable to print files with links in them. How can I debug what is going on and why printer refuses to work?

I have Brother HL-11 printer that worked fine.

But recently I noticed that I am unable to print files with links in them

I have a big pdf file that could be send to printer with no reaction at all and disappearing from printing queue. Deleting this link caused to get a printable file.

enter image description here

This seems weirdly specific and hope that maybe someone has an idea what is going on.

Extra info as requested:

  • I am using Ubuntu 20.04 (Lubuntu to be extra specific)
  • I tried making simplest possible PDF with just link and it printed fine. So either original file was extra-special or it fixed itself in some update. I will try tracking it down.
  • printer model:

enter image description here


"... maybe someone has an idea what is going on." I don't, maybe after you provide some info, as mentioned below.

As of now, possible actions are:

  1. Split the pdf in 3: The problematic page, everything before, and everything after. Try printing those three.

Besides, please post the following info (in the body of OP, not in comments). I expect the diagnosis is very much reliant on availability of problematic sample files.

  1. How many pages does the PDF have? Can you share it?
  2. What is the source of the PDF? Can you edit the source and regenerate it?
  3. Does the problem show up with other PDFs that include hyperlinks? Can you generate a simple such example by exporting from LibreOffice Writer, e.g.?
  4. What version of Ubuntu are you using? (lsb_release -a)
  5. What application are you using to view/print the PDF?
  6. What is the exact model of your printer? There seems to be no HL-11.
  7. How did you install the printer driver? Where did you get it from? Which version is it? Is it this written by you? Did you repeat the 2017 procedure in your current Ubuntu? What about: 1) Newer official drivers, 2) This (you may have it already available), 3) the driver from openprinting?
  8. The printer "worked fine"... What does that exactly mean? Were you able to print documents with links before? The same document that you cannot now?

Of course, having another printer to test and compare would help, but that is usually beyond reach.

Note: the PDF splitting can be achieved with several programs 1, 2. I have used PDFtk, for which there are several GUIs (pdfchain, etc.) Others seem to also work: Apache PDFBox, pdfseparate, QPDF, etc.