bloginfo('name');

bloginfo('description');

PDFs richtig in XHTML einbetten

November 26th, 2006 by Blu:RayNe
<object
     data="document.pdf"
     type="application/pdf"
     width="100%"
     height="100%"
     classid="clsid:CA8A9780-280D-11CF-A24D-444553540000"
>

     <param
         name="src"
         value="document.pdf"
     />

     <embed src="document.pdf" width="25%" height="200" href="http://www.domain.de/datei.pdf">
         Wenn das PDF nicht angezeigt werden kann, installieren Sie bitte den
         <a href="http://www.adobe.com/products/acrobat/readstep2.html">Adobe Reader</a>
         <a href="http://www.example.com/document.pdf">Hiery</a> k&ouml;nnen Sie das PDF herunterladen.
     </embed>
 </object>
 
Filed under Allgemein having

Leave a Comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.