full bleed printing not working on Smart Tank 7305

Asked by Julia Huppertz

I purchased a HP Smart Tank 7305. Using Windows 10 I can print A4 border-less, but using Linux I don't have an option for border-less A4 printing. It would be nice, if I could use all the hardware features of my new printer.

Even for the B5 Borderless format, being supported in hplip. the width of the printed area is only 170 mm instead of 176mm. The missing 6mm are cutoff at the right side of the of the printout. At top and bottom 3mm are missing.
It is a bit asymmetrical:

             3mm

0mm 6mm

             3mm

Using the B5 format or any other non full-blead format cuts about 3mm from the edges, but it is centered at the page.

Before I owned an Officejet 7612 and Officejet 6500, both of them could print A4 border-less (full bleed) using HPLIP out of the box.

Software:
Suse Tumbleweed rolling release,
HPLIP 3.22.10

Question information

Language:
English Edit question
Status:
Solved
For:
HPLIP Edit question
Assignee:
No assignee Edit question
Solved by:
Julia Huppertz
Solved:
Last query:
Last reply:
Revision history for this message
brian_p (claremont102) said :
#1

> It would be nice, if I could use all the hardware features
> of my new printer.

We could try a different approach from HPLIP. Give outputs
from

  avahi-browse -rt _ipp._tcp
  avahi-browse -rt _uscan._tcp
  driverless

If you are on USB, ipp-usb will be needed.

Revision history for this message
Julia Huppertz (j-huppertz) said :
#2

The printer is connected via WIFI. Here is the output you requested.

# avahi-browse -rt _ipp._tcp
+ wlp6s0 IPv6 HP Smart Tank 7300 series [010716] Internet Printer local
+ wlp6s0 IPv4 HP Smart Tank 7300 series [010716] Internet Printer local
= wlp6s0 IPv4 HP Smart Tank 7300 series [010716] Internet Printer local
   hostname = [HP38CA84010716.local]
   address = [192.168.0.144]
   port = [631]
   txt = ["Fax=F" "mopria-certified=2.0" "Scan=T" "kind=document,envelope,photo,postcard" "URF=CP1,MT1-2-8-9-10-11,PQ3-4-5,RS300-600,SRGB24,OB9,OFU0,W8-16,DEVW8-16,DEVRGB24-48,ADOBERGB24-48,DM3,IS1,V1.5,FN3" "PaperMax=legal-A4" "pdl=application/vnd.hp-PCL,image/jpeg,image/urf,image/pwg-raster,application/PCLm" "Duplex=T" "Color=T" "usb_MDL=Smart Tank 7300 series" "usb_MFG=HP" "ty=HP Smart Tank 7300 series" "product=(HP Smart Tank 7300 series)" "UUID=dc7cf4ad-e3fe-4a2c-acdd-3992d5c0e028" "rp=ipp/print" "TLS=1.2" "qtotal=1" "priority=20" "note=" "adminurl=http://HP38CA84010716.local./#hId-pgAirPrint" "txtvers=1"]
= wlp6s0 IPv6 HP Smart Tank 7300 series [010716] Internet Printer local
   hostname = [HP38CA84010716.local]
   address = [192.168.0.144]
   port = [631]
   txt = ["Fax=F" "mopria-certified=2.0" "Scan=T" "kind=document,envelope,photo,postcard" "URF=CP1,MT1-2-8-9-10-11,PQ3-4-5,RS300-600,SRGB24,OB9,OFU0,W8-16,DEVW8-16,DEVRGB24-48,ADOBERGB24-48,DM3,IS1,V1.5,FN3" "PaperMax=legal-A4" "pdl=application/vnd.hp-PCL,image/jpeg,image/urf,image/pwg-raster,application/PCLm" "Duplex=T" "Color=T" "usb_MDL=Smart Tank 7300 series" "usb_MFG=HP" "ty=HP Smart Tank 7300 series" "product=(HP Smart Tank 7300 series)" "UUID=dc7cf4ad-e3fe-4a2c-acdd-3992d5c0e028" "rp=ipp/print" "TLS=1.2" "qtotal=1" "priority=20" "note=" "adminurl=http://HP38CA84010716.local./#hId-pgAirPrint" "txtvers=1"]

# avahi-browse -rt _uscan._tcp
+ wlp6s0 IPv6 HP Smart Tank 7300 series [010716] _uscan._tcp local
+ wlp6s0 IPv4 HP Smart Tank 7300 series [010716] _uscan._tcp local
= wlp6s0 IPv4 HP Smart Tank 7300 series [010716] _uscan._tcp local
   hostname = [HP38CA84010716.local]
   address = [192.168.0.144]
   port = [8080]
   txt = ["usb_MFG=HP" "mopria-certified-scan=1.3" "duplex=F" "is=platen,adf" "cs=binary,color,grayscale" "pdl=application/octet-stream,application/pdf,image/jpeg" "ty=HP Smart Tank 7300 series" "rs=eSCL" "representation=images/printer.png" "vers=2.63" "UUID=dc7cf4ad-e3fe-4a2c-acdd-3992d5c0e028" "note=" "adminurl=http://HP38CA84010716.local." "txtvers=1"]
= wlp6s0 IPv6 HP Smart Tank 7300 series [010716] _uscan._tcp local
   hostname = [HP38CA84010716.local]
   address = [192.168.0.144]
   port = [8080]
   txt = ["usb_MFG=HP" "mopria-certified-scan=1.3" "duplex=F" "is=platen,adf" "cs=binary,color,grayscale" "pdl=application/octet-stream,application/pdf,image/jpeg" "ty=HP Smart Tank 7300 series" "rs=eSCL" "representation=images/printer.png" "vers=2.63" "UUID=dc7cf4ad-e3fe-4a2c-acdd-3992d5c0e028" "note=" "adminurl=http://HP38CA84010716.local." "txtvers=1"]

# driverless
ipps://HP%20Smart%20Tank%207300%20series%20%5B010716%5D._ipps._tcp.local/

Revision history for this message
brian_p (claremont102) said :
#3

The output for driverless is the URI for the printer. Substitute it
in

 lpadmin -p 7300 -v "URI" -E -m everywhere

and execute the command. There is ow a new print queue, 7300.
How do you go on now?

Revision history for this message
Julia Huppertz (j-huppertz) said :
#4

The driverless print queue works.
But the printout still had some white margins, so I increased the width of the page to 612 points, kept the height and the white border has gone. My border-less A4 page is now [612 841.889763779528] 215.9mm x 297mm. I use the same definition for PageSize, PageRegion, ImageableArea and PaperDimension.

Thank you, Brian!