Skip to main content
Participant
July 5, 2022
Question

Convert PDF from URL

  • July 5, 2022
  • 1 reply
  • 413 views

Hi There,

 

Is there a way where I can convert a pdf file from a url using pdf service api?

 

Thanks

    This topic has been closed for replies.

    1 reply

    Kyle Julé24692827
    Adobe Employee
    Adobe Employee
    July 18, 2022

    Hi there,

    Have you tried using one of our SDK sample code projects to test with? There is no reason why you can't use a document that's stored on a server somewhere.

    https://developer.adobe.com/document-services/docs/overview/pdf-services-api/#sdk

    vishal010Author
    Participant
    July 19, 2022

    FileRef.CreateFromURI() method only works for HTML to PDF operations as of now.

    However I managed to download the stream and use FileRef.CreateFromStream() with one caveat. It couldn't worked when downloaded stream using HTTPClient framework class and worked only with WebClient class.