Hungarian
HRAMN logo
Company: INTERSPECT Kft.
Phone: 06 70 615 7223
E-mail: info@interspect.hu
High Resolution Aerial Monitoring Network Website: www.interspect.hu
High Resolution Aerial Monitoring Network
Nagyfelbontású Repülőgépes Monitoring Hálózat
Jegyzőkönyv Generátor 3.0.5

Version 3.0.5 stable release

Jegyzőkönyv Generátor

Edit HRAMN remote-sensing reports, save projects securely, and create standardised HTML output and searchable PDFs.

For 64-bit Windows 10/11 and 64-bit Linux systems with glibc 2.38 or later.

Important: version 3.0.5 is not digitally signed. Windows may therefore display a SmartScreen warning. Continue only with a file obtained from the official HTTPS download page, and verify that its name, size and SHA-256 checksum match the values published here.

Download

Choose the release for your system

The installer is the simplest option for Windows. The portable versions are not installed: extract the complete package, then start the application from the extracted folder.

No installation required

Windows portable

64-bit Windows 10/11. It can also be used from a USB drive if the device is writable and has sufficient free space.

193 394 392 bytes · approx. 193.4 MB

Download Windows ZIP

Portable for Linux

Linux x86-64

64-bit Linux with glibc 2.38 or later. No separate Python installation is required.

197 523 978 bytes · approx. 197.5 MB

Download Linux TAR.GZ

SHA-256 checksums

The checksum confirms that the download is not corrupt and is byte-for-byte identical to the tested release.

File SHA-256
Windows installer 16316276672f4c976d153a3bf45aa83f81c41e275dc903e0b3a5c4642e78727c
Windows portable ZIP ccab056d86135bcd6202e8370218955bb568a345c07d08c8d8dbf42accf18fe0
Linux portable TAR.GZ 9dc0647766e0c18c75c11af5641bc76d22661b22931e2adaefee9baf058ea8ca

Exact verification commands are provided under Verifying the download.

1

Purpose and scope of the application

Jegyzőkönyv Generátor records the metadata of an aerial survey or photogrammetry project in a consistent format. It creates a continuously updated preview from the form on the left, then produces HTML and PDF versions from the same saved project state.

What it can do

  • record project, dataset, coordinate, permit and licence information;
  • manage a company logo, an overview image and additional figures;
  • open an existing project and securely import a legacy JSON project;
  • create a web report compatible with the appearance of earlier reports;
  • produce a PDF containing searchable and selectable text;
  • prepare search-engine and social-media metadata.

What it does not do

  • it does not calculate professional survey results for you;
  • it does not replace GIS, image-processing or image-editing software;
  • it does not automatically upload the completed export to the website;
  • it does not provide hosting, a final web address or a canonical URL;
  • it is not a cloud-based collaborative editor or an automatic version-control system.

Professional review is required. The application formats the supplied values and detects several errors, but the user is responsible for the professional accuracy of the data, the rights to use images and logos, and permission to publish the material.

2

Installing on Windows 10 or Windows 11

The installer provides the simplest workflow for most Windows users.

System requirements

  1. Download the installer

    The file name is JegyzokonyvGenerator-3.0.5-windows-x86_64-Setup.exe. Wait until your browser has fully completed the download.

  2. Verify the file

    Use the SHA-256 verification, particularly if you received the installer on a USB drive or through another intermediary.

  3. Close any running older version

    Save the open project, then close the application. The installer will notify you if an instance is still running.

  4. Start the installer

    Double-click the downloaded EXE. Installation takes place under your own user account, so an administrator password is not normally required.

  5. Handle the SmartScreen warning safely

    Version 3.0.5 is not signed with an Authenticode certificate, so Windows may display “Windows protected your PC”. If, and only if, the file name and SHA-256 value match, select More info, followed by Run anyway. Do not disable SmartScreen or antivirus protection globally.

  6. Follow the installer steps

    Read the licence terms, choose whether to create a desktop shortcut, then begin installation. A Jegyzőkönyv Generátor shortcut is created in the Start menu.

  7. First launch

    Start the application from the Start menu. It creates the user-data and log folders on first launch. An internet connection is not required for normal editing or export.

3

Windows portable version

