<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<DesignDeviceName>GenericPhone</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>320</PageWidth>
	<PageHeight>480</PageHeight>
	<AutoSizeWidth>True</AutoSizeWidth>
	<AutoSizeHeight>True</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>MobileApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<MobileBuildTarget>E:\pdf-tutorial.zip</MobileBuildTarget>
	<AppIcon>F:\icon.png</AppIcon>
	<LanguageCode>en</LanguageCode>
	<ThemeColor>#000000</ThemeColor>
	<MobileID>Asmat.pdf.cordova</MobileID>
	<MobileOSTypes>[AndroidOS]</MobileOSTypes>
	<WindowState>normal</WindowState>
	<TitleBar>True</TitleBar>
	<Sizeable>True</Sizeable>
	<MaximizeBtn>False</MaximizeBtn>
	<MinimizeBtn>True</MinimizeBtn>
	<SystemMenu>True</SystemMenu>
	<ContextMenu>False</ContextMenu>
	<AlwaysOnTop>False</AlwaysOnTop>
	<ShowInTaskbar>True</ShowInTaskbar>
	<SingleInstance>False</SingleInstance>
	<ChromeKioskMode>False</ChromeKioskMode>
	<CustomXML>   &lt;plugin name=&quot;cordova-pdf-generator&quot; source=&quot;npm&quot; spec=&quot;~2.0.8&quot; /&gt;</CustomXML>
	<Components>
		<FunctionList name="Subroutines"/>
		<LibraryList name="Libraries">
			<Components>
				<LibraryItem>
					<FileName>F:\tablecss</FileName>
				</LibraryItem>
			</Components>
		</LibraryList>
		<PageList name="Main">
			<Components>
				<Page id="page1">
					<Components>
						<Container id="Container2">
							<left>0px</left>
							<top>15%</top>
							<width>100%</width>
							<height>25%</height>
							<style>background-color:#004F95</style>
						</Container>
						<Headline id="Headline1">
							<left>37px</left>
							<top>99px</top>
							<width>246px</width>
							<height>75px</height>
							<style>color:white;font-size:20pt;text-align:center</style>
							<text>PDF-GENERATOR &lt;br&gt;TOTURIAL</text>
						</Headline>
						<PushButton id="PushButton1">
							<left>76px</left>
							<top>295px</top>
							<width>168px</width>
							<height>42px</height>
							<caption>START</caption>
							<kind>primary</kind>
							<click>GotoNextPage</click>
						</PushButton>
						<Paragraph id="Paragraph1">
							<left>66px</left>
							<top>428px</top>
							<width>189px</width>
							<height>34px</height>
							<style>text-align:center</style>
							<text>Author:Asmat</text>
						</Paragraph>
					</Components>
				</Page>
				<Page id="page2">
					<background_masterpage>MasterPage</background_masterpage>
					<pageenter>SetVar [topic] &quot;PDF from URL&quot;

SetVar [url] &quot;http://www.google.es&quot;


