You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<button*ngIf="!pdfAvailable && fileUpload || liveCamera || merge" type="button" [disabled]="!urls[1]" (click)="mergeImages()" title="merge the images as pages in one pdf document" class="button">
<button*ngIf="!pdfAvailable && fileUpload || liveCamera || merge" type="button" [hidden]="!urls[1]" (click)="mergeImages()" title="merge the images as pages in one pdf document" class="button">
62
+
<spanclass="glyphicon glyphicon-upload"></span> Merge or convert to PDF
0 commit comments