ionic and angular - pdf rendering
Budget: $10 – $30 USD
Simple task in rendering a pdf url inside a card.
The task is just use a open source and popular pdf library. Considere the code bellow:
<ion-card>
<ion-card-header>
recibo: alguma coisa
</ion-card-header>
<img class="img-fluid" src="http://link_to_jpg_file" style="height: auto; width: auto;">
</ion-card>
The idea is just have a tag similar to the html <img> in a way that it is capable to rendering the pdf:
<pdfredering src="http://link_to_pdf_file" >
The task is just use a open source and popular pdf library. Considere the code bellow:
<ion-card>
<ion-card-header>
recibo: alguma coisa
</ion-card-header>
<img class="img-fluid" src="http://link_to_jpg_file" style="height: auto; width: auto;">
</ion-card>
The idea is just have a tag similar to the html <img> in a way that it is capable to rendering the pdf:
<pdfredering src="http://link_to_pdf_file" >