SetVar [size] &quot;A4&quot;
SetVar [orient] &quot;Portrait&quot;</pageenter>
					<Components>
						<Container id="Container3">
							<left>16px</left>
							<top>218px</top>
							<width>90%</width>
							<height>10%</height>
							<style>background-color:#00619A;border-radius:10px</style>
							<Components>
								<TextInput id="TextInput1">
									<left>5%</left>
									<top>10%</top>
									<width>90%</width>
									<height>80%</height>
									<variable>url</variable>
									<place_holder>url</place_holder>
								</TextInput>
							</Components>
						</Container>
						<PushButton id="PushButton2">
							<left>76px</left>
							<top>327px</top>
							<width>168px</width>
							<height>42px</height>
							<caption>PDF</caption>
							<kind>info</kind>
							<click>pgPDFfromURL &quot;[size]&quot; &quot;[orient]&quot; &quot;mypdffile&quot; &quot;[url]&quot;</click>
						</PushButton>
						<Paragraph id="Paragraph2">
							<left>16px</left>
							<top>22%</top>
							<width>285px</width>
							<height>72px</height>
							<style>font-size:9pt</style>
							<text>&lt;p&gt;Creates a PDF using a URL, it download the document into an in memory Webkit object, and renders it into a PDF.&lt;br&gt;&lt;/p&gt;</text>
						</Paragraph>
						<PushButton id="PushButton7">
							<left>119px</left>
							<top>279px</top>
							<width>72px</width>
							<height>36px</height>
							<caption>set url</caption>
							<click>SetVar [url] &quot;https://visualneo.com/profile/asmat&quot;</click>
						</PushButton>
						<Combobox id="Combobox1">
							<left>43px</left>
							<top>168px</top>
							<width>78px</width>
							<height>35px</height>
							<items>A1,A2,A3,A4</items>
							<variable>size</variable>
							<multi_select>False</multi_select>
						</Combobox>
						<Paragraph id="Paragraph7">
							<left>16px</left>
							<top>173px</top>
							<width>31px</width>
							<height>24px</height>
							<style>font-size:9pt</style>
							<text>size:</text>
						</Paragraph>
						<Combobox id="Combobox2">
							<left>208px</left>
							<top>168px</top>
							<width>94px</width>
							<height>35px</height>
							<items>Portrait,Landscape</items>
							<variable>[orient]</variable>
							<multi_select>False</multi_select>
						</Combobox>
						<Paragraph id="Paragraph8">
							<left>142px</left>
							<top>173px</top>
							<width>63px</width>
							<height>24px</height>
							<style>font-size:9pt</style>
							<text>Orientation:</text>
						</Paragraph>
					</Components>
				</Page>
				<Page id="page3">
					<background_masterpage>MasterPage</background_masterpage>
					<pageenter>SetVar [topic] &quot;PDF from HTML&quot;

BEGINJS
    $App.mycode = &apos;&lt;div class=&quot;content&quot;&gt;&apos; +

                        &apos;&lt;h1&gt;This is a heading&lt;/h1&gt;&apos; +

                        &apos;&lt;p&gt;This is a paragraph of text.&lt;/p&gt;&apos; +

                        &apos;&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; If you don\&apos;t escape &quot;quotes&quot; properly, it will not work.&lt;/p&gt;&apos; +

                    &apos;&lt;/div&gt;&apos;;
ENDJS</pageenter>
					<Components>
						<Container id="Container4">
							<left>16px</left>
							<top>164px</top>
							<width>288px</width>
							<height>131px</height>
							<style>background-color:#00619A;border-radius:10px</style>
							<Components>
								<TextArea id="TextArea2">
									<left>5%</left>
									<top>5%</top>
									<width>90%</width>
									<height>90%</height>
									<variable>mycode</variable>
								</TextArea>
							</Components>
						</Container>
						<PushButton id="PushButton3">
							<left>76px</left>
							<top>354px</top>
							<width>168px</width>
							<height>42px</height>
							<caption>PDF</caption>
							<kind>success</kind>
							<click>pgPDFfromHTML &quot;A4&quot; &quot;portrait&quot; &quot;myfile&quot; &quot;[mycode]&quot;</click>
						</PushButton>
						<Paragraph id="Paragraph3">
							<left>16px</left>
							<top>22%</top>
							<width>285px</width>
							<height>72px</height>
							<style>font-size:9pt</style>
							<text>Creates a PDF using string with the HTML representation, it download the document into an in memory Webkit object, and renders it into a PDF.</text>
						</Paragraph>
						<PushButton id="PushButton8">
							<left>120px</left>
							<top>302px</top>
							<width>72px</width>
							<height>36px</height>
							<caption>set icon</caption>
							<click>SetVar [mycode] &quot;&lt;svg xmlns=&apos;http://www.w3.org/2000/svg&apos; viewBox=&apos;0 0 68 65&apos;&gt;&lt;path fill=&apos;#1A374D&apos; d=&apos;M42 27v-20c0-3.7-3.3-7-7-7s-7 3.3-7 7v21l12 15-7 15.7c14.5 13.9 35 2.8 35-13.7 0-13.3-13.4-21.8-26-18zm6 25c-3.9 0-7-3.1-7-7s3.1-7 7-7 7 3.1 7 7-3.1 7-7 7z&apos;/&gt;&lt;path d=&apos;M14 27v-20c0-3.7-3.3-7-7-7s-7 3.3-7 7v41c0 8.2 9.2 17 20 17s20-9.2 20-20c0-13.3-13.4-21.8-26-18zm6 25c-3.9 0-7-3.1-7-7s3.1-7 7-7 7 3.1 7 7-3.1 7-7 7z&apos;/&gt;&lt;/svg&gt;&quot;</click>
						</PushButton>
					</Components>
				</Page>
				<Page id="page4">
					<background_masterpage>MasterPage</background_masterpage>
					<pageenter>SetVar [topic] &quot;PDF from HTML and Internal CSS&quot;

