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

Convert PDF from URL

New Here ,
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

Views

172

Translate

Translate

Report

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

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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.

 

Votes

Translate

Translate

Report

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