Saving pdf object to the web

i would like to convert an image into pdf.


i have done it through …pdfobject.save(“local path”);

when i tried it to save to web i.e., as save(“url”); I am unable to save it.
it says uri is not supported.
so
please tell me the way in which , i can save the file into web.

Hello Surendrababu,

Thanks for using our products.

Currently Pdf.Save(...) method supports the capability to save the resultant PDF over some specific location over hard drive, or you can save the resultant PDF in MemoryStream object or you can pass the contents of resultant PDF to Response Object and either you can display the file in Web-browser window or you can launch the local PDF viewer application to see the resultant PDF. I am afraid the feature of saving the PDF document to URL is not supported. May be you can save the contents in MemoryStream and then extract the contents from MemorySteam object. Please take a look over the following 3 overloaded methods of Pdf.Save.

In case it does not satisfy your requirements or you have any further query, please feel free to contact.