%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
<form id="step3form" autocomplete="off">
<div class="pho_sign">
<h4>1. Upload Photo <span class="note-text">(Recent Passport size coloured photograph)</span></h4>
<div class="row">
<div class="col-md-4">
<label>Upload the file (JPG or PNG) [Max Size: 2MB]</label>
<input type="file" name="profile_photo" onchange="angular.element(this).scope().uploadPhotoSig('ppic_inpt')" id="ppic_inpt" />
<div class="pdT5" ng-if="cr.data.profile_photo_url">
<a target="_blank" href="{{cr.data.profile_photo_url}}">
<img ng-src="{{cr.data.profile_photo_url}}" style="width:100px">
</a>
</div>
</div>
<div class="col-md-3">
<div class="phosign_btn">
<!-- <a target="_blank" href={{cr.data.profile_photo_url}} class="btn blue view {{!cr.data.profile_photo_url?'disabled':''}}">View</a> -->
<button type="button" ng-click="cr.deleteStep3Img('profile_photo')" class="btn btn-danger remove" ng-disabled="!cr.data.profile_photo_url || cr.data.final_submitted">Remove</button>
</div>
</div>
<div class="col-md-5">
<label>Dimensions 140 x 60 pixels (preferred). Size of file should be between 10kb to 20kb. Ensure that the size of the scanned image is not more than 20KB.</label>
</div>
</div>
</div>
<div class="pho_sign">
<h4>2. Upload Signature</h4>
<div class="row">
<div class="col-md-4">
<label>Upload the file (JPG or PNG) [Max Size: 2MB]</label>
<input type="file" name="signature" onchange="angular.element(this).scope().uploadPhotoSig('sigpic_inpt')" id="sigpic_inpt" />
<div class="pdT5" ng-if="cr.data.signature_url">
<a target="_blank" href="{{cr.data.signature_url}}">
<img ng-src="{{cr.data.signature_url}}" style="width:100px">
</a>
</div>
</div>
<div class="col-md-3">
<div class="phosign_btn">
<!-- <a target="_blank" href={{cr.data.signature_url}} class="btn blue view {{!cr.data.signature_url?'disabled':''}}">View</a> -->
<button type="button" ng-click="cr.deleteStep3Img('signature')" class="btn btn-danger remove" ng-disabled="!cr.data.signature_url || cr.data.final_submitted">Remove</button>
</div>
</div>
<div class="col-md-5">
<label>Dimensions 140 x 60 pixels (preferred). Size of file should be between 10kb to 20kb. Ensure that the size of the scanned image is not more than 20KB.</label>
</div>
</div>
</div>
<!-- <p class="text-center">
<button class="button green" ng-click="cr.saveStep3()">Save & Next <i class="fa fa-angle-right" aria-hidden="true"></i></button>
</p> -->
</form>