SetVar [htmlcode] &quot;&lt;html&gt;&lt;h1&gt;Hello World&lt;/h1&gt;&lt;/html&gt;&quot;
SetVar [cssFilePath] &quot;file:///android_asset/www/css/test.css&quot;</pageenter>
					<Components>
						<PushButton id="PushButton4">
							<left>76px</left>
							<top>321px</top>
							<width>168px</width>
							<height>42px</height>
							<caption>PDF</caption>
							<kind>warning</kind>
							<click>pgPDFfromHTMLinternalCSS &quot;A4&quot; &quot;portrait&quot; &quot;pdffile&quot; &quot;[htmlcode]&quot; &quot;[cssFilePath]&quot;</click>
						</PushButton>
						<Paragraph id="Paragraph4">
							<left>16px</left>
							<top>96px</top>
							<width>285px</width>
							<height>72px</height>
							<style>font-size:9pt</style>
							<text>&lt;h5&gt;&lt;a class=&quot;deep-link&quot; id=&quot;user-content-loading-an-internal-css-using-raw-html&quot; aria-hidden=&quot;true&quot; href=&quot;https://www.npmjs.com/package/cordova-pdf-generator#loading-an-internal-css-using-raw-html&quot; rel=&quot;nofollow&quot;&gt;&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; class=&quot;deep-link-icon&quot; aria-hidden=&quot;true&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot; height=&quot;16&quot; version=&quot;1.1&quot; /&gt;&lt;/a&gt;&lt;font color=&quot;#000000&quot;&gt;Loading an internal CSS, using raw HTML.&lt;br&gt;&lt;br&gt;cssfilePath:[cssFilePath]&lt;/font&gt;&lt;/h5&gt;</text>
						</Paragraph>
						<Container id="Container6">
							<left>16px</left>
							<top>171px</top>
							<width>288px</width>
							<height>131px</height>
							<style>background-color:#00619A;border-radius:10px</style>
							<Components>
								<TextArea id="TextArea3">
									<left>5%</left>
									<top>5%</top>
									<width>90%</width>
									<height>90%</height>
									<style>border-color:white</style>
									<variable>htmlcode</variable>
								</TextArea>
							</Components>
						</Container>
					</Components>
				</Page>
				<Page id="page5">
					<background_masterpage>MasterPage</background_masterpage>
					<pageenter>SetVar [topic] &quot;pgPDFfromInternalHTML&quot;

