Inkoverlay PDF Forms

설명

Inkoverlay PDF Forms turns any PDF form into a web form. Upload the PDF, auto-detect its fields (or add them manually), calibrate their exact position visually on the rendered page, and publish. When someone submits the web form, their answers are overlaid back onto the original PDF at the calibrated coordinates — text lands in the real blanks, an X lands in the real checkboxes — and the filled PDF is emailed as an attachment to both the site admin and the person who submitted it (if they gave an email).

Features

  • Visual calibration editor — upload a PDF, auto-detect text fields, Yes/No checkboxes, and single checkboxes from the PDF’s own text layout, then drag/fine-tune each one directly on the rendered page image.
  • Exact PDF overlay on submission — answers are written back onto images of the original PDF pages at their calibrated coordinates, so the emailed PDF looks like the form was filled out by hand.
  • Drag-to-reorder pages in the editor.
  • Bilingual (Persian/English) forms — optional per-field Persian label with an RTL layout and a language toggle on the public form, plus a separate English/Persian toggle for the admin editor screens themselves.
  • Submission log in wp-admin for diagnosing mail delivery, with per-submission PDF download and delete.
  • Honeypot spam protection, no external services required.
  • Style presets and primary/button color pickers, no custom CSS needed.

Requirements

  • WordPress (self-hosted)
  • PHP with the GD or equivalent image extension (bundled TCPDF handles PDF generation)

설치

  1. Install and activate Inkoverlay PDF Forms from the WordPress Plugins screen (search for it, or upload the zip under Plugins > Add New > Upload Plugin).
  2. Go to PDF Forms Add New PDF Form, upload a PDF, click Auto-detect Fields, review/adjust, and Save Form.
  3. Drop the shortcode shown on that screen ([inkov_pdf_form id="..."]) onto any page or post.

FAQ

Does auto-detect always get every field right?

No — it’s a best-effort heuristic based on the PDF’s text layout (Yes/No checkbox patterns, colon- or underscore-terminated blanks). Always review detected fields before publishing; some layouts (multi-option checkbox groups, table-based forms) need fields added manually.

Where do submissions go?

Each submission’s filled PDF is emailed to the site admin (and the submitter, if they provided an email) and kept in the Submissions log under the plugin’s admin menu, capped at the 200 most recent per form.

Can I offer the form in Persian?

Yes — enable the Persian toggle per form in the editor’s Language tab, and provide a Persian label for each field. Visitors get a language switch link on the public form.

후기

2026년 9월 18일
Really useful plugin for turning existing PDFs into online forms without having to recreate everything from scratch. I especially like the visual field positioning, automatic field detection, original PDF layout preservation, and RTL/Persian support. The submission management and PDF generation are also very handy. Overall, a simple but powerful solution for working with PDF forms.
모든 1 평가 읽기

기여자 & 개발자

“Inkoverlay PDF Forms”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Inkoverlay PDF Forms”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.9.2

  • Initial public release.