https://github.com/thwillert/__planmaker_safepdf
AutoIt-function to export PlanMaker workbooks as PDF (spreadsheet program from SoftMaker)
https://github.com/thwillert/__planmaker_safepdf
autoit export function office pdf planmaker softmaker
Last synced: 4 months ago
JSON representation
AutoIt-function to export PlanMaker workbooks as PDF (spreadsheet program from SoftMaker)
- Host: GitHub
- URL: https://github.com/thwillert/__planmaker_safepdf
- Owner: THWillert
- License: apache-2.0
- Created: 2020-04-21T07:38:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-21T08:05:06.000Z (about 6 years ago)
- Last Synced: 2025-01-07T12:14:51.600Z (over 1 year ago)
- Topics: autoit, export, function, office, pdf, planmaker, softmaker
- Language: AutoIt
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# __PlanMaker_SafePDF
Eine [AutoIt](https://www.autoitscript.com/site/autoit/)-Funktion für die Tabellenkalkulation [PlanMaker](https://www.softmaker.de/softmaker-office-planmaker) der Firma [SoftMaker](https://www.softmaker.de/softmaker-office), zum Speichern des aktuellen Dokuments als PDF.
Die API von PlanMaker beinhaltet diese Funktion leider nicht, deshalb arbeitet diese Funktion mit Erkennung von Dialogen und einer Tastatur-Simulation.
:warning: Alle Parameter für den PDF-Export müssen vor dem Export per Hand eigestellt werden.
## Übersicht
Parameter:
```autoit
__PlanMaker_SafePDF($sTitle, $sFile, $sPDFExportTitle = "PDF-Export", $sSaveTitle = "Speichern unter bestätigen")
```
Beispiel:
```autoit
__PlanMaker_SafePDF("test.pmdx", "Test.pdf")
```
Speichert die Datei` text.pmdx` im gleichen Verzeichnis als PDF `Test.pdf`.
Die letzten beiden Parameter sind für die Dialogerkennung in anderen Sprachen als Deutsch.
## Voraussetzungen
Kompatibel mit SoftMaker Office 2018 und FreeOffice 2018.
## Installation
In das Include Verzeichnis von AutoIt kopieren und als UDF einbinden, oder die Funktion in das eigene Programm kopieren.
## Weiterführende Informationen
[Handbuch für BasicMaker 2018](http://www.softmaker.net/down/bm2018manual_de.pdf) (de)
[Manual for BasicMaker 2018](http://www.softmaker.net/down/bm2018manual_en.pdf) (en)
## Diskusion und Vorschläge
[SoftMaker-Forum](https://forum.softmaker.de/viewtopic.php?f=276&t=25608#p123093)
[AutoIt.de](https://autoit.de/thread/85113-planmaker-udf-tabellenkalkulation-von-softmaker-office-und-freeoffice/)
## ToDo
- [ ] Funktionalität auch für Ribbons
## Author
Thorsten Willert
[Homepage](http://www.thorsten-willert.de/)
## Lizenz
Das ganze steht unter der [Apache 2.0](https://github.com/THWillert//__PlanMaker_SafePDF/blob/master/LICENSE) Lizenz
.