Skip to content

Commit

Permalink
more fixes on badges on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gernotstarke committed Jan 2, 2025
1 parent 7c3ee8a commit 6c0fb16
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,16 @@ Helper (_minion_) for some mundane tasks with PDF documents, among others:

[![Go Report Card](https://goreportcard.com/badge/github.com/arc42/pdfminion)](https://goreportcard.com/report/github.com/arc42/pdfminion)

[![Maintainability](https://api.codeclimate.com/v1/badges/c481ef8142826f71ff65/maintainability)](https://codeclimate.com/github/arc42/PDFminion/maintainability
[![Maintainability](https://api.codeclimate.com/v1/badges/c481ef8142826f71ff65/maintainability)](https://codeclimate.com/github/arc42/PDFminion/maintainability)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

#### new badges

[![Go CI](https://github.com/arc42/PDFminion/workflows/Go%20CI/badge.svg)](https://github.com/arc42/PDFminion/actions)
[![Go CI](https://github.com/arc42/PDFminion/workflows/golangci-lint.yml/badge.svg)](https://github.com/arc42/PDFminion/actions/golangci-lint.yml)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Farc42e%2FPDFminion.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Farc42%2FPDFminion)


[![codecov](https://codecov.io/gh/arc42/PDFminion/branch/main/graph/badge.svg)](https://codecov.io/gh/arc42/PDFminion)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Farc42e%2FPDFminion.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Farc42%2FPDFminion)

When creating multiple PDF documents, you often need to add page numbers, headers, footers, or combine multiple PDF files into a single file.
PDFminion can do that for you - from a terminal and the command line, on MacOS, Linux and Windows platforms.
Expand Down

0 comments on commit 6c0fb16

Please sign in to comment.