Hi! According to Måns (1), you can do it with Google's Document Viewer:
I use google's document viewer via an iframe for showing pdfs and powepoint presentations in tiddlers .. Checkout: http://googlesystem.blogspot.com/2009/09/embeddable-google-document-viewer.html You can easily turn it into a transclusion replacing the url with a variable... [[MyPdfViewer]] <html><iframe src="http://docs.google.com/gview?url=$1&embedded=true" style="width:600px; height:500px;" frameborder="0"></iframe></html> and use it like this: <<tiddler MyPdfViewer with: [[my pdf's address]]>> (1) https://groups.google.com/group/tiddlywiki/browse_thread/thread/185eb487eade3fdb/933afef3b773f130?hl=sl&lnk=gst&q=inline+PDF#933afef3b773f130 w On 20 nov., 13:45, Kim Skatun <[email protected]> wrote: > Is there a way to show PDF in a frame inside a tiddler? Like with youtube > videos for instance. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

