• 29-09-2020, 00:22:52
    #1
    Merhabalar, html onepage bir sitemiz var, bir sunum dosyamızı sitemizde göstermek istiyoruz. Ne yapabilirim yol gösterebilir misiniz?
  • 29-09-2020, 00:23:05
    #2
    Yapı wordress ise İndir
    FooBox Image Lightbox WordPress Plugin

    Eklenti pdfyi IMG box şeklinde yapıyor
  • 29-09-2020, 00:23:12
    #3
    Online katalog şeklinde gosterebilirsiniz
  • 29-09-2020, 00:26:01
    #4
    <object data="myfile.pdf" type="application/pdf" width="100%" height="100%">  <p>Alternative text - include a link <a href="myfile.pdf">to the PDF!</a></p></object>
    Dener misiniz

    veya şuna bakabilirsiniz https://github.com/pipwerks/PDFObject
  • 29-09-2020, 13:05:08
    #5
    AsoSolutions adlı üyeden alıntı: mesajı görüntüle
    <object data="myfile.pdf" type="application/pdf" width="100%" height="100%">  <p>Alternative text - include a link <a href="myfile.pdf">to the PDF!</a></p></object>
    Dener misiniz

    veya şuna bakabilirsiniz https://github.com/pipwerks/PDFObject
    oldu hocam teşekkür ederim.