Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
cesa.co.za /
fpdf /
help /
Delete
Unzip
Name
Size
Permission
Date
Action
UML
[ DIR ]
drwxr-sr-x
2013-05-22 07:55
css
[ DIR ]
drwxr-sr-x
2013-05-22 07:55
phpdoc
[ DIR ]
drwxr-sr-x
2013-05-22 07:30
samples
[ DIR ]
drwxr-sr-x
2013-05-22 07:55
api.html
12.04
KB
-rw-r--r--
2013-05-22 07:55
api_dom.html
614
B
-rw-r--r--
2013-05-22 07:55
api_events.html
4.18
KB
-rw-r--r--
2013-05-22 07:55
api_fetchers.html
2.5
KB
-rw-r--r--
2013-05-22 07:55
api_samples.html
3.89
KB
-rw-r--r--
2013-05-22 07:55
calling.html
12.27
KB
-rw-r--r--
2013-05-22 07:55
compatibility.css.2.1.html
7.75
KB
-rw-r--r--
2013-05-22 07:55
compatibility.css.3.html
2.43
KB
-rw-r--r--
2013-05-22 07:55
configuration.html
8.99
KB
-rw-r--r--
2013-05-22 07:55
directives.html
1.57
KB
-rw-r--r--
2013-05-22 07:55
faq.html
25.08
KB
-rw-r--r--
2013-05-22 07:55
forms.html
7.38
KB
-rw-r--r--
2013-05-22 07:55
generated_toc.html
4.16
KB
-rw-r--r--
2013-05-22 07:55
howto_afm.html
459
B
-rw-r--r--
2013-05-22 07:55
howto_fonts.html
6.79
KB
-rw-r--r--
2013-05-22 07:55
index.html
1.62
KB
-rw-r--r--
2013-05-22 07:55
install.html
1.49
KB
-rw-r--r--
2013-05-22 07:55
internals_pagebreak.html
3.12
KB
-rw-r--r--
2013-05-22 07:55
internals_reserved.html
419
B
-rw-r--r--
2013-05-22 07:55
misc.html
75
B
-rw-r--r--
2013-05-22 07:55
requirements.html
4.85
KB
-rw-r--r--
2013-05-22 07:55
Save
Rename
<html> <head> <title>html2ps/html2pdf directives</title> <link rel="stylesheet" type="text/css" medial="all" title="Default" href="css/help.css"/> </head> <body> <h1>html2ps/pdf directives</h1> <a href="index.html">Back to table of contents</a> <h2>Page-breaking commands</h2> <p> You can force a page break by inserting any one of the following commands into the HTML page: <pre> <!--NewPage--> <pagebreak/> <?page-break> </pre> <p> It is highly NOT RECOMMENDED to use these directives inside table cells, as you can get unpredictable results. <h2>Special fields</h2> <p>Note that these fields are processed by separate filter (<a href="api.html#filter-pre-html2ps-fields">PreTreeFilterHTML2PSFields</a>). If you're using HTML2PS API, you should install this filter using the following code: <pre> pipeline->pre_tree_filters[] = new PreTreeFilterHTML2PSFields(); </pre> <table> <tbody> <tr class="odd"> <th>Name</th> <th>Replaced with</th> </tr> <tr class="even"> <td>##PAGE##</td> <td>Number of current page</td> </tr> <tr class="odd"> <td>##PAGES##</td> <td> Total number of pages in the generated PDF file. Note that this directive will show number of pages in current source file when the script is run in batch mode. </td> </tr> <tr class="event"> <td>##FILENAME##</td> <td>Filename (URL) of the source HTML</td> </tr> <tr class="odd"> <td>##FILESIZE##</td> <td>Size of the source file (without included files)</td> </tr> <tr class="event"> <td>##TIMESTAMP##</td> <td>Date/time the PDF file have been generated</td> </tr> </tbody> </body> </html>