mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
Address bar: ':p [width]x[height im milliinch]'
This commit is contained in:
parent
732adfa362
commit
ed6f827379
7 changed files with 10 additions and 8 deletions
|
@ -49,7 +49,7 @@
|
|||
<p><a href="https://releases.pagure.org/uweb/">pagure</a></p>
|
||||
<p><a href="https://sourceforge.net/projects/uwebbrowser/files/v1/">sourceforge</a></p>
|
||||
<h4 id="change-logs">Change logs</h4>
|
||||
<p>948: Address bar: ":p [width in milliInch]x[height]" to generate PDF in custom size<br>
|
||||
<p>949: Address bar: ":p [width in milliInch]x[height]" to generate PDF in custom size<br>
|
||||
946: Option "use offline cache" to support serverless local websites.</p>
|
||||
<p>945: commands to support evaluation of generated js code.</p>
|
||||
<p>943: Multiple home screens support .mht (offline webpage), .search & .html local files.</p>
|
||||
|
|
|
@ -59,7 +59,7 @@ uweb, termux &amp; history versions
|
|||
github
|
||||
pagure
|
||||
sourceforge
|
||||
Change logs 948: Address bar: &quot;:p [width in milliInch]x[height]&quot; to generate PDF in custom size
|
||||
Change logs 949: Address bar: &quot;:p [width in milliInch]x[height]&quot; to generate PDF in custom size
|
||||
946: Option &quot;use offline cache&quot; to support serverless local websites.
|
||||
945: commands to support evaluation of generated js code.
|
||||
943: Multiple home screens support .mht (offline webpage), .search &amp; .html local files.
|
||||
|
|
|
@ -98,8 +98,10 @@ Socks proxy</p>
|
|||
</ul>
|
||||
<h4 id="commands">commands</h4>
|
||||
<ul>
|
||||
<li>:p [width in milliInch]x[height in milliInch]<br>
|
||||
Generate/Print PDF file in the "/sdcard/Download" folder.</li>
|
||||
<li>:p [width in milliInch]x[height] [top margin]:[right margin]:[bottom margin]:[left margin]<br>
|
||||
Generate/Print PDF file in the "/sdcard/Download" folder, all units are milliinch.<br>
|
||||
Ex. ":p x" or ":px" for screen width and infinite height.<br>
|
||||
":p [width]x" for infinite height.</li>
|
||||
</ul>
|
||||
<h3 id="i-internal-links">"i:" internal links:</h3>
|
||||
<ul>
|
||||
|
|
|
@ -17,7 +17,7 @@ uweb, termux &amp; history versions
|
|||
github
|
||||
pagure
|
||||
sourceforge
|
||||
Change logs 948: Address bar: &quot;:p [width in milliInch]x[height]&quot; to generate PDF in custom size
|
||||
Change logs 949: Address bar: &quot;:p [width in milliInch]x[height]&quot; to generate PDF in custom size
|
||||
946: Option &quot;use offline cache&quot; to support serverless local websites.
|
||||
945: commands to support evaluation of generated js code.
|
||||
943: Multiple home screens support .mht (offline webpage), .search &amp; .html local files.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue