Läuft die Voice Acoustic VA-Remotecontrol (AllDSP AllControl) nativ unter Linux auf echtem wxGTK 3.0 — ohne Wine und ohne dekompilierten App-Code. Ausgeführt wird das unveränderte Python-2.7-Bytecode aus dem macOS-.app; C-Extensions (wxGTK/numpy/ scipy/PortAudio) kommen nativ aus Debian stretch. Enthält: va/ (Original-.pyc + pure-Python-Libs + Assets + launch.py mit den drei Linux-Fixes), Dockerfile/run.sh/entrypoint.sh, reference/ (dekompilierter Quellcode zum Debuggen) und README/STATUS. img.cache (378 MB, regenerierbar) ist per .gitignore ausgeschlossen. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
19 lines
821 B
HTML
19 lines
821 B
HTML
<HTML>
|
|
<HEAD>
|
|
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
|
|
<TITLE>Tutorials</TITLE>
|
|
<LINK TYPE="text/css" REL="stylesheet" HREF="../fpdf.css">
|
|
</HEAD>
|
|
<BODY>
|
|
<H2>Tutorials</H2>
|
|
I diversi esempi mostrano rapidamente come usare FPDF. Troverai spiegate tutte le caratteristiche principali.<BR><BR>
|
|
<A HREF="tuto1.htm">Tutorial 1</A>: Esempio minimo<BR>
|
|
<A HREF="tuto2.htm">Tutorial 2</A>: Intestazione, piè di pagina, cambio pagina e immagini<BR>
|
|
<A HREF="tuto3.htm">Tutorial 3</A>: Ritorno a capo e colori<BR>
|
|
<A HREF="tuto4.htm">Tutorial 4</A>: Multi-colunne<BR>
|
|
<A HREF="tuto5.htm">Tutorial 5</A>: Tabelle<BR>
|
|
<A HREF="tuto6.htm">Tutorial 6</A>: Links e testo scorrevole<BR>
|
|
<A HREF="tuto7.htm">Tutorial 7</A>: Aggiunta di nuovi fonts e supporto codifica<BR>
|
|
</BODY>
|
|
</HTML>
|