Skip to content

Commit 99c6c0b

Browse files
authored
Merge pull request #16 from synercoder/add-badges
Added nuget badge
2 parents 4cfbaf0 + 3b7eff1 commit 99c6c0b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# FileFormats.Pdf
22
[![Build Status](https://synercoding.visualstudio.com/Synercoding.FileFormats.Pdf/_apis/build/status/synercoder.FileFormats.Pdf?branchName=master)](https://synercoding.visualstudio.com/Synercoding.FileFormats.Pdf/_build/latest?definitionId=7&branchName=master)
33

4+
[![NuGet][nuget-badge]][nuget]
5+
6+
[nuget]: https://www.nuget.org/packages/Synercoding.FileFormats.Pdf/
7+
[nuget-badge]: https://img.shields.io/nuget/v/Synercoding.FileFormats.Pdf.svg?label=Synercoding.FileFormats.Pdf
8+
9+
410
This project was created to enable PDF creation on .NETStandard. This because multiple libraries did not suit my purpose of working on .NET Core & .NET Framework the same way. Some alternatives supported settings the different boxes (Media, Crop, Bleed & Trim) but did not fully supported images on all platforms. Others supported images but not the different boxes, and again others did not work at all on .NET Core.
511

612
Because of those reasons this libary was created.

0 commit comments

Comments
 (0)