iPallet/Tuzura for iOS 10, Version 1.7
(Japanese / English)
This application (APP) privately displays files imported by iTunes file sharing.
Important!: Please install "Tuzura" (Version 1.6) priority in iOS 9 and lower.
You are easily usable in the following procedure. (These are unchanged from the first version.)
Function enhancement is possible by the indexed file (index.xml). You may make the indexed file (index.xml) by yourself, and register using iTunes file sharing. (Please refer to formats on this support page.)
Technical terms are included in the following description.
Using an option, you can introduce your private documents without depending on the network. In addition, you can apply it to simple display by using iPad access guide function.
You can return to a state of shipment by deleting all files by iTunes file sharing. (Be careful! However, before deleting files, you should back them up by yourself.)
<?xml version="1.0" encoding="utf-8"?>
<items>
<item label="App Guide (PDF)" src="ApplicationGuide.pdf" />
<item label="User's guide (PDF)" src="_UsersManual-2014.pdf" />
<item label="Sample Image-1 (JPEG)" src="24.JPG" />
<item label="Sample Image-2 (JPEG)" src="25.JPG" />
<item label="Sample Image-3 (PNG)" src="a_Sample09.png" />
<item src="a_Sample09.png" />Sample Image-3 (PNG)</item>
<item label="Sample Image-4 (PNG)" src="a_Sample10.png" />Sample Image-4 (Large)</item>
</items>
<?xml version="1.0" encoding="utf-8"?>
<items label="Sample Format">
<item label="App Guide (PDF)" src="ApplicationGuide.pdf" />
<item label="User's guide (PDF)" src="_UsersManual-2014.pdf" />
<items label="Sample Images">
<item label="Image-1 (JPEG)" src="24.JPG" />
<item label="Image-2 (JPEG)" src="25.JPG" />
<item label="Image-3 (PNG) [W] " src="a_Sample09.png" frame="wide" />
</items>
<item src="a_Sample09.png" />Sample Image-3 (PNG)</item>
</items>
<?xml version="1.0" encoding="utf-8"?>
<items label="Sample">
<!-- Default(Initial page:1, Left top Right page direction,
Bookmark displays until layer 5) -->
<item label="App Guide (PDF)" src="ApplicationGuide.pdf" />
<!-- Initial page:1, Left top Right page direction, Bookmark displays until layer 2 -->
<item label="App Guide (PDF)" src="ApplicationGuide.pdf"
frontpage="1" pagedirection="LTR" maxlevel="2" />
<!-- Initial page:3, Right to Left (Japanese Top to Bottom writing) page direction,
No display bookmark if it is exists in PDF. -->
<item label="User's guide (PDF)" src="_UsersManual-2014.pdf"
frontpage="3" pagedirection="RTL" maxlevel="0" />
</items>
You can define only one top page. Be careful the following, and try yourself.
Version 1.7 (2015-09-22,JST)
Version 1.6 (2015-10-19,JST)
Version 1.5 (2015-01-09,JST)
Version 1.4 (2014-06-20,JST)
Version 1.3 (2014-05-25,JST)
Version 1.2 (2014-05-18,JST)
Version 1.1 (2014-05-09,JST)
Version 1.0 (2014-01-12,JST)
Updated:2016-09-22 (JST)