Xportability / css-to-pdf

Convert any HTML page or region to PDF - supports CSS, SVG, embedded XML objects, and more..
http://www.cloudformatter.com/CSS2Pdf
207 stars 77 forks source link

url Method not allowed. #53

Open mobedu opened 7 years ago

mobedu commented 7 years ago

https://xep.cloudformatter.com/Chandra.svc/*** Method not allowed.

JoshuaCWebDeveloper commented 7 years ago

I had this happen after Chrome failed a request to the formatter with a err_response_headers_multiple_content_disposition error.

This SO post http://stackoverflow.com/questions/13578428/duplicate-headers-received-from-server suggested that the problem could be caused by commas in the pdf filename (even though it was working with comas previously). Removing the commas from my filename resolved this for me.