Amigos,
Baixei a biblioteca html2pdf, só que ela é php e uma classe, para carregar no SC usando a Nova Biblioteca Externa,
seria este o procedimento?
CONVERTER HTML EM PDF
http://html2pdf.fr/en/download
Como Inserir uma Lib:
// Bibliotecas Externas Públicas (Ativar): HTMLtoPDF,
// que contem a Lib: html2pdf/html2pdf.class.php
onScriptInit:
$biblioteca_externa_php=sc_url_library(‘sys’, ‘HTMLtoPDF’, ‘html2pdf/html2pdf.class.php’);
sc_include($biblioteca_externa_php);