https://github.com/samdouble/panels
This is a small application to export a comic book in PDF format from an XML configuration and a set of images.
https://github.com/samdouble/panels
Last synced: about 1 year ago
JSON representation
This is a small application to export a comic book in PDF format from an XML configuration and a set of images.
- Host: GitHub
- URL: https://github.com/samdouble/panels
- Owner: samdouble
- Created: 2018-05-28T01:55:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-07T01:50:11.000Z (over 1 year ago)
- Last Synced: 2025-01-23T02:11:54.399Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 7.38 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Panels
This is a small application to export a comic book in PDF format from an XML configuration and a set of images.
## Technologies & Languages
- C# 11
- .NET 7
- iText 8
- GitHub Actions
- GitHub Releases
## Development
### Running locally
```
dotnet run --project Panels -- -c ~/Desktop/github/proj/bd1/BD0/bd.xml -i ~/Desktop/github/proj/bd1/BD0/images
```
### Testing
```
dotnet test
```
### Releasing a New Version
1. Change the version number in the *csproj* file.
2. Merge to the `master` branch.
3. dotnet-releaser on CircleCI will create a new GitHub Release.
## How to Use
### Command-line arguments