start copy from cimac web

This commit is contained in:
2026-05-14 08:47:13 +02:00
commit dfc6ed40ae
3624 changed files with 899295 additions and 0 deletions
+46
View File
@@ -0,0 +1,46 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Output</title>
<link type="text/css" rel="stylesheet" href="../fpdf.css">
</head>
<body>
<h1>Output</h1>
<code><b>string</b> Output([<b>string</b> dest [, <b>string</b> name [, <b>boolean</b> isUTF8]]])</code>
<h2>Descrizione</h2>
Passa il documento a una destinazione: stringa, file locale o browser. Nell'ultimo
caso, verrà usato il plug-in (se presente), oppure sarà forzata l'apertura di una
finestra di download ("Salva con nome").<br>
Se necessario, il metodo richiama prima Close() per chiudere il documento.
<h2>Parametri</h2>
<dl class="param">
<dt><code>dest</code></dt>
<dd>
Destinazione dove mandare il documento. Può essere specificato uno dei seguenti valori:
<ul>
<li><code>I</code>: manda il 'file inline' al browser. Il plug-in sarà utilizzato se presente.</li>
<li><code>D</code>: manda al browser e forza il download del file con il nome dato con <code>name</code>.</li>