Linux 软件免费装

PDF Embedder - Scrollable

开发者 ketan1999
更新时间 2026年4月24日 14:22
PHP版本: 7.2 及以上
WordPress版本: 6.8
版权: GPL-3.0
版权网址: 版权信息

标签

pdf viewer pdf pdf.js pdf embedder scrollable pdf

下载

1.1.0 1.2.0 1.3.0

详情介绍:

PDF Embedder - Scrollable allows you to embed PDF files into WordPress pages and posts using a lightweight and scrollable PDF viewer powered by Mozilla PDF.js. Unlike iframe-based PDF embeds, this plugin provides a clean viewing experience without browser toolbars, sidebars, or unnecessary margins. Features Shortcode Basic Example: [pes_pdf_scrollable_embed url="/wp-content/uploads/sample.pdf"] Advanced Example: [pes_pdf_scrollable_embed url="/wp-content/uploads/sample.pdf" scale="2" height="100vh" toolbar="true" download="false" zoom="true" loader="spinner" start-page="5" lazy-load="true" dark-mode="true"] Shortcode Parameters PDF.js Source Code This plugin uses Mozilla PDF.js library. Original uncompressed source code is available here: PDF.js is licensed under Apache License 2.0.

安装:

  1. Upload the plugin files to the /wp-content/plugins/pdf-embedder-scrollable directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress.
  3. Use the shortcode [pes_pdf_scrollable_embed url="your-pdf-url"] to embed PDFs in your posts or pages.

升级注意事项:

1.3.0 Major stability and performance improvements with lazy loading, dark mode, and mobile optimizations. 1.2.0 Internal architecture improvements for better maintainability and performance. 1.1.0
  • Important security updates and bug fixes. Please update to ensure compatibility with the latest WordPress version.
1.0
  • Initial release of the plugin.

常见问题:

Can I use relative PDF URLs?

Yes. Example: [pes_pdf_scrollable_embed url="/wp-content/uploads/sample.pdf" scale="1.5" width="100%" height="100%" max-width="800px" max-height="90vh"]`.

Can I embed multiple PDFs on same page?

Yes.

Does it support mobile devices?

Yes.

Does it use iframe?

No. It uses Mozilla PDF.js rendering.

更新日志:

1.3.0 1.2.0 1.1.0 1.0