I have been looking on other questions and answers especially this one: Display pdf image in markdown But i still do not get it.
I have a link to a pdf from dropbox (i have also tried google drive) Links (same picture): https://www.dropbox.com/s/a1hdh6vlcoknwsb/software_achitecture.pdf
https://drive.google.com/open?id=1SFAAmHxWcK9QbVybjVY4_jMYTsLnWHn1
Code
<object data="https://www.dropbox.com/s/a1hdh6vlcoknwsb/software_achitecture.pdf?dl=0" type="application/pdf" width="700px" height="700px">
<embed src="https://www.dropbox.com/s/a1hdh6vlcoknwsb/software_achitecture.pdf?dl=0">
<p>This browser does not support PDFs. Please download the PDF to view it: <a href="https://www.dropbox.com/s/a1hdh6vlcoknwsb/software_achitecture.pdf?dl=0">Download PDF</a>.</p>
</embed>
</object>
what do i do wrong?