NPC Manual Generator for Advanced Custom Fields
by npc01 1 (0 reviews)

NPC Manual Generator for Advanced Custom Fields

Reads Advanced Custom Fields (ACF) field structures and automatically generates client-ready update manuals in Markdown and PDF formats.

NPC Manual Generator for Advanced Custom Fields ranks #29,261 among WordPress.org plugins with 10+ active installations, is #4,429 of 6,352 in the Media category, a 1/5 rating from 0 reviews, and was last updated May 20, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 7 (Current: 7.1.2)
v1.0.0 Current Version v1.0.0
Updated 4 months ago Last Update on 20 May, 2026
Refreshed 20 hours ago Last Refreshed on
#4,429 of 6,352 in Media
View on WordPress.org
Rank
#29,261
No change
Active Installs
10+
-28.6%
KW Avg Position
N/A
No change
Downloads
387
+1 today
Support Resolved
0%
No change
Rating
20%
Review 1 out of 5
1 (0 reviews)

Next Milestone 20

Total Progress 50%
10+ 20+
15,999
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 5 more installs to reach 20+

Rank Changes

28,702 28,940 29,178 29,416 29,654 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
28,702 28,940 29,178 29,416 29,654 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Current #29,261
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
0 10 20 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

1.0
0 reviews
Overall 20%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Frequently Asked Questions

Common questions about NPC Manual Generator for Advanced Custom Fields

No. Markdown / PDF generation from sample JSON works without ACF. ACF 6.0 or higher is recommended for reading actual field groups from the database.
The basic field types work with ACF Free. Repeater / Flexible Content require ACF Pro. PDF generation says it cannot run One of the following is the cause. The exact reason is shown in the admin notice. vendor/autoload.php is missing - run composer install --no-dev fonts/ipaexg.ttf is missing - place IPAex Gothic (IPA Font License v1.0) under fonts/ PHP extension gd or mbstring is disabled - enable it on the server wp-content/uploads/ is not writable - required to create a temporary directory
Yes. The header comment of includes/class-pdf-generator.php documents six apply_filters() extension points (template path, header HTML, footer HTML, mPDF config, default font, final HTML). Add filters from functions.php or your own plugin to swap logos, colors, and layout.
The Markdown path is designed to handle 100 field groups within a few seconds. PDF generation for very large manuals (100+ pages) may require raising WP_MEMORY_LIMIT and the PHP execution time limit.
Post type / taxonomy / user role slugs - converted to readable labels Page / post conditions - the actual page title is resolved If the referenced post is deleted - falls back to [deleted: ID:xxxx] Title resolution runs only for database-sourced groups (JSON-sourced groups show the raw ID)
sample-data/group_sample.json is bundled. After activating the plugin, you can try Markdown / PDF generation from this sample even without ACF installed. I want to contribute a translation Contributions through the WordPress.org translation platform (translate.wordpress.org) are welcome. I want to use the filter hooks for white-label customization See the six apply_filters() calls described in the header comment of includes/class-pdf-generator.php: npc_acf_manual_pdf_template_path - swap the template file path npc_acf_manual_pdf_header_html - swap the header HTML npc_acf_manual_pdf_footer_html - swap the footer HTML npc_acf_manual_pdf_mpdf_config - swap the mPDF constructor arguments npc_acf_manual_pdf_default_font - swap the default font npc_acf_manual_pdf_html - swap the final HTML (last resort) Add add_filter() calls from functions.php or your own plugin to apply your branding.
sample-data/group_sample.json works as a stand-in even when ACF is not installed. A pre-generated sample-data/group_sample.pdf is also bundled for reference.

Sign In / Register

You need to sign in or register to use this feature.