Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Convert PDF from URL

New Here ,
Jul 05, 2022 Jul 05, 2022

Hi There,

 

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

 

Thanks

328
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jul 18, 2022 Jul 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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 18, 2022 Jul 18, 2022
LATEST

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.

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources