Retourner au contenu associé (entrée de forum : Accéder par un lien cliquable à un fichier intégré dans un pdf)
Posté par Benoit Sibaud (site web personnel) le 08 août 2026 à 12:31. En réponse au message Accéder par un lien cliquable à un fichier intégré dans un pdf. Évalué à 7 (+4/-0). Dernière modification le 08 août 2026 à 12:32.
Pour les personnes curieuses, pourquoi des URI avec ou sans //.
If a URI contains an authority component, then the path component must either be empty or begin with a slash ("/") character.
https://www.rfc-editor.org/info/rfc3986/#section-3.3
authority = [userinfo "@"] host [":" port]
https://en.wikipedia.org/wiki/Uniform_Resource_Identifier#Syntax
If an authority component is defined, then the path component must either be empty or begin with a slash (/).
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: file://
Posté par Benoit Sibaud (site web personnel) . En réponse au message Accéder par un lien cliquable à un fichier intégré dans un pdf. Évalué à 7 (+4/-0). Dernière modification le 08 août 2026 à 12:32.
Pour les personnes curieuses, pourquoi des URI avec ou sans //.
If a URI contains an authority component, then the path component must either be empty or begin with a slash ("/") character.
https://www.rfc-editor.org/info/rfc3986/#section-3.3
https://en.wikipedia.org/wiki/Uniform_Resource_Identifier#Syntax