Title: Issue2Web
Author: Ambition4Clients
Published: <strong>2026 年 9 月 1 日</strong>
Last modified: 2026 年 9 月 1 日

---

搜索插件

![](https://s.w.org/plugins/geopattern-icon/issue2web.svg)

# Issue2Web

 作者：[Ambition4Clients](https://profiles.wordpress.org/ambition4clients/)

[下载](https://downloads.wordpress.org/plugin/issue2web.zip)

 * [详情](https://cn.wordpress.org/plugins/issue2web/#description)
 * [评价](https://cn.wordpress.org/plugins/issue2web/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/issue2web/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/issue2web/#developers)

 [支持](https://wordpress.org/support/plugin/issue2web/)

## 描述

Issue2Web is a product of Ambition4Clients B.V. WordPress does not process the PDF
itself. The plugin connects the site, sends the file plus publication settings to
Issue2Web, shows status and then creates posts and media.

For more information, visit https://issue2web.com

Source strings are English. Translations are managed through translate.wordpress.
org after the plugin is published on WordPress.org.

#### Settings sent to Issue2Web

 * Post type (posts, pages or an existing public custom post type)
 * Preview width
 * Publication spread in days (0 = keep as draft)
 * Publication time
 * Maximum image width and format (JPG / PNG / WEBP)
 * Number of existing/new tags and categories
 * Number of SEO keywords and maximum meta title/keyphrase length
 * Detected SEO plugin (Yoast, Rank Math, AIOSEO, SEOPress, The SEO Framework)

#### Connect

 1. Issue2Web  Settings  enter the API endpoint (HTTPS)
 2. Connect to Issue2Web
 3. Authorise in Issue2Web
 4. The plugin exchanges the one-time code server-to-server for site credentials

#### Laravel contract

Connect: `GET {app}/pdf2cms/connect?site_url=&redirect_uri=&state=`. Return query:`
code`, `state`. Exchange: `POST {app}/api/v1/site-connections/exchange` (JSON: code,
site_url)  access_token, webhook_secret, site_id. Import: `POST {app}/api/v1/imports`(
multipart: file, callback_url, edition_number, settings JSON). Status: `GET {app}/
api/v1/imports/{uuid}`. Callback: `POST /wp-json/issue2web/v1/imports/result` with
HMAC headers.

## 安装

 1. Upload the `issue2web` folder to `wp-content/plugins/`
 2. If an older plugin folder is still installed, deactivate and remove it
 3. Activate Issue2Web
 4. Open Issue2Web  Settings, enter the API endpoint and connect the site

## 评价

此插件暂无评价。

## 贡献者及开发者

「Issue2Web」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Ambition4Clients ](https://profiles.wordpress.org/ambition4clients/)

[帮助将「Issue2Web」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/issue2web)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/issue2web/)，查看[SVN仓库](https://plugins.svn.wordpress.org/issue2web/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/issue2web/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/issue2web/)。

## 更新日志

#### 1.4.4

 * Poll CleverConnected import progress and show detailed status (inventory + per-
   article enrich counts) in a second progress bar.

#### 1.4.3

 * Remove bundled translation files; translations come from translate.wordpress.
   org
 * Stop raising PHP `memory_limit`; inbound PDFs are stored in chunks on disk
 * Store upload chunks with WordPress’ `wp_handle_upload()`
 * Reject invalid publication times such as 99:99
 * Stop calling `load_plugin_textdomain()` (WordPress 4.6+)

#### 1.4.2

 * Second progress bar for extraction and article processing after upload
 * Poll Laravel import progress via the REST API and show it in the admin UI

#### 1.4.0

 * Plugin folder, main file and text domain renamed to issue2web
 * WordPress identifiers use the `issue2web` prefix (options, table, REST namespace,
   classes)
 * Laravel connect path remains `/pdf2cms/connect`
 * Remove the wp-config.php `PDF2WP_APP_URL` override

#### 1.3.1

 * Apply Issue2Web brand colors and logo from issue2web.com

#### 1.3.0

 * Show upload progress as a percentage bar instead of chunk numbers
 * Brand the plugin as Issue2Web, a product of Ambition4Clients B.V.

#### 1.2.9

 * Fix a false “import failed” after a successful upload (stale not-found cache)

#### 1.2.8

 * Upload PDFs in small parts so hosts do not need to raise PHP upload_max_filesize

#### 1.2.7

 * Raise the PDF upload limit to 50 MB (same as the CleverConnected API)

#### 1.2.6

 * Show a file-size error when an oversized PDF empties the request (was reported
   as a missing edition number)

#### 1.2.5

 * Align connect flow with CleverConnected: /pdf2cms/connect, redirect_uri, code,
   site-connections/exchange

#### 1.2.4

 * Plugin Check: cache custom table queries, escape table names with %i, replace
   slow meta queries
 * Declare compatibility with WordPress 7.1

#### 1.2.3

 * Align Plugin Check findings: headers, SQL prepares, escaping and input sanitization

#### 1.2.2

 * Restore compact WordPress settings tables (label left, field right)
 * Fix UTF-8 encoding in the Dutch translation (.mo)

#### 1.2.1

 * Publication settings are rendered as a standalone form (not options.php)
 * Admin panels no longer use generic tab-content / #settings IDs that other plugins
   hide

#### 1.2.0

 * English source strings for WordPress i18n
 * Dutch translation (`nl_NL`) included

#### 1.1.1

 * Render publication settings fields directly in the admin UI

#### 1.1.0

 * Renamed to CleverConnected PDF2CMS
 * Admin tabs and settings from the previous PDF2WP plugin
 * Edition number, taxonomy and SEO options sent with the import API
 * Scheduled publishing or drafts, depending on spread

#### 1.0.0

 * MVP: connect, PDF upload, polling, HMAC callback, draft posts and media

## 额外信息

 *  版本 **1.4.4**
 *  最后更新：**1 天前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 6.4 或更高版本 **
 *  已测试的最高版本为 **7.1**
 *  PHP 版本 ** 8.1 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/issue2web/)
 * 标签
 * [content](https://cn.wordpress.org/plugins/tags/content/)[import](https://cn.wordpress.org/plugins/tags/import/)
   [magazine](https://cn.wordpress.org/plugins/tags/magazine/)[pdf](https://cn.wordpress.org/plugins/tags/pdf/)
   [publishing](https://cn.wordpress.org/plugins/tags/publishing/)
 *  [高级视图](https://cn.wordpress.org/plugins/issue2web/advanced/)

## 评级

尚未提交反馈。

[您的评价](https://wordpress.org/support/plugin/issue2web/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/issue2web/reviews/)

## 贡献者

 *   [ Ambition4Clients ](https://profiles.wordpress.org/ambition4clients/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/issue2web/)