Linux 软件免费装
Banner图

WPRobo DocuMerge Lite

开发者 alishanvr
wprobo
更新时间 2026年4月23日 01:44
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

form to pdf pdf generator document automation document merge word template

下载

1.0.0

详情介绍:

WPRobo DocuMerge Lite is a free WordPress plugin that automates document generation from form submissions — no SaaS subscription, no monthly fees. Upload a Word/DOCX template with merge tags like {client_name} or {email}, connect it to a form, and on every submission the plugin fills those tags with submitted data and delivers a completed document as DOCX or PDF. Why DocuMerge Lite? SaaS platforms like Formstack Documents and Gavel charge $1,000–$2,000/year for document automation. DocuMerge Lite gives you the core functionality completely free, self-hosted on your own WordPress site. Free Features Pro Features (Upgrade Available) Need more power? Upgrade to WPRobo DocuMerge Pro to unlock: View Pro Features and Pricing Source Code The full, unminified source code for this plugin (including SCSS and uncompressed JavaScript) is publicly available at: https://github.com/WPRobo/wprobo-documerge-lite-public Third-party libraries bundled with the plugin are sourced from their official upstream repositories: Build Instructions To build the plugin from source:
  1. git clone https://github.com/WPRobo/wprobo-documerge-lite-public.git
  2. cd wprobo-documerge-lite-public
  3. composer install --no-dev (installs PHPWord, mPDF and other PHP dependencies)
  4. npm install (installs the build toolchain — sass, terser)
  5. npm run build (compiles SCSS → CSS and minifies JS, writing to assets/css/ and assets/js/)
Alternatively, run bash deploy.sh from the repository root to execute all of the above and produce a distribution ZIP under production/. Use Cases How It Works
  1. Upload a Word/DOCX template with merge tags like {client_name}
  2. Create a form using the built-in drag-and-drop form builder
  3. Map each template tag to a form field
  4. Embed the form on any page using a shortcode or Gutenberg block
  5. Done — every submission generates a personalised document automatically

安装:

  1. Upload the wprobo-documerge-lite folder to /wp-content/plugins/ or install directly from the WordPress plugin directory
  2. Activate the plugin through the Plugins menu in WordPress
  3. Follow the setup wizard that appears on first activation
  4. Upload your first DOCX template via DocuMerge → Templates
  5. Create a form via DocuMerge → Forms
  6. Embed the form using the shortcode [wprobo_documerge_form id="1"] or the Gutenberg block

屏幕截图:

  • Template Manager — manage DOCX templates with merge tags, output format, and linked forms
  • Upload Template — slide-in panel with drag-and-drop DOCX upload and output format selection
  • Forms List — all forms with template, field count, submission count, shortcode, and mode columns
  • Form Builder — drag-and-drop fields with free field types and locked Pro fields (PRO badges)
  • Form Settings — template selection, output format, delivery methods with Pro upgrade prompts
  • Submissions Archive — filterable list with status badges, form names, and PDF download links
  • Submission Detail — full submitted data, admin notes, tracking info, and document download
  • Settings General — document output format, delivery method, and download link expiry
  • Settings General (cont.) — form mode configuration with Pro integration option and admin notifications
  • Settings Advanced — storage cleanup, debug logging, developer options, and setup wizard re-run
  • Import / Export — side-by-side export checkboxes and drag-and-drop JSON import
  • Danger Zone — selective data deletion for submissions, forms, templates, and documents
  • Danger Zone (cont.) — settings reset and full factory reset with confirmation

升级注意事项:

1.0.0 Initial release of WPRobo DocuMerge Lite. Upload DOCX templates, build forms, generate documents automatically.

常见问题:

Is this plugin really free?

Yes. WPRobo DocuMerge Lite is 100% free with no usage limits on documents generated, forms created, or submissions received. The Pro version adds advanced features like signature fields, payments, conditional logic, and third-party form integrations.

What is the difference between Lite and Pro?

The Lite version includes the core document automation workflow: upload templates, build forms with basic field types (text, textarea, email, phone, number, date), generate PDF/DOCX documents, and deliver via browser download. The Pro version adds signature capture, Stripe payments, choice fields (dropdown/radio/checkbox), conditional logic, multi-step forms, email delivery, CAPTCHA protection, and integrations with WPForms, CF7, Gravity Forms, and Fluent Forms.

What document formats are supported?

Templates must be uploaded as DOCX (Microsoft Word) files. Output can be DOCX, PDF, or both.

How do I add merge tags to my template?

In your Word document, type tags using curly braces: {field_name}. Upload the document to DocuMerge and the plugin will automatically detect all tags. Then map each tag to a form field using the visual mapper.

Does this plugin require any other plugins?

No. WPRobo DocuMerge Lite works completely standalone with its own built-in form builder. No other plugins are required.

Can I upgrade to Pro later without losing data?

Yes. Installing the Pro version preserves all your existing templates, forms, and submissions. The upgrade is seamless.

Is the plugin GDPR compliant?

Generated documents are stored securely on your own server and are not publicly accessible via direct URL. No data is sent to third-party services. All data stays on your WordPress installation.

Can I use multiple templates?

Yes. Create as many templates as you need. Each form is assigned one template.

Does it work with my theme?

Yes. The frontend form output uses its own namespaced CSS classes that do not conflict with themes. The form will adapt to your site layout.

更新日志:

1.0.0