https://github.com/robocorp/example-pdf-invites-creator
Starting from an Excel file, this robot will generate a personalized PDF invitation for each participant to an event.
https://github.com/robocorp/example-pdf-invites-creator
Last synced: 4 months ago
JSON representation
Starting from an Excel file, this robot will generate a personalized PDF invitation for each participant to an event.
- Host: GitHub
- URL: https://github.com/robocorp/example-pdf-invites-creator
- Owner: robocorp
- License: apache-2.0
- Created: 2020-11-23T11:50:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-17T16:21:04.000Z (over 2 years ago)
- Last Synced: 2025-01-09T09:26:41.974Z (over 1 year ago)
- Language: RobotFramework
- Homepage:
- Size: 40 KB
- Stars: 3
- Watchers: 16
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PDF invites creator task package
This automation will generate a personalized PDF invitation for each participant to an
event starting with an Excel file holding the table with the invitations.
> You can find the full tutorial and instructions on
> [Robocorp's documentation site](https://robocorp.com/docs/development-guide/pdf/pdf-invites-printer).
You have two tasks, where both are doing the same thing, but in different flavors:
- `Robot Framework - Create PDF invitations`
- `Python - Create PDF invitations`
1. Download and collect the data from an Excel file.
2. Process the data into the correct format.
3. Loop through the data and generate a personalized PDF for each event participant
using a template into a temporary output folder.
4. Collect all the generated files into a zip archive in the output folder.
5. Write log files about what happened.
6. Clean up leftovers.