This is an archived forum post. The information may be outdated. Contact us if you have any questions.

using ? in url results in image error

donfelicio wrote on 2015-11-04:
I've tried implementing your API in django, but i've rather gone for your url, to let you process the PDF's instead.

there's one error i can't fix. I've noticed with the use of the API in django that when i make a 'double ?' mistake like with c=c below:

url: 'http://test.com?a=a&b=b?c=c

and image doesn't display well in the resulting pdf.

When i use your URL (
http://pdfmyurl.com/api?license=vTgy23O3vDoO&url=http://saleskit.meetberlage.com/show?r=527198&u=6DE79403-D5EF-186C-9529-25ED04A66FD6&pdf=yes
) i NEED to do this to define stuff in my own URL.

but i get the same image error. While in the page itself this doesn't happen.
support wrote on 2015-11-05:
Hello,

I'm not sure if I understand the problem correctly but it looks like you need to url encode the passed on information.