Ich möchte ein Formular mit Word erstellen, was vom Empfänger nur ausgefüllt werden aber nicht manipuliert werden kann. Word kann man ja bearbeiten. Man kann auch die Bearbeitung sperren. Eine A4 Seite muss ich erstellen und Felder anlegen, die ausgefüllt aber bei manchen angeklickt werden muss. Rest darf nicht verändert werden. Ist das Möglich?
Pfadnavigation
Wie kann ich ausfüllbare Formulare mit Word erstellen?
Suche
Neueste Kommentare
- 1 month 1 week agoMariaDB Server Performance Optimieren
/usr/sbin/mariadbd --help --verbose | grep "query.*size"
- 1 month 1 week agoMariaDB Server Performance Optimieren
Commandline:
systemctl restart mariadb
- 1 month 1 week agoMariaDB Server Performance Optimieren
After my changes in /etc/mysql/db-performance.cnf
- 1 month 1 week agoInstall APCu (PHP 8.1, Plesk)
Error:
- 1 month 1 week agoInstall APCu (PHP 8.1, Plesk)
PHP 8.3 extra packages (+ pecl, apcu)
apt update apt install plesk-php83-dev zlib1g-dev
- 1 month 1 week agoApache Solr install & activate on Debian 12 (Secure Admin with Basic Auth on Port 8983)
I get this error, when I visit https://solr.example.com:8983 :
- 1 month 2 weeks agoDie Argumentliste ist zu lang (/usr/bin/rm)
Remove all files starting with 2024 in mydir123 and show the number of deleted files:
find mydir123 -name '2024*' -exec rm -vf {} \; | wc -l
- 1 month 2 weeks agoDie Argumentliste ist zu lang (/usr/bin/rm)
find . -name '*' | xargs rm -v
- 1 month 3 weeks agoDeprecated function: Creation of dynamic property Drupal Tablefield TablefieldFormatter::$ModuleHandler is deprecated
- 2 months 4 weeks agoTransaction isolation level REPEATABLE-READ The recommended level for Drupal is "READ COMMITTED". (Drupal Status Report)
Edit "/etc/my.cnf" ( under [mysqld] ):
transaction_isolation="READ-COMMITTED"
Restart MariaDB / MySQL:
Neuen Kommentar schreiben