ACF-Plugin downloads
The ACF-Plugin category contains the official release versions of the ACF Plugin for Claris FileMaker. These builds are thoroughly tested and digitally signed for both macOS and Windows platforms. Each release includes the latest improvements to the ACF runtime, compiler, and Excel-reporting features, together with enhanced stability and compatibility for FileMaker 17 – 26. Use these downloads for production systems where reliability and verified integrity are essential.

| Name | Platform | Description | Download | Docs | More |
|---|---|---|---|---|---|
| ACFpluginMac 1.8.0.4 | Mac (Intel+Arm) | Just ACF plugin, mac intel + arm | Download | Documentation | |
![]() Welcome to ACF Plugin version 1.8.0.4.This release introduces direct PDF document generation from ACF code. It provides an alternate route to FileMaker layout printing for reports that need mixed content, conditional sections, dynamic tables, images, headers, footers, automatic page flow and controlled output filenames. This update contains further work on the PDF writer functionality and also improved JSON array functions. The release builds on the 1.8.0.2 AMQP messaging work, 1.8.0.3 PDF writer support and keeps existing compiled ACF packages compatible. What Can ACF Do?ACF includes facilities for areas such as:
ACF functions can call other ACF functions, use local variables and structured control flow, and be organized into packages. Functions may also be assigned a Getting Started
A minimal ACF function looks like this:
After compiling the source, it can be called from FileMaker with a calculation such as:
ACF reports compiler and runtime messages through its console output. During development, inspect The Standalone CompilerThe distribution may also include the ACFcompiler command-line tool. It checks On macOS, the installer places it at
The plug-in contains its own compiler, so the standalone tool is optional. Keep the ACFcompiler and plug-in versions aligned when using newly introduced language features or functions. Documentation And Resources
The manual is the complete reference, but the examples are often the quickest way to discover the syntax for a particular task. A Few Practical Notes
Support And LicensingLicense information and loaded ACF packages can be inspected through the plug-in's Configure button in FileMaker's plug-in settings. For current documentation, licensing, downloads, and contact information, visit horneks.no. Welcome to ACF. Start small, keep the source readable, and let the library grow with your FileMaker solution. SHA-256: b8bf648abe7174cca9a582235f5e892c2d7bb15afbebb75cf68bbd0b068f904cThis checksum is automatically verified at download time. | |||||
| ACF-Plugin 1.7.8.5 Release | Mac (Intel+Arm) | Full package, Plugin, examples, compiler, editor bundles, tools | Download | Documentation | |
![]() This is the full developer package with the plugin, examples, documentation, Editor bundles, compiler and tools. This is the version with ZIP file integration, Language Macro implementation, Excel Spreadsheet implementation. Also Inter-package calls in this version. Multilingual support and a lot more, Improved License handling in this version. Read the article found here about the changes since 1.7.8.4. It is for the linux beta, but the same changes descibed there is Valid for this MacOS release. Reworked the compiler to allow declarations inside loops and conditional branches. 1.7.8.4
1.7.8.3
SHA-256: 8ce99a49bf9dfaf37481ce3f4bfa4d7c2ebd1eb69da9a35c22ada06fb2dfe98cThis checksum is automatically verified at download time. | |||||
| ACFPluginWin 1.8.0.4 | Windows | Just ACF plugin + ACFcompiler | Download | Documentation | |
![]() ACF Plugin v1.8.0.4 Release NotesWelcome to ACF Plugin version 1.8.0.4. This release continues the PDF reporting work introduced in 1.8.0.3 with stronger text layout, article-style flowing content and better support for international text. It also improves JSON array construction in ACF code, making JSON structures more natural to build for PDF commands and other structured function parameters. The release builds on the 1.8.0.3 PDF document generation work and the 1.8.0.2 AMQP messaging work, and keeps existing compiled ACF packages compatible. Key Improvements
MacOS compatibility:
FileMaker compatibility
Windows Compatibility:
Version History1.8.0.4
1.8.0.4 Windows build
1.8.0.3
More release history is present inside the download package. SHA-256: 7dd216c1f834114a25868b35fbe5650bd1b611b319d867f87362298b3cd844d7This checksum is automatically verified at download time. | |||||
| ACF-Plugin 1.7.8.5 Release | Windows | Full package, Plugin, examples, compiler, editor bundles, tools | Download | Documentation | |
![]() This is the full developer package with the plugin, examples, documentation, Editor bundles, compiler and tools. This is the version with ZIP file integration, Language Macro implementation, Excel Spreadsheet implementation. Also Inter-package calls in this version. Multilingual support and a lot more, Improved License handling in this version. 1.7.8.5Read the article found here about the changes since 1.7.8.4 1.7.8.4
1.7.8.3
SHA-256: a5f26919a9e07e2c7a5f780c8df9df19a3ec8d600d6b8183ae3c0ccc210e66e6This checksum is automatically verified at download time. | |||||
ACFplugin for 4D downloads
The ACF plugin is now available for the 4D plattform.
The ACF-Plugin for 4D category contains the official release versions of the ACF Plugin for 4D. These builds are thoroughly tested and digitally signed for both macOS and Windows platforms. Each release includes the latest improvements to the ACF runtime, compiler, and Excel-reporting features, together with enhanced stability and compatibility 4D v19 to 21. Use these downloads for production systems where reliability and verified integrity are essential.