SetVar [htmlPath] &quot;file:///android_asset/www/test.html&quot;</pageenter>
					<Components>
						<PushButton id="PushButton5">
							<left>76px</left>
							<top>256px</top>
							<width>168px</width>
							<height>42px</height>
							<caption>PDF</caption>
							<kind>danger</kind>
							<click>pgPDFfromInternalHTML &quot;A4&quot; &quot;portrait&quot; &quot;namefile&quot; &quot;[htmlpath]&quot;</click>
						</PushButton>
						<Paragraph id="Paragraph5">
							<left>16px</left>
							<top>22%</top>
							<width>285px</width>
							<height>72px</height>
							<style>font-size:9pt</style>
							<text>&lt;h5&gt;&lt;a class=&quot;deep-link&quot; id=&quot;user-content-loading-from-device-filesystem&quot; aria-hidden=&quot;true&quot; href=&quot;https://www.npmjs.com/package/cordova-pdf-generator#loading-from-device-filesystem&quot; rel=&quot;nofollow&quot;&gt;&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; class=&quot;deep-link-icon&quot; aria-hidden=&quot;true&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot; height=&quot;16&quot; version=&quot;1.1&quot; /&gt;&lt;/a&gt;&lt;font color=&quot;#000000&quot;&gt;Loading&amp;nbsp;HTML&amp;nbsp;from Device Filesystem&lt;br&gt;&lt;br&gt;example:[htmlpath]&lt;/font&gt;&lt;/h5&gt;</text>
						</Paragraph>
					</Components>
				</Page>
				<Page id="page6">
					<background_masterpage>MasterPage</background_masterpage>
					<pageenter>SetVar [topic] &quot;Saving a pdf file directly into the file system&quot;</pageenter>
					<Components>
						<PushButton id="PushButton6">
							<left>76px</left>
							<top>295px</top>
							<width>168px</width>
							<height>42px</height>
							<caption>PDF</caption>
							<kind>success</kind>
							<click>pgPDFfromHTMLfolder &quot;A3&quot; &quot;portrait&quot; &quot;Qatea&quot; &quot;Download&quot; &quot;&lt;h1&gt;The ol and ul elements&lt;/h1&gt;&quot;</click>
						</PushButton>
						<Paragraph id="Paragraph6">
							<left>16px</left>
							<top>22%</top>
							<width>285px</width>
							<height>72px</height>
							<style>font-size:9pt</style>
							<text>&lt;br&gt;&lt;br&gt;example: the below command save the pdf into Download folder</text>
						</Paragraph>
					</Components>
				</Page>
				<Page id="page7">
					<background_masterpage>MasterPage</background_masterpage>
					<pageenter>SetVar [topic] &quot;Base64&quot;</pageenter>
					<Components>
						<TextArea id="TextArea1">
							<left>27px</left>
							<top>117px</top>
							<width>268px</width>
							<height>138px</height>
							<variable>x</variable>
						</TextArea>
						<PushButton id="PushButton10">
							<left>92px</left>
							<top>302px</top>
							<width>137px</width>
							<height>54px</height>
							<caption>Base64</caption>
							<kind>success</kind>
							<click>pgPDFfromHTMLbase64 &quot;A4&quot; &quot;landscape&quot; &quot;&lt;html&gt;&lt;h1&gt;Hello asmat World&lt;/h1&gt;&lt;/html&gt;&quot; [x]</click>
						</PushButton>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage">
					<Components>
						<Container id="Container1">
							<left>0px</left>
							<top>0px</top>
							<width>100%</width>
							<height>18%</height>
							<style>color:white;font-size:15pt;background-color:#00619A;border-radius:0 0 50% 50%;padding-left:30px;padding-top:20px</style>
							<html>Topic:[topic]</html>
						</Container>
						<Pager id="Pager1">
							<left>72px</left>
							<top>413px</top>
							<width>176px</width>
							<height>37px</height>
							<prev_caption>&lt;span class=&quot;glyphicon glyphicon-arrow-left&quot;&gt;&lt;/span&gt;</prev_caption>
							<next_caption>&lt;span class=&quot;glyphicon glyphicon-arrow-right&quot;&gt;&lt;/span&gt;</next_caption>
							<prevclick>GotoPrevPage</prevclick>
							<nextclick>GotoNextPage</nextclick>
						</Pager>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="NewDialog">
					<Components>
						<DialogContainer id="DialogContainer1">
							<left>0px</left>
							<top>0px</top>
							<width>320px</width>
							<height>480px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
