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

Auto-create web links from URLs

Community Beginner ,
Feb 21, 2023 Feb 21, 2023

If I use "Auto-create web links from URLs" all links generated are http format. Most URLs these days are https. Is there any way to modifiy the behaviour of the auto-create to suit this? Is it something that Adobe have in the pipeline for Acrobat? I would imagine it's a very simple modification. Thanks in advance. Kevin

 

TOPICS
Edit and convert PDFs
1.2K
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
2 ACCEPTED SOLUTIONS
Community Expert ,
Feb 21, 2023 Feb 21, 2023

> Is there any way to modifiy the behaviour of the auto-create to suit this?

- No.

> Is it something that Adobe have in the pipeline for Acrobat?

- We don't know. Most of the people replying here do not work for Adobe, and those that do are usually not privy to future code changes. I don't even know if this was ever requested before.

> I would imagine it's a very simple modification. 

- Only if you want all links to be either http or https, if you have a mix of both domains it becomes quite complicated to specify which one should be what. The real solution, of course, is not to rely on this functionality at all and create your own Link objects, with the correct URL attached to them.

View solution in original post

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
Community Expert ,
Feb 21, 2023 Feb 21, 2023
LATEST

PS. Usually, when there's a link to an HTTP site and there's an HTTPS version of it, an automatic redirect happens from the former to the latter. If you implement that in your website it should solve this issue...

View solution in original post

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
Community Expert ,
Feb 21, 2023 Feb 21, 2023

> Is there any way to modifiy the behaviour of the auto-create to suit this?

- No.

> Is it something that Adobe have in the pipeline for Acrobat?

- We don't know. Most of the people replying here do not work for Adobe, and those that do are usually not privy to future code changes. I don't even know if this was ever requested before.

> I would imagine it's a very simple modification. 

- Only if you want all links to be either http or https, if you have a mix of both domains it becomes quite complicated to specify which one should be what. The real solution, of course, is not to rely on this functionality at all and create your own Link objects, with the correct URL attached to them.

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
Community Beginner ,
Feb 21, 2023 Feb 21, 2023

Thanks for the prompt reply. I generally do create all links myself, however, it would be a "nice to have" as most if not all of the sites I link to have https:// addresses

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
Community Expert ,
Feb 21, 2023 Feb 21, 2023
LATEST

PS. Usually, when there's a link to an HTTP site and there's an HTTPS version of it, an automatic redirect happens from the former to the latter. If you implement that in your website it should solve this issue...

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