| Name | Platform | Description | Download | Docs | More |
|---|---|---|---|---|---|
| ACFplugin_4D_Mac 1.8.0.4 | Mac (Intel+Arm) | ACF-Plugin for 4D - Alpha release. | Download | Documentation | |
![]() The ACFplugin_4D_Mac_1.8.0.4.dmg Download We have ported ACF Plugin from FileMaker to 4D. Not because 4D needs another programming language. It already has a strong one. The point is that ACF has grown into a practical toolbox for work that often lives around database systems: Excel generation, ad-hoc dialogs, FTP/SFTP, cryptography, image generation, SQL helpers, PDF output, and source files that live outside the binary That last part matters. ACF packages are plain source files, so tools like Codex can read, edit, and extend them directly. In practice this makes it possible to build reporting, export, document, and integration features very quickly. The plugin is available in our download area as an early alpha release. ACF also reduces deployment pressure. ACF functions can be loaded and compiled in a compiled We use the same ACFcompiler as FileMaker. The binary package format is the same for both platforms, while each platform implements runtime functionality adapted to its own host environment. This means one compiler, one package format, and platform-specific runtimes. For 4D programmers, ACF becomes an additional layer for reusable automation and reporting logic. 4D methods and ACF functions can work together. ACF functions are organized in source files, where each file becomes a package with a unique name from the package header on the first line. A package can contain any number of functions. SHA-256: 31aa6bb1424a65aeaf30ac426240c514b84f701edd6553b1845ed55d3b121e65This checksum is automatically verified at download time. | |||||
Beta versions: ACF-Plugin for Linux
The Beta versions: ACF-Plugin for Linux Servers category provides early access builds of the ACF Plugin for FileMaker Server running on Linux. These beta releases are intended for testing and feedback, supporting Ubuntu 22.04 LTS on both ARM and Intel platforms, with Ubuntu 24.04 versions coming soon. They include the full ACF runtime and translation features, allowing server-side scripts to compile and execute ACF functions natively. Use these builds for evaluation and compatibility testing only — not yet for production environments.

