Giter Club home page Giter Club logo

Comments (4)

thegengen avatar thegengen commented on July 22, 2024

Hi. Unfortunately, I won't be able to get to this until the middle of next week. In the meantime, if you could share a version of the PDF with all the sensitive info removed, either here or via email, that could be very useful.

from cloudprint.

thegengen avatar thegengen commented on July 22, 2024

Hi again, @tmedford. I need to see what it is you're trying to print if I'm to do anything about this ticket.

from cloudprint.

troelskn avatar troelskn commented on July 22, 2024

I have the same issue. I've tried to send a bunch of different pdfs. They all end up blank. Curiously, they have the right number of pages. I tried downloading the resulting file and it resembles in size but is clearly different. I think Google Drive is being clever and tries to convert the document TO pdf, even though it is already on this form.

from cloudprint.

troelskn avatar troelskn commented on July 22, 2024

After some digging around, I managed to figure out the problem. If you just pass a pdf as a string, a request using application/x-www-form-urlencoded will be constructed. Apparently something on the server side chokes on that somehow (Even though I can't find any mention of that in Google's documentation). If, instead, the contents are written to a file or wrapped in a StringIO, the request is built with multipart/form-data and it works.

I think we should either always use multipart in CloudPrint::Printer#print or it should be clearly documented in the read-me. Any thoughts on this @thegengen ?

from cloudprint.

Related Issues (20)

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.