How to upload a pdf on a html | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 2

How to upload a pdf on a html

I need to upload a pdf doc to my webpage using (css html) https://www.sololearn.com/discuss/2237106/?ref=app

13th Apr 2020, 1:04 PM
Daniel M
Daniel M - avatar
5 Respostas
+ 2
Yea sorry
13th Apr 2020, 2:29 PM
Daniel M
Daniel M - avatar
+ 2
How to upload it in my webpage such that others can read it
13th Apr 2020, 2:30 PM
Daniel M
Daniel M - avatar
+ 2
Thanks let me try
13th Apr 2020, 2:47 PM
Daniel M
Daniel M - avatar
+ 1
did you mean to show a pdf in your webpage?
13th Apr 2020, 2:26 PM
Bahhaāµ£
Bahhaāµ£ - avatar
0
try this: <embed src= "path/file.pdf" width= "400" height= "300"> put the path to the pdf in src="here "
13th Apr 2020, 2:33 PM
Bahhaāµ£
Bahhaāµ£ - avatar