| Name | Platform | Description | Download | Docs | More |
|---|---|---|---|---|---|
| ACF-Plugin 1.7.8.5 B1 | Linux U22 Arm | Beta version for Linux Ubuntu Server ver 22.04 w/ ARM CPU | Download | - | |
SHA-256: 3b558edd06fa4bfc0212053c68f60a1c685731dde42754f13c581d636d015778This checksum is automatically verified at download time. | |||||
| ACF-Plugin 1.7.8.5 B1 | Linux U22 Intel | Beta version for Linux Ubuntu Server ver 22.04 w/ Intel x86 CPU | Download | - | |
SHA-256: dfbddee09066874b4b7330447eaeaee096ec78f469b0d822d757a7225c3e3bceThis checksum is automatically verified at download time. | |||||
| ACF-Plugin 1.7.8.5 B2 | Linux U24 Intel | Beta version for Linux Ubuntu Server ver 24.04 w/ Intel x86 CPU | Download | - | |
📦 ACF_U24x86_64_1.7.8.5_Beta2.zip Download🧩 Beta 2 ChangelogConsole function and thread safetyThe console function is primarily used for debugging ACF functions (using the In Beta 1, the console implementation was not fully thread-safe, which could—under rare conditions—lead to race-related issues. Beta 2 introduces a completely thread-safe console, ensuring reliable output even when multiple processes or server scripts write to it simultaneously. We have also cleaned up the plugin by removing leftover debug output that was unintentionally included in Beta 1. SHA-256: 47e9096c475f8a7d3ac808ec8ac1feeeb319a040701f9021b93f129e5be4a241This checksum is automatically verified at download time. | |||||
| ACF-Plugin 1.7.8.5 B2 | Linux U24 Arm | Beta version for Linux Ubuntu Server ver 24.04 w/ arm64 CPU | Download | - | |
📦 ACF_U24arm64_1.7.8.5_Beta2.zip Download🧩 Beta 2 ChangelogConsole function and thread safetyThe console function is primarily used for debugging ACF functions (using the In Beta 1, the console implementation was not fully thread-safe, which could—under rare conditions—lead to race-related issues. Beta 2 introduces a completely thread-safe console, ensuring reliable output even when multiple processes or server scripts write to it simultaneously. We have also cleaned up the plugin by removing leftover debug output that was unintentionally included in Beta 1. SHA-256: b632b50741e49f51b2fa250509463daa14ca1ffe58b483c609d542863f2391beThis checksum is automatically verified at download time. | |||||
ACF-Compiler
The ACF compiler is now included in the ACF plugin build - in matching version as the plugin. The builds in this section is older builds. You shoulod use the compielr that comes shipped with the plugin instead.

| Name | Platform | Description | Download | Docs | More |
|---|---|---|---|---|---|
| ACFCompilerMac 1.8.0.4 | Mac (Intel+Arm) | The ACF compiler | Download | - | |
![]() ACFcompiler for syntax checking from Sublime Text without leaving the editor. Syntax coloring and more. Also in this version, autocomplete for over 276 ACF functions and commands. The autocompletes are loaded with parameter defs to ensure you write function names correctly and with the correct parameters. This download matches the 1.8.0.4 version of the ACF-Plugin SHA-256: 437a16dd2d8dc50a32596927681f9549bf5fbcf930a3d85826f642f9cabb2d27This checksum is automatically verified at download time. | |||||
| ACFCompilerWin 1.8.0.4 | Windows | The ACF compiler | Download | - | |
![]() ACFcompiler for syntax checking from Sublime Text without leaving the editor. Syntax coloring and more. Also in version, autocomplete for over 276 ACF functions and commands. The autocompletes are loaded with parameter defs to ensure you write function names correctly and with the correct parameters. This download matches the 1.8.0.4 version of the ACF-Plugin SHA-256: 51ee7910bf3e53465dd16fe425ba9a5f5f78e01510b1d38df35d516982fa0c3dThis checksum is automatically verified at download time. | |||||
DDRparser Free FileMaker Git-integration tool
The DDRparser DownloadThe DDRparser category contains command-line tools for analyzing and splitting FileMaker Database Design Reports (DDR) or “Save a copy as XML” exports into readable, structured text files. These tools let developers search, diff, and version-control FileMaker solutions using Git or modern code tools. DDRparser also supports multilingual function extraction, translation workflows, and integration with the ACF Plugin for advanced solution documentation.

| Name | Platform | Description | Download | Docs | More |
|---|---|---|---|---|---|
| DDRparserMac 1.4.12 | Mac (Intel+Arm) | FileMaker tool for GIT integration, searching, and translations. | Download | Documentation | |
![]() DDRparser - More InformationDDRparser is a free command-line tool developed for the FileMaker community by HORNEKS ANS. It helps FileMaker developers turn Database Design Reports and Save a Copy as XML exports into readable, searchable text files that work well with Git, code editors, diff tools, and AI coding assistants such as Codex. FileMaker is excellent at building business applications quickly, but much of a solution's structure normally lives inside the What DDRparser DoesDDRparser reads FileMaker XML exports and creates a split directory with files for scripts, layouts, tables, fields, relationships, custom functions, value lists, menu sets, themes, and other solution elements. The result is a folder you can open in a normal editor and inspect like source code:
DDRparser supports both classic FileMaker DDR XML exports and FileMaker's newer Save a Copy as XML format. Why It Is UsefulMany FileMaker solutions have years of business logic inside scripts, calculations, layout objects, relationships, and custom functions. DDRparser makes that logic visible outside FileMaker. Typical uses include:
Because the output is plain text, it fits naturally into workflows that FileMaker developers already use when working with SQL, JavaScript, PHP, shell scripts, ACF functions, plugins, or other companion technologies. FileMaker and Codex WorkflowsOne of the newer goals of DDRparser is to make FileMaker development easier to combine with Codex. The split directory gives Codex something it can read and reason about. Instead of describing a script from a screenshot, you can point Codex to the generated script text. Codex can then help analyze behavior, suggest improvements, identify repeated patterns, or explain how a set of scripts work together. The experimental macOS clipboard bridge goes one step further. It can convert copied FileMaker script steps into readable DDR-style text, and it can promote supported script-step text back into FileMaker's private clipboard format so it can be pasted directly into the Script Workspace. That makes a practical loop possible:
This feature is still experimental, but it already makes FileMaker/Codex collaboration much more direct for supported script steps. Command-Line and GUI HelperDDRparser itself is a command-line tool. For developers who prefer a FileMaker-based helper interface, the package also includes a companion FileMaker file that can help build command lines for common tasks. The command-line tool is useful for repeatable workflows:
By default, the parsed output is written to a
For repeated exports, DDRparser can skip unchanged files and can optionally help commit generated changes to Git. Free for the FileMaker CommunityDDRparser is provided as a free tool for FileMaker developers. The goal is to make solution analysis, documentation, version comparison, and AI-assisted development more accessible to the FileMaker community. It is not meant to replace FileMaker's own development tools. It is a companion tool: a way to look at your solution from the outside, with the benefits of plain text, search, Git history, and modern developer workflows. More information and updates: SHA-256: 6d9e39759261f5183d31a367998b4011dac06ab0931e4d00ae9eba6eca2740d3This checksum is automatically verified at download time. | |||||
| DDRparserWin 1.4.3 | Windows | FileMaker tool for GIT integration, searching, and translations. | Download | Documentation | |
![]() Welcome to DDRparserDDRparser is a command-line companion for FileMaker developers. It reads FileMaker DDR XML exports, and also FileMaker's Save a Copy as XML format, then splits the contents into readable text files that are easier to search, compare, and track in Git. Version 1.4.3 includes Windows support, improved handling of Japanese and other non-ASCII names in DDR XML, and updated support files for the FileMaker GUI helper app. This version also handles the new "TableView" structure in the SaveASXML format introduced in FileMaker PRO 2026 What Is Included
Quick StartExport a FileMaker Database Design Report as XML, then run:
By default, DDRparser writes the split output into a
You can check the installed version with:
Common Options
More InformationSee Updates and support: https://horneks.no SHA-256: 709f5aed3d1acd93fcdc03275672acab536ac696d6e6e93b65e658b6b652cdffThis checksum is automatically verified at download time. | |||||
Demo applications
Here is some demo applications to choose from. Most demo's require ACF-Plugin to work. Download the plugin version separatly, and put it into FileMakers plugins folder before you start the demo. Also all FileMaker Demo applications require that you have FileMaker installed on your computer.
| Name | Platform | Description | Download | Docs | More |
|---|---|---|---|---|---|
| Excel chart Demo | Mac/Win/Linux | Demo of Annual report in Excel | Download | Documentation | |
This demo showcases how the ACF Plugin can be used inside FileMaker to generate a complete Excel workbook from database data — including dynamic charts and cross-tab summaries — all created directly through ACF script functions. NOTE: The ACF-Plugin version >= 1.7.8.2 must be downloaded separately for the plattform you are using. The demo is based on a fictive company “Demo Furnitures Inc.”, and produces an Annual Report spreadsheet with four automatically generated sheets:
All data is generated from a small sample of 1000 invoices created by the included Python script (
SHA-256: 0c1071f2c1f01b99a022de9d65beeba4159ac17956ac51e6ed1752a4eddebd5aThis checksum is automatically verified at download time. | |||||
| Create Cash Flow Budget demo | Mac/Win/Linux | Excel demo - Producing CashFlow Excel workbooks | Download | Documentation | |
I’m thrilled to announce the release of ACF Plugin version 1.7.8.4, featuring the latest advancements in Excel functionality! To celebrate this release—and with the New Year just around the corner—I’ve developed a demo application to showcase the new features. This demo application is designed to generate Excel cash flow budgets effortlessly. It includes two key tables in addition to the ACF developer table:
Key Features
The layout:
The resulting Excel Spreadsheet
SHA-256: 46659d4d98d6fd53759ea34f37ffe609272d5dacb4f137b50ac328b0296acb84This checksum is automatically verified at download time. | |||||
| DemoDandD | Mac (Intel+Arm) | FileMaker Drag- and drop demo application | Download | - | |
![]() The package contains
Enjoy. SHA-256: 991e467b04e0e1be294313192f51b0de0bba247e5bf2b2098b52a5903a7a9834This checksum is automatically verified at download time. | |||||
| DemoDandD | Windows | FileMaker Drag- and drop demo application | Download | - | |
![]() The package contains
Enjoy. SHA-256: 16fba601c3ddb837b7689d0d8004dff1bdab5a55e9aebe7a93ce42feb3e1909cThis checksum is automatically verified at download time. | |||||
ACF Tools
ACF Developer Tools
The ACF Developer Tools collection provides companion applications and utilities designed to make ACF development faster, more efficient, and easier to manage. Each tool integrates seamlessly with the ACF Plugin and the wider FileMaker ecosystem — supporting everything from source editing and compilation to testing, deployment, and documentation.
Whether you’re building new ACF functions, automating testing, or maintaining existing packages, these tools help you streamline your workflow and unlock the full potential of ACF across all supported platforms.
| Name | Platform | Description | Download | Docs | More |
|---|---|---|---|---|---|
| ACF-Devtool Client and Server | Mac/Win/Linux | Filemaker app to Bridge ACF plugin and developer workflow | Download | - | |
The Devtool-download.zip Download The ACF Developer Tool is a compact FileMaker application that lets you create, edit, compile, and test ACF functions directly — both locally and on FileMaker Server. It connects seamlessly with Sublime Text and the ACF Compiler, providing a full development workflow from source to runtime in one place. Use it to manage your ACF packages, view console output, test functions with live parameters, and verify results instantly. Whether you’re developing new ACF packages or maintaining existing ones, this tool gives you a fast, consistent way to build and deploy ACF code across all platforms. SHA-256: 99164f7012011decd667e0124ebc49c4b0e274ed01cbaa373c39695085ed0fb5This checksum is automatically verified at download time. | |||||
Calendars
PDF annual calendars with pictures - different versions for different countries. Containing translations and marked national holidays for each country. Missing some countries or have corrections to your calendar - send me a message, so I will correct it and upload a new version.
The downloads are not suited for mobile devices, as they are 100MB in size due to high resolution images.
| Name | Platform | Description | Download | Docs | More |
|---|---|---|---|---|---|
| ACF-Calendar 2026 (PDF) DE-German | Mac/Win/Linux | A Calendar in PDF format built using the new Image functions in the plugin | Download | - | |
PictCalendar-DE-202512-202612-2480.pdf – Download Diese PDF-Datei ist das Ergebnis mehrerer ACF-Funktionen, die mit den neuen Bildzeichnungsfunktionen des ACF-Plugins ab Version 1.7.8.6 Grafiken erzeugen. Der Kalender umfasst den Zeitraum von Dezember 2025 bis Dezember 2026. Es gibt Platz für Notizen, sodass er ausgedruckt und an der Kühlschranktür oder an einem anderen Ort aufgehängt werden kann, um wichtige Termine zu markieren. Jede Seite enthält ein Bild, den Kalender, in Rot markierte Feiertage sowie eine leichte Hintergrundschattierung an Samstagen und Sonntagen zur Hervorhebung des Wochenendes. Unter jeder Seite steht ein kurzes Gedicht. Die PDF-Datei zeigt außerdem die automatische Erzeugung von QR-Codes sowie das Platzieren von Bildern auf den Seiten. Der Quellcode befindet sich in der ACF-Bibliothek. SHA-256: b1a7a4f3f02df8930960c3fb6c3e93e3bc27b5c0a3d6e35b4b9aa64fcbb4a9dcThis checksum is automatically verified at download time. | |||||
| ACF-Calendar 2026 (PDF) DK-Danish | Mac/Win/Linux | A Calendar in PDF format built using the new Image functions in the plugin | Download | - | |
PictCalendar-DK-202512-202612-2480.pdf – Download Denne PDF-fil er resultatet af flere ACF-funktioner, som genererer billeder ved hjælp af de nye billedtegningsfunktioner i ACF-plugin’et fra version 1.7.8.6. Kalenderen dækker perioden fra december 2025 til december 2026. Der er plads til noter, så den kan printes og hænges på køleskabet eller et andet sted for at markere vigtige dage. Hver side indeholder et billede, selve kalenderen, markerede helligdage i rødt, samt en let skygge på lørdag og søndag for tydeligt at vise weekenden. Under hver side findes et kort digt. PDF’en viser også automatisk generering af QR-koder og placering af billeder på siderne. Kildekoden findes i ACF-biblioteket. SHA-256: ddb82ea21e2239a88dc8fa49eba92f97db5f1fd78aef1401d25f7694961a3752This checksum is automatically verified at download time. | |||||
| ACF-Calendar 2026 (PDF) SE-Swedish | Mac/Win/Linux | A Calendar in PDF format built using the new Image functions in the plugin | Download | - | |
PictCalendar-SE-202512-202612-2480.pdf – Ladda ner Den här PDF-filen är resultatet av flera ACF-funktioner som genererar bilder med hjälp av de nya bildritningsfunktionerna i ACF-pluginet från version 1.7.8.6. Kalendern sträcker sig från december 2025 till december 2026. Det finns utrymme för anteckningar så att den kan skrivas ut och sättas på kylskåpsdörren eller någon annanstans för att markera viktiga dagar. Varje sida har en bild, själva kalendern, markerade helgdagar i rött, samt en lätt skuggning på lördag och söndag för att tydliggöra helgen. Under varje sida finns en kort dikt. PDF-filen visar även automatisk generering av QR-koder och placering av bilder på sidorna. Källkoden finns i ACF-biblioteket. SHA-256: ae0bb011283b9751a5596cefa1cd3bab07ee71e8548f613130a45f49f540f459This checksum is automatically verified at download time. | |||||
| ACF-Calendar 2026 (PDF) UK-English | Mac/Win/Linux | A Calendar in PDF format built using the new Image functions in the plugin | Download | - | |
The PictCalendar-UK-202512-202612-2480.pdf Download This PDF file is the result of a few ACF functions generating images using the new Image drawing capabilities in the ACF plugin, from version 1.7.8.6. The calendar spans from December 2025 to December 2026. Space for notes so that it can be printed and put on the refrigerator door or somewhere, to mark important days. Each page have an image, the calendar, marked holidays in red, saturday and sunday has a background shade to mark its weekend. Below each page there is a short poem. The PDF showcases automatic generation of QR code, and placing images on the pages. The Source can be found in the ACF library. SHA-256: 21c391b5bad5857f9b3c7c3398dc22f5c48c3a062e75fa7f6ba4fbd72a10b9d3This checksum is automatically verified at download time. | |||||
| ACF-Calendar 2026 (PDF) FR-French | Mac/Win/Linux | A Calendar in PDF format built using the new Image functions in the plugin | Download | - | |
Téléchargement : PictCalendar-FR-202512-202612-2480.pdf Ce fichier PDF est le résultat de plusieurs fonctions ACF générant des images à l’aide des nouvelles capacités de dessin d’images intégrées au plugin ACF depuis la version 1.7.8.6. Le calendrier couvre la période de décembre 2025 à décembre 2026. Un espace pour les notes est prévu afin qu’il puisse être imprimé et accroché sur la porte du réfrigérateur ou ailleurs pour marquer les jours importants. Chaque page contient une image, le calendrier, les jours fériés indiqués en rouge, et un fond légèrement ombré pour les samedis et dimanches afin de mettre en évidence les week-ends. Sous chaque page se trouve un court poème. Le PDF illustre également la génération automatique de codes QR et l’insertion d’images sur les pages. Le code source est disponible dans la bibliothèque ACF. SHA-256: b7c02b7b8d2ff95fdb79b701a9426d1d7c6c261315930a3d6781a24b4a255c59This checksum is automatically verified at download time. | |||||
| ACF-Calendar 2026 (PDF) NO-Norwegian | Mac/Win/Linux | A Calendar in PDF format built using the new Image functions in the plugin | Download | - | |
PictCalendar-NO-202512-202612-2480.pdf – Last ned Denne PDF-filen er resultatet av flere ACF-funksjoner som genererer bilder ved hjelp av de nye bilde-tegnefunksjonene i ACF-pluginen fra versjon 1.7.8.6. Kalenderen dekker perioden fra desember 2025 til desember 2026. Det er avsatt plass til notater, slik at den kan skrives ut og henges på kjøleskapsdøren eller et annet sted for å markere viktige dager. Hver side har et bilde, selve kalenderen, merkede helligdager i rødt, og en svak bakgrunnsfarge på lørdag og søndag for å tydeliggjøre helgen. Under hver side står det et kort dikt. PDF-en viser også automatisk generering av QR-koder og plassering av bilder på sidene. Kildekoden finnes i ACF-biblioteket. SHA-256: 0bccd1688aab4b8cf48fe59bf032eebdba9fa919d8a160851c8b68434fe621f3This checksum is automatically verified at download time. | |||||
| ACF-Calendar 2026 (PDF) US-English | Mac/Win/Linux | A Calendar in PDF format built using the new Image functions in the plugin | Download | - | |
The PictCalendar-US-202512-202612-2480.pdf Download This PDF file is the result of a few ACF functions generating images using the new Image drawing capabilities in the ACF plugin, from version 1.7.8.6. The calendar spans from December 2025 to December 2026. Space for notes so that it can be printed and put on the refrigerator door or somewhere, to mark important days. Each page have an image, the calendar, marked holidays in red, saturday and sunday has a background shade to mark its weekend. Below each page there is a short poem. The PDF showcases automatic generation of QR code, and placing images on the pages. The Source can be found in the ACF library. SHA-256: 09c2dd94274ae085d65dc79ca9b485ca5a39146a876b0830e26f578afc95f7c6This checksum is automatically verified at download time. | |||||
| ACF calendar 2026 (Dec2025) | Mac/Win/Linux | A Calendar in PDF format built using the new Image functions in the plugin | Download | - | |
The PictCalendar-202512-202612-2480.pdf Download This PDF file is the result of a few ACF functions generating images using the new Image drawing capabilities in the ACF plugin, from version 1.7.8.6. The calendar spans from December 2025 to December 2026. Space for notes so that it can be printed and put on the refrigerator door or somewhere, to mark important days. Each page have an image, the calendar, marked holidays in red, saturday and sunday has a background shade to mark its weekend. Below each page there is a short poem. The PDF showcases automatic generation of QR code, and placing images on the pages. The Source can be found in the ACF library. SHA-256: 06b739545b226ddda705ca432be8560a46ba192722c5a1d8528f1be21130d12bThis checksum is automatically verified at download time. | |||||
Other Tools
In this category you will find other tools for download

| Name | Platform | Description | Download | Docs | More |
|---|---|---|---|---|---|
| Docker container setup files 1.0 | Mac/Win/Linux | Configuration files for RabbitMQ docker container | Download | - | |
The Docker_container_RabbitMQ_1.0.dmg Download These are the files mentioned in the article Installing RabbitMQ broker using Docker Follow the article, and here is the files needed to setup instead of making all the files manually from that pagel. SHA-256: 54cf8be6e83a294d2b6174364773103459ed1582884afa08eb1956644589efc4This checksum is automatically verified at download time. | |||||
| FormulaCalculator | Mac (Intel+Arm) | Mac OS Calculator for calculating formulas | Download | - | |
![]() This project from 2012, I have renewed it for modern MacOS, made both Intel and ARM compatible version. Signed and Notarized. SHA-256: eb71820e6dc8eff56ac004cf1c6e771f0694fb4c87cd62b10e9ef46960c5a7b0This checksum is automatically verified at download time. | |||||