The portable package runs from a separate folder without installation. It stores its settings, logs, default projects and exports in the data folder beside the application files.

  1. Download the ZIP

    Save the complete JegyzokonyvGenerator-3.0.5-windows-x86_64-portable-nuitka.zip file to a local drive.

  2. Extract the complete archive

    In File Explorer, select Extract all. Do not start the EXE directly from the ZIP preview.

  3. Open the main.dist folder

    All files in the main.dist directory at the root of the ZIP are required. Do not move the EXE out of this folder on its own.

  4. Start the application

    Double-click JegyzokonyvGenerator.exe. If SmartScreen appears, use the same verification process as for the installer.

When using a USB drive: the drive must be writable, remain securely connected and have sufficient free space. Do not unplug it while working. A slow or faulty storage device may cause save and export errors. Keep another copy of important work on a separate drive.

4

Linux portable version

The package contains its own Python and Qt dependencies, but uses the system glibc library.

Checking compatibility

64-bit x86-64 Linux with glibc 2.38 or later is required. A graphical Linux desktop session and the usual X11 or Wayland, OpenGL/EGL, XCB, xkbcommon, fontconfig and D-Bus system libraries are also needed. The package is not intended for Alpine/musl, headless or minimal server systems. Check the architecture and glibc version in a terminal:

uname -m
ldd --version

The expected result of the first command is x86_64. The glibc version shown by the second command must be at least 2.38.

Extracting and starting from a terminal

tar -xzf JegyzokonyvGenerator-3.0.5-linux-x86_64-portable-nuitka.tar.gz
cd JegyzokonyvGenerator
chmod +x JegyzokonyvGenerator
./JegyzokonyvGenerator

The chmod command is normally required only before the first launch. Keep the complete JegyzokonyvGenerator directory together: the application will not work without the Qt, font, template and licence files beside the executable.

Starting from the file manager

In the properties of the extracted JegyzokonyvGenerator file, allow the file to run as a program, then start it by double-clicking. The exact wording varies between desktop environments.

Verification

Verifying a downloaded file

Compare the entire 64-character result with the value published on this page. Even one different character means that the file is corrupt or has been altered.

Important: SHA-256 confirms that the file is identical to the tested byte sequence published on this page. It does not replace the missing digital signature and does not by itself verify the identity of the publisher; therefore, accept the checksum only from the official HTTPS page.

Windows PowerShell

Get-FileHash .\JegyzokonyvGenerator-3.0.5-windows-x86_64-Setup.exe -Algorithm SHA256

For the portable ZIP, replace the file name in the command with the ZIP file name.

Windows Command Prompt

certutil -hashfile "JegyzokonyvGenerator-3.0.5-windows-x86_64-Setup.exe" SHA256

Linux

sha256sum JegyzokonyvGenerator-3.0.5-linux-x86_64-portable-nuitka.tar.gz

5

Quick start in ten steps

  1. Install or extract the release for your system, then start the application.
  2. Select Fájl → Új projekt (File → New project) if the application does not open with an empty form.
  3. On the Alapadatok (Basic data) tab, enter the date and all required fields marked with an asterisk.
  4. On the Állományok (Datasets) tab, enter the available products and check the unit beside every numeric value.
  5. On the Hely és engedély (Location and permit) tab, enter WGS84 or EOV coordinates and record permit numbers where applicable.
  6. On the Képek és SEO (Images and SEO) tab, select a company logo, an overview image and any additional figures, then check the captions.
  7. Review the élő előnézet (live preview) on the right. The application retains its current scroll position while you edit.
  8. Select Projekt mentése (Save project). When saving for the first time, choose a location and name for the .jkvproj project folder.
  9. Click the always-visible HTML + PDF export… button at the bottom left, or press Ctrl+E.
  10. Open both the HTML and the PDF in the finished export. When publishing on the web, upload the complete export folder without changing its directory structure.

Recommended workflow: create and save a project first, save regularly while working, and review the preview before export. Updating the live preview does not by itself save the project.

6

The user interface

The editable fields are on the left side of the window, while the browser preview of the report is on the right. You can drag the divider between the panes. At narrower widths, long labels wrap onto multiple lines so that the complete field name remains visible.

The Jegyzőkönyv Generátor Basic data tab on the left and the updating report preview on the right
Figure 1. The two-pane workspace. The fixed export button remains available at the bottom of the editor pane on the left.

Top toolbar and Fájl (File) menu

