0
Convert PDF from URL
New Here
,
/t5/acrobat-services-api-discussions/convert-pdf-from-url/td-p/13049994
Jul 05, 2022
Jul 05, 2022
Copy link to clipboard
Copied
Hi There,
Is there a way where I can convert a pdf file from a url using pdf service api?
Thanks
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Adobe Employee
,
/t5/acrobat-services-api-discussions/convert-pdf-from-url/m-p/13076543#M4429
Jul 18, 2022
Jul 18, 2022
Copy link to clipboard
Copied
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
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
vishal010
AUTHOR
New Here
,
LATEST
/t5/acrobat-services-api-discussions/convert-pdf-from-url/m-p/13077987#M4441
Jul 18, 2022
Jul 18, 2022
Copy link to clipboard
Copied
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.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

