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.
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.