Új projekt
Starts an empty form. If there are unsaved changes, the application first asks whether to save them.
Projekt megnyitása…
Opens a previously saved .jkvproj directory.
Régi JSON-projekt importálása…
Imports a legacy single-file project after confirmation. After importing, save it as a new .jkvproj project.
Projekt mentése
Updates the active project. Keyboard shortcut: Ctrl+S.
Mentés másként…
Creates a new project folder at the selected location.
HTML + PDF export…
Creates the complete publishable package from a saved snapshot. Keyboard shortcut: Ctrl+E.

Preview

The preview updates after a short delay when you change a field. It retains its current scroll position during an update, so you can continue reviewing the same part of a long document. The preview is useful for checking content and on-screen appearance, but always review the final page breaks in the exported PDF.

6.1

Alapadatok (Basic data) tab

Projektállapot (Project status) shows whether you are working on a new, unsaved project or identifies the active project. An asterisk in the title bar indicates unsaved changes.

The seven required fields are Dátum, Projekt megnevezése, Terepi felbontás, Cégnév, Telefon, E-mail and Készítette (Date, Project name, Ground resolution, Company name, Phone, E-mail and Prepared by). Missing values prevent export.

6.2

Állományok (Datasets) tab

The Datasets tab showing raw imagery, point-cloud, DFM, DDM and orthophoto data
Figure 2. Available datasets and their units.

This tab lists the delivered datasets related to the survey and its processing:

Units and missing values

Each numeric field has a clearly visible drop-down unit selector. Available units are mm, cm or m for resolution; MB, GB or TB for file size; db for item count; and pont for point count.

If a value is unavailable or not applicable, leave the value empty and select the Üres (Empty) unit. Do not type “nincs” (none), a dash or text containing a unit in a numeric field.

RTK and geodetic indicators

In addition to an empty value, the list offers I, N and . Use them consistently according to the meaning adopted by your organisation; if no reliable information is available, leave the field empty.

6.3

Hely és engedély (Location and permit) tab

The Location and permit tab with WGS84 and EOV coordinates, conversion buttons and permit fields
Figure 3. Converting coordinates and managing permit numbers.

Coordinates

Verification: conversion does not determine whether the entered point is professionally correct. Before export, compare it with a known map location and take particular care with the lat/lon and EOV X/Y order.

Permits

The fields for aerial remote-sensing, airspace and environmental research permit numbers appear when Engedélyszámok megadása (Enter permit numbers) is enabled. Disabling it clears the fields, so turn it off only if you genuinely intend to remove these data.

6.4

Képek és SEO (Images and SEO) tab

The Images and SEO tab with company logo, overview image, additional figures and search-engine optimisation fields
Figure 4. Logo, figures, full-width captions and web metadata.

Images and captions

  1. Beside Céges logó (Company logo), click Tallózás… (Browse), then select the image file.
  2. Áttekintő kép (Overview image) is the first large figure. Its default caption is “A terület átnézeti képe”. You may freely edit the text; if you leave it empty and move away from the field, the default is restored.
  3. Click További ábra hozzáadása (Add another figure) to create fields for Második ábra, Harmadik ábra and subsequent numbered figures.
  4. Each additional figure has its own multi-line caption. Sor eltávolítása (Remove row) removes that figure and its caption from the project.

Supported image types are PNG, JPEG, WebP, GIF, BMP and TIFF. An image may be no larger than 100 MB or 100 million pixels. The application checks the actual image content, not merely the file extension.

You may add up to 100 additional figures to the project in addition to the Overview image.

Original and web images: when the project is saved, a secure copy of the original image is placed in the project’s media folder. During export, a reduced-size WebP image no wider than 650 pixels is generated from it for the website. The original project image is not modified.

SEO and web integration

SEO-cím (SEO title)
If empty, the project name is used. Keep it brief and clear because it becomes the search-result title; the maximum length is 200 characters.
SEO-leírás (SEO description)
If empty, the application creates a description automatically. A custom description can summarise the content more precisely; metadata longer than 320 characters is truncated.
SEO-kulcsszavak (SEO keywords)
This field cannot be edited. Its automatic order is HRAMN, topic title, topic date, orthophoto, model, point cloud, photogrammetry.
Kanonikus webcím (Canonical URL)
The report’s final, complete http:// or https:// address. Leave it empty until final hosting and a permanent URL are available.
Közösségi megosztási kép (Social sharing image)
Enter a complete https:// image URL. If left empty, the selected Overview image becomes the default sharing image; no automatic sharing image is created if there is no Overview image.
Dokumentum nyelve (Document language)
A BCP 47 code, such as hu or hu-HU. The default is hu.
Földrajzi régió (Geographic region)
For example, HU or HU-BU. The default is HU.

