java - PDF containing link to internal server not working -
can please me following issue?
i work on java web application in xyz company has button links pdf file. pdf file contains image stored in internal server. while creating pdf file, link server location of image given against particular image. however, on clicking image pdf file in google chrome, link appends server address , therefore, breaks.
link image location in server (provided while creating pdf): //vmspfsfsir05.ger.corp.xyz.com/techbm_infodb/07_bre_newsletter/nl_2017-01_edition42/devices_overview_explained_v1_final.png
after automatically appending server address in chrome (this link breaks): http://muswweb002.ger.corp.xyz.com//vmspfsfsir05.ger.corp.xyz.com/techbm_infodb/07_bre_newsletter/nl_2017-01_edition42/devices_overview_explained_v1_final.png
ideally, should (this works): file://vmspfsfsir05.ger.corp.xyz.com/techbm_infodb/07_bre_newsletter/nl_2017-01_edition42/devices_overview_explained_v1_final.png
Comments
Post a Comment