[RESOLVIDO] - SC 8.1 - Bibliotecas Externas Classe PHP

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);

Vendo o Vídeo: Scriptcase 8.1 - Gerenciador Bibliotecas (macros sc_url_library e sc_include_library)
https://www.youtube.com/watch?v=v_o0oEDYQUg

Fica assim para libs php:
onScriptInit:
sc_include_library(‘sys’, ‘HTMLtoPDF’, ‘html2pdf/html2pdf.class.php’, true, true);

Jailton, em qual diretório vc incluiu a pasta da biblioteca?

É no Gerenciamento de bibliotecas do SC, ai quando vc adiciona LIB você cria uma pasta nova com o Nome que vai ficar elas dentro.

Valeu!