diff options
Diffstat (limited to 'obsolete/support/png2pdf/DOCU/ppgui.html')
-rw-r--r-- | obsolete/support/png2pdf/DOCU/ppgui.html | 282 |
1 files changed, 0 insertions, 282 deletions
diff --git a/obsolete/support/png2pdf/DOCU/ppgui.html b/obsolete/support/png2pdf/DOCU/ppgui.html deleted file mode 100644 index 94e88364fa..0000000000 --- a/obsolete/support/png2pdf/DOCU/ppgui.html +++ /dev/null @@ -1,282 +0,0 @@ -<html> -<head> -<title>png2pdf - Convert PNG images to PDF</title> -<link rel="stylesheet" type="text/css" href="style.css"> -</head> -<body> -<div class="header"> -<p> -<table width="100%" class="headertable"> -<tr class="headertr"> -<td class="headertdleft" rowspan="2"><img src="./png2pdf-logo.png"></td> -<td class="headertdleft"><h1>png2pdf</h1></td> -<td class="headertdright" rowspan="2"> -<a target="_blank" href="http://sourceforge.net/"><img src="sflogo.png" width="210" height="62" border="0" alt="SourceForge.net Logo"/></a> -</td> -</tr> -<td class="headertdleft"><span class="subtitle">Convert <u>PNG</u> images <u>to</u> <u>PDF</u></span></td> -</tr> -</table> -<table width="100%" class="navimenutable"> -<tr class="navimenutr"> -<td class="navimenutd"> -<a class="navimenulink" href="index.html">Overview</a> / <a class="navimenulink" href="install.html">Installation</a> / <a class="navimenulink" href="usage.html">Usage</a> / <span class="navimenucurrent">GUI</span> / <a class="navimenulink" href="faq.html">FAQ</a> / <a class="navimenulink" href="changes.html">Change Log</a> / <a class="navimenulink" href="projects.html">Other Projects</a> -</td> -</tr> -</table> -</p> -</div> -<div class="text"> -<h2>Png2PdfGUI - A graphical user interface to png2pdf</h2> -<table width="100%" class="toctable"> -<tr class="tocrow"> -<td width="5%"></td> -<td class="toctd" colspan="6"><a class="toclink" href="#h3overview">Overview</a></td> -</tr> -<tr class="tocrow"> -<td width="5%"></td> -<td class="toctd" colspan="6"><a class="toclink" href="#h3req">Requirements</a></td> -</tr> -<tr class="tocrow"> -<td width="5%"></td> -<td class="toctd" colspan="6"><a class="toclink" href="#h3start">Starting the program</a></td> -</tr> -<tr class="tocrow"> -<td width="5%"></td> -<td class="toctd" colspan="6"><a class="toclink" href="#h3appearance">Program appearance at start</a></td> -</tr> -<tr class="tocrow"> -<td width="5%"></td> -<td class="toctd" colspan="6"><a class="toclink" href="#h3dir">Choosing a directory</a></td> -</tr> -<tr class="tocrow"> -<td width="5%"></td> -<td class="toctd" colspan="6"><a class="toclink" href="#h3options">Set png2pdf options</a></td> -</tr> -<tr class="tocrow"> -<td width="5%"></td> -<td class="toctd" colspan="6"><a class="toclink" href="#h3conversion">Running a conversion</a></td> -</tr> -<tr class="tocrow"> -<td width="5%"></td> -<td class="toctd" colspan="6"><a class="toclink" href="#h3exit">Exiting the program</a></td> -</tr> -</table> -<hr> -<a name="h3overview"><h3>Overview</h3></a> -<p> -The Java application Png2PdfGUI provides a graphical user -interface to the png2pdf program. -To convert PNG files to PDF you have to perform the following tasks: -<ul> -<li>Choose the directory containing the PNG files.</li> -<li>Set conversion options.</li> -<li>Run png2pdf.</li> -<li>Exit the application.</li> -</ul> -These main tasks can be performed using buttons in the button bar -or using menu entries. -</p> -<hr> -<a name="h3req"><h3>Requirements</h3></a> -<p> -To use the Png2PdfGUI you must have the png2pdf program installed. -Normally this conditions is fullfilled because Png2PdfGUI and png2pdf -are in the same package, so they are installed at the same time. -</p> -<p> -A Java run-time environment (Java 5) must be installed. Previous -versions are not sufficient to run Png2PdfGUI. -</p> -<hr> -<a name="h3start"><h3>Starting the program</h3></a> -<h4>On Windows systems</h4> -<p>In a prompt box run -<pre> -java.exe -cp c:\programs\krause\lib\png2pdf.jar;c:\programs\krause\lib\dklibsj.jar Png2PdfGUI -</pre> -You possibly need to replace c:\programs\krause by another directory, depending -on your decisions during installation process. -</p> -<p>Once you have verified the program starts correctly you can create -shortcuts either on the desktop or in the start menu. For shortcuts you -should use javaw.exe instead of java.exe. -</p> -<h4>On Unix/Linux systems</h4> -<p>Run -<pre> -java -c /usr/local/lib/png2pdf.jar:/usr/local/lib/dklibsj.jar Png2PdfGUI -</pre> -to start the program.<br> -</p> -<hr> -<a name="h3appearance"><h3>Program appearance at start</h3></a> -<p> -When running the program for the first time the main window looks like -this:<br> <br> -<table width="100%"> -<tr><td align="CENTER"><img src="./ppg01.png" width="341" height="171"></td></tr> -</table> -</p> -<hr> -<a name="h3dir"><h3>Choosing a directory</h3></a> -<p> -Use either the "Choose directory" button or the menu entry -"Png2pdf / Directory" to choose the directory.<br> <br> -<table width="100%"> -<tr> -<td align="CENTER"><img src="./ppg02.png" width="341" height="171"></td> -<td align="CENTER"><img src="./ppg03.png" width="341" height="171"></td> -</tr> -</table><br> <br> -The directory chooser dialog appears. -<br> <br> -<table width="100%"> -<tr><td align="CENTER"><img src="./ppg04.png" width="817" height="407"></td></tr> -</table> -<br> <br> -Navigate to the directory -containing your PNG files and confirm the selection.<br> -The new working directory is shown in the main window.<br> <br> -<table width="100%"> -<tr><td align="CENTER"><img src="./ppg05.png" width="341" height="171"></td></tr> -</table> -</p> -<p>You can also attempt to use drag'n'drop to drag a directory -from Windows explorer or Nautilus into the Png2PdfGUI main window. -For other Unix/Linux desktops it is not known whether drag'n'drop works, -just try it. -</p> -<hr> -<a name="h3options"><h3>Set png2pdf options</h3></a> -<p>Use either the "Set options" button in the button bar or the -"Png2pdf / Options" menu entry to set conversion options. -<br> <br> -<table width="100%"> -<tr> -<td align="CENTER"><img src="./ppg06.png" width="341" height="171"></td> -<td align="CENTER"><img src="./ppg07.png" width="341" height="171"></td> -</tr> -</table><br> <br> -<table width="100%"> -<tr> -<td align="CENTER"><img src="./ppg08.png" width="460" height="543"></td> -</tr> -</table><br> <br> -In the "Png2pdf Options" dialog you have the following choices: -<ul> -<li>PDF format version<br> -You can either produce PDF version 1.2, 1.3 or 1.4. Smaller version -numbers will be compatible to older PDF viewers, larger version -numbers require a recent viewer but provide more PDF features.</li> -<li>Run in make mode<br> -If make mode is enabled the program checks the modification timestamps -of source and destination files. A destination file is up to date -if the file exists and was last modified after the last modification -of the source file. A conversion is only run for those sources for -which there is no up-to-date destination file. -</li> -<li>Show file names while processing<br> -The status message can either simply show "running" while a conversion -is running or show the file name for each file currently processed. -When processing directories containing many files showing each file name -will show you that the program is still alive.<br> -When showing file names a new png2pdf process is started for each -conversion. If you choose to see the simple "running" status message one -process is running on the directory doing all the conversions, this -is faster than starting a new process for each file to convert. -</li> -<li>Image interpolation<br> -This check box sets the image interpolation flag in output files. -Viewer programs are recommended to do image interpolation, this is -usefull if small images are scaled up. -</li> -<li>Alpha channel handling<br> -Here you can decide how to handle alpha channel data if such data -is present in a PNG file. -<ul> -<li>Input alpha channel expresses transparency<br> -Normally you should leave this checkbox turned off because the -alpha channel expresses opacity.</li> -<li>Mix against a background color<br> -You can choose to mix foreground color (the PNG pixel RGB value) against -the background color depending on the opacity/transparency value of the -pixel. The background color is contained in the background chunk in -the PNG file.<br> -Some PNG files containing an alpha channel do not contain a background chunk, -so it is up to the user to choose a background color. The -"Choose background color" entry allows to choose a default -background color to use if no background chunk is available in the PNG file. -Just click on the color-view rectangle to select a color.<br> -If you always want to use the specified background color (you want to -ignore background chunks from the PNG file) enable the checkbox -"Prefer specified default color...". -</li> -<li>Create image mask<br> -In addition to mixing -- or instead of mixing -- you can convert -the alpha channel into an image mask. The normal mask level is -to paint all opacity>0 pixels and to mask out all opacity=0 pixels.<br> -Enable "Use inverted mask levels" to paint -only opacity=full pixels and to mask out all opacity<full pixels. -</li> -<li>Write alpha channel to output<br> -You can also write alpha channel data to PDF output (for PDF version >= 1.4). -</li> -</ul> -Note: Some of these options are not available for all PDF versions.<br> -Some of the options are exclusive, i.e. you can not use mixing and -alpha channel writing together (the opacity factors from the alpha -channel would be applied twice: once in mixing and once by the PDF -viewer when showing the file). -</li> -</ul> -</p> -<hr> -<a name="h3conversion"><h3>Running a conversion</h3></a> -<p>Use the "Run png2pdf" button from the button bar or the -"Png2pdf / Run" menu entry to start a conversion. -<br> <br> -<table width="100%"> -<tr> -<td align="CENTER"><img src="./ppg09.png" width="341" height="171"></td> -<td align="CENTER"><img src="./ppg10.png" width="341" height="171"></td> -</tr> -</table><br> <br> -While the conversion is running the status text color changes to red -and the text changes to "Running". If you decided to see file names -the text changes to "Processing ...". -<br> <br> -<table width="100%"> -<tr> -<td align="CENTER"><img src="./ppg11.png" width="341" height="171"></td> -</tr> -</table><br> <br> -After all conversions are done the color changes back to green and the -text changes back to "Ready". -</p> -<hr> -<a name="h3exit"><h3>Exiting the program</h3></a> -<p>Use either the "Exit the GUI" button in the button bar or the -"Png2pdf / Exit" menu entry to exit the program. -<br> <br> -<table width="100%"> -<tr> -<td align="CENTER"><img src="./ppg12.png" width="341" height="171"></td> -<td align="CENTER"><img src="./ppg13.png" width="341" height="171"></td> -</tr> -</table><br> <br> -</p> -</div> -<div class="footer"> -<p> -<table width="100%" class="footertable"> -<tr class="footertr"> -<td class="footertdleft">Dirk Krause</td> -<td class="footertdcenter">http://png2pdf.sourceforge.net</td> -<td class="footertdright">2006/07/01</td> -</tr> -</table> -</p> -</div> -</body> -</html> |