Node.js and Pdfcrowd Problems
March 23, 2011 07:25PM
I'm having some trouble getting pdfcrowd to work with Node.js.

Right now, I can authenticate to pdfcrowd, and get pdf data back, but the pdf is blank.

I think it has something to do with node interpreting the result as utf-8 when it should be binary, as when I curl my node web service, it keeps telling me:
Quote

* Excess found in a non pipelined read: excess = 5240, size = 10633, maxdownload = 10633, bytecount = 0

The code I'm using in node.js can be found here:
https://gist.github.com/884248



Edited 2 time(s). Last edit at 03/23/2011 08:00PM by ryan.
Sorry, only registered users may post in this forum.

Click here to login