InformationLegacy SourceVutureValidation StatusNot ValidatedTitleDisable Links in Vuture generated PDFURL Name360020700698-Disable-Links-in-Vuture-generated-PDFBodyThis can be done by adding the following JavaScript to the page:$(document).ready(function(){ if ('ABCpdf_RenderWait' in window.external || 'ABCpdf_go' in window) { $("a").each(function(){ $(this).removeAttr("href"); }); } });