7

Project management and data safety

A .jkvproj project is a folder, not a single file

On the first save, the application creates a directory such as veszprem-20260715.jkvproj. Its main contents are:

veszprem-20260715.jkvproj/
├── project.json       form data
├── media/             project copies of the original images
└── .project-save.lock hidden file used for save locking

The hidden .project-save.lock file is normal and does not indicate a stuck active lock. Do not delete it manually. When transferring the project to another computer, always copy the complete .jkvproj folder, not only project.json.

Saving

Importing a legacy JSON project

A legacy JSON file may reference external local image files, so import requires separate confirmation. The application imports valid images and may skip missing ones. Immediately after importing, select Mentés másként… (Save as) to create a self-contained, portable .jkvproj folder.

Backups

  1. Save the project, then close the application.
  2. Copy the complete .jkvproj folder to another physical drive or to your organisation’s approved backup location.
  3. Periodically try opening the copy and check the images.
  4. Keep a separate copy of the complete final export folder as well.

Do not work on the same project in two application instances. Save locking prevents several dangerous conflicts, but simultaneous editing from two computers in a shared network folder or synchronisation service may cause data loss.

8

HTML and PDF export

  1. Review the data

    Review all four tabs and the complete preview. Required fields are marked with an asterisk.

  2. Start the export

    Click HTML + PDF export… at the bottom left, or press Ctrl+E.

  3. Correct any reported errors

    Export does not start if an error is present. For warnings, the application lists the points to review and asks whether to continue.

  4. Automatic project save

    If the project is new or has been modified, the application saves it before export. For a new project, it opens the Mentés másként… (Save as) dialog. If saving is cancelled or fails, no export is created.

  5. Select an export root folder

    The application automatically creates a subdirectory inside it, based on the date and project name. If an export with the same name already exists, it asks for confirmation before safely replacing it.

  6. Wait for the PDF to finish

    The progress indicator closes, then the Export kész (Export complete) message shows the exact location of the HTML file. Do not close the application during export.

Contents of the completed export

jegyzokonyv-<datum>-<megnevezes>/
├── jegyzokonyv-<datum>-<megnevezes>.html
├── report-data.json
├── location.geojson
├── asset-manifest.json
├── media/
│   ├── jegyzokonyv-<datum>-<megnevezes>.pdf
│   └── web-optimised WebP images
├── style/
└── additional local font and presentation resources

The version 3.0.5 export folder also contains separate report-data.json, location.geojson and asset-manifest.json files. The structured report data, GeoJSON point and asset inventory are also embedded in the HTML. For this reason, the complete folder must be kept together.

PDF limitation: the output contains searchable and selectable text, but it is not a PDF/A archival document and is not a tagged, fully accessible PDF.

Post-export checklist

9

Publishing on the website

The completed HTML uses relative references to the PDF, styles, fonts, images and structured data files. Uploading only the HTML file is therefore insufficient.

  1. Do not rename individual internal files or folders after export.
  2. Upload the complete jegyzokonyv-<datum>-<megnevezes> directory.
  3. Preserve the same directory structure and letter case on the server.
  4. Open the public HTTPS address in desktop and mobile browsers.
  5. Check all images, the PDF download button, accented characters, and the JSON and GeoJSON files.
  6. When the final address is confirmed, enter it in the project’s Kanonikus webcím (Canonical URL) field, export again, then update the complete export folder on the server.

Small web file size: images published on the website are in WebP format and no wider than 650 pixels, with their aspect ratio preserved. Large originals remain in the project and are not included in the export.

10

Updating and uninstalling

Updating the installed Windows version

  1. Save and close the open project.
  2. Back up important .jkvproj folders.
  3. Download and verify the new installer.
  4. Start it. A new release that uses the same application folder updates the program files; user project data do not need to be copied into the installation folder.
  5. After launching, check the version in Súgó → Névjegy (Help → About), then open a copy of an older project.

Updating a portable version

Always extract the new archive into a new, empty folder. Do not mix application files from two versions. Copy the complete required .jkvproj project folders from the old data/projects folder, or open them from their original location. Delete the old portable directory only after successful testing and backup.

Uninstalling the installed Windows version

Open Settings → Apps → Installed apps, find Jegyzőkönyv Generátor, then select Uninstall. Make a separate backup of your projects before uninstalling; do not rely on retained user-data folders as your only copy.

