Giter VIP home page Giter VIP logo

Comments (2)

gmuth avatar gmuth commented on June 18, 2024

I can't see where HPs hardware spec mentions PDF. According to the printer attributes PDF is not supported:

document-format-supported (1setOf mimeMediaType) = application/vnd.hp-PCL,image/jpeg,image/urf,image/pwg-raster,application/PCLm,application/octet-stream

However you can try to render PDF to PWG as mentioned in issue #2.

This library implements the IPP network protocol. So you have to provide a document in a format the printer supports. Once you have produced printable data you can then submit (=print) the data/document to the printer via ipp.

(In case a software spec for a printer driver supports PDF you'd also have to use this software to use it's features)

from ipp-client-kotlin.

muhammadn avatar muhammadn commented on June 18, 2024

@gmuth Actually i had a workaround because i had another raspberry pi laying around and use that as a CUPs print server which has more capabilities and that different printer manufacturers support things at their whims.

PDF to PWG is too hacky as i've tried that route before as javax.* libraries are not supported by Android since Android uses different libraries to render.

from ipp-client-kotlin.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.