Сүрөттөө
Issue2Web brings your print edition online without hours of copy-paste. Upload a magazine PDF from WordPress, and Issue2Web extracts articles, images and structure for you. The plugin creates posts (or pages) in your site, complete with media, taxonomies and SEO fields—so you can publish faster and keep your editorial workflow in WordPress.
Issue2Web is a cloud service by Ambition4Clients B.V.. WordPress does not process the PDF locally; the plugin connects your site securely, sends the file with your publication settings, tracks progress in the admin, and imports the results when processing is complete.
Learn more and sign up at issue2web.com.
Why Issue2Web?
- Save time — One upload replaces manual retyping of articles and re-uploading of images.
- Stay in WordPress — Content lands as native posts, media library items, categories and tags.
- Publish on your schedule — Spread articles over several days or import everything as drafts first.
- SEO-ready — Works with Yoast SEO, Rank Math, All in One SEO, SEOPress and The SEO Framework.
- Built for real magazines — Supports large PDFs (up to 150 MB), custom post types and configurable image output.
How it works
- Connect — In Issue2Web Settings, enter your Issue2Web API endpoint and authorise your site in one click.
- Configure — Choose post type, image format, taxonomy rules and publication schedule.
- Upload — Select your edition PDF, enter the edition number and start the import. Progress is shown live in the admin.
- Publish — Review the imported posts and media, then publish when you are ready.
Features
- PDF upload with progress tracking, including per-article processing status
- Automatic extraction of articles and images from your edition
- Configurable post type: posts, pages or public custom post types
- Categories and tags: assign existing terms or create new ones
- SEO metadata: keywords, meta titles and focus keyphrases for supported SEO plugins
- Scheduled publishing: spread content over a chosen number of days at a set time
- Image options: maximum width and JPG, PNG or WebP output
- Secure site connection with server-to-server credential exchange
Requirements
- An active Issue2Web account and API endpoint
- WordPress 6.4 or newer, PHP 8.1 or newer
Орнотуу
- Upload the
issue2webfolder towp-content/plugins/ - If an older plugin folder is still installed, deactivate and remove it
- Activate Issue2Web
- Open Issue2Web Settings, enter your API endpoint and connect your site
- Configure publication settings, then upload your first PDF under Upload PDF
FAQ.KG
-
Do I need an Issue2Web account?
-
Yes. Issue2Web processes PDFs in the cloud. Connect your WordPress site to your Issue2Web account before uploading.
-
Does WordPress process the PDF on my server?
-
No. The plugin sends the PDF to Issue2Web for extraction and creates WordPress content when the results are ready.
-
Which SEO plugins are supported?
-
Issue2Web detects and fills metadata for Yoast SEO, Rank Math, All in One SEO, SEOPress and The SEO Framework.
-
Can I import as drafts first?
-
Yes. Set the publication spread to 0 days to keep imported content as drafts until you publish manually.
Сын-пикирлер
There are no reviews for this plugin.
Contributors & Developers
“Issue2Web” is open source software. The following people have contributed to this plugin.
МүчөлөрүTranslate “Issue2Web” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Өзгөртүүлөр
1.4.6
- Raise the PDF upload limit from 50 MB to 150 MB
1.4.5
- Admin tabs use real Settings URLs so Upload PDF works even when JavaScript is delayed or blocked
- Stop writing generic
#settings/#uploadhashes that other admin plugins can intercept - Upload and processing use admin-ajax.php so cache/security plugins cannot intercept /wp-json/
- Result callbacks use admin-ajax.php instead of pretty REST permalinks
- Always schedule the import poller; activation previously skipped the custom cron interval
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
issue2webprefix (options, table, REST namespace, classes) - Laravel connect path remains
/pdf2cms/connect - Remove the wp-config.php
PDF2WP_APP_URLoverride
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; raised to 150 MB in 1.4.6)
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