Removing a portable version

Close the application, copy any projects and exports that you want to keep from the data folder, then delete the complete extracted application directory.

Data paths

Settings, logs and default folders

ModeData and projectsSettings and cache
Windows installed %LOCALAPPDATA%\JegyzokonyvGenerator %APPDATA%\JegyzokonyvGenerator; the cache is inside the data folder
Linux standard mode ~/.local/share/JegyzokonyvGenerator ~/.config/JegyzokonyvGenerator and ~/.cache/JegyzokonyvGenerator
Windows/Linux portable The data folder beside the executable application

Inside the data folder, the projects, exports and logs subdirectories are the default locations. Projects and exports may also be saved elsewhere through the dialog. The simplest way to locate logs is to select Súgó → Naplómappa megnyitása (Help → Open log folder).

11

Troubleshooting

Windows will not allow the installer or EXE to start

Verify the complete SHA-256 value. If it matches the official release, select More info → Run anyway in SmartScreen. Do not disable system-wide protection. If an organisational policy blocks the file, approval from your system administrator is required.

The Windows portable version does not start

Make sure that you extracted the complete ZIP, that all contents of main.dist remain together, and that you are not running the EXE from inside the ZIP or after copying it separately. Try running it from a local, writable folder.

Linux displays “GLIBC_x.xx not found”

Your system’s glibc version is older than the required 2.38. Check it with ldd --version. Use a newer supported Linux release; manually replacing the system glibc is not recommended.

Linux displays “Permission denied”

Run chmod +x JegyzokonyvGenerator in the extracted application folder, followed by ./JegyzokonyvGenerator.

Linux displays a Qt platform plugin, libqxcb.so or missing-library error

One of the graphical system’s X11/Wayland, XCB, OpenGL/EGL or xkbcommon dependencies is missing. Check the binary with ldd ./JegyzokonyvGenerator | grep "not found", then use your distribution’s package manager to install the reported system library. If a Wayland display error occurs and XWayland is installed, try starting the application with QT_QPA_PLATFORM=xcb ./JegyzokonyvGenerator.

A field does not accept 2,2 cm

Enter only 2,2 in the numeric field and select cm from the adjacent list. Either a comma or a point may be used as the decimal separator.

Optional data do not appear in the export

Check that both the value and its appropriate unit have been entered. If a non-empty number has the Üres (Empty) unit, the number may appear without a unit; only optional data with an empty value may be omitted. Save the project, then export it again.

An image cannot be selected

Check that it is a genuine PNG, JPEG, WebP, GIF, BMP or TIFF image, no larger than 100 MB and no more than 100 million pixels. The application rejects corrupt files and files with a misleading extension.

A project opens without images on another computer

You probably copied only project.json. Copy the complete .jkvproj directory, including its media folder.

The website is missing styles, an image or the PDF

Do not upload only the HTML. Upload the complete export folder again, preserving the names and locations of media, style and every other subdirectory. Letter case also matters on Linux hosting.

Export does not start

Read the full error message, complete the required fields and correct invalid image references. Check the free space and write access on the destination drive. For a new project, complete the Mentés másként… (Save as) process first.

A temporary folder remains after an interrupted export

On its next launch, the application attempts to safely restore or isolate the incomplete state. If it displays a warning, do not delete files at random: record the exact message, check the affected export root and prepare a support package.

The preview or PDF is empty

Wait for the preview to update, then save and try another export to a writable local folder. If the problem recurs, restart the application, open the saved project and collect the log. Do not overwrite your only working export while investigating.

Support

What should you send with a bug report?

Send the package to the contact person or support channel from which you received the application. The following information helps speed up troubleshooting:

  1. the exact application version from Súgó → Névjegy (Help → About);
  2. the operating system name and version, and whether you use the installed or portable release;
  3. a precise, numbered description of the steps immediately before the error and the expected result;
  4. the complete error message and, if possible, a screenshot;
  5. the most recent log files found through Súgó → Naplómappa megnyitása (Help → Open log folder);
  6. if it may be shared, a copy of the complete .jkvproj folder that reproduces the error and/or the complete problematic export folder;
  7. for launch errors, the downloaded file’s name, size in bytes and SHA-256 value.

Data protection: projects and logs may contain personal, business, location or licence information. Review the material before sending it and share it only with an authorised recipient. Never include passwords, secret keys or access tokens in a support package.

Printable reference

Short pre-export checklist