Address bar: ':p [width]x[height im milliinch]'

This commit is contained in:
James Feng Cao 2022-12-11 09:23:44 +08:00
parent 732adfa362
commit ed6f827379
7 changed files with 10 additions and 8 deletions

View file

@ -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: &quot;:p [width in milliInch]x[height]&quot; to generate PDF in custom size<br>
<p>949: Address bar: &quot;:p [width in milliInch]x[height]&quot; to generate PDF in custom size<br>
946: Option &quot;use offline cache&quot; 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 &amp; .html local files.</p>

View file

@ -59,7 +59,7 @@ uweb, termux &amp;amp; history versions
github
pagure
sourceforge
Change logs 948: Address bar: &amp;quot;:p [width in milliInch]x[height]&amp;quot; to generate PDF in custom size
Change logs 949: Address bar: &amp;quot;:p [width in milliInch]x[height]&amp;quot; to generate PDF in custom size
946: Option &amp;quot;use offline cache&amp;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;amp; .html local files.

View file

@ -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 &quot;/sdcard/Download&quot; folder.</li>
<li>:p [width in milliInch]x[height] [top margin]:[right margin]:[bottom margin]:[left margin]<br>
Generate/Print PDF file in the &quot;/sdcard/Download&quot; folder, all units are milliinch.<br>
Ex. &quot;:p x&quot; or &quot;:px&quot; for screen width and infinite height.<br>
&quot;:p [width]x&quot; for infinite height.</li>
</ul>
<h3 id="i-internal-links">&quot;i:&quot; internal links:</h3>
<ul>

View file

@ -17,7 +17,7 @@ uweb, termux &amp;amp; history versions
github
pagure
sourceforge
Change logs 948: Address bar: &amp;quot;:p [width in milliInch]x[height]&amp;quot; to generate PDF in custom size
Change logs 949: Address bar: &amp;quot;:p [width in milliInch]x[height]&amp;quot; to generate PDF in custom size
946: Option &amp;quot;use offline cache&amp;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;amp; .html local files.