Skip to content

Commit dba0511

Browse files
author
Relorer
committed
Update icon and readme
1 parent e48f9fc commit dba0511

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

HTMLToQPDF/Assets/icon.png

7.39 KB
Loading

HTMLToQPDF/HTMLToQPDF.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
<TargetFramework>net6.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<Title>HTMLToQPDF</Title>
7+
<Title>Relorer.QuestPDF.HTML</Title>
88
<Company></Company>
99
<Authors>Relorer</Authors>
10-
<Description>HTMLToQPDF is an extension for QuestPDF that allows to generate PDF from HTML</Description>
10+
<Description>Relorer.QuestPDF.HTML is an extension for QuestPDF that allows to generate PDF from HTML</Description>
1111
<PackageProjectUrl>https://github.com/Relorer/HTMLToQPDF</PackageProjectUrl>
1212
<PackageIcon>icon.png</PackageIcon>
1313
<PackageReadmeFile>README.md</PackageReadmeFile>
1414
<RepositoryUrl>https://github.com/Relorer/HTMLToQPDF</RepositoryUrl>
1515
<PackageTags>pdf, file, export, generate, generation, tool, create, creation, render, document, format, quest, html, library, converter, open, source, free, standard, core</PackageTags>
1616
<PackageLicenseExpression>MIT</PackageLicenseExpression>
17-
<Version>1.0.1</Version>
17+
<Version>1.1.0</Version>
1818
</PropertyGroup>
1919

2020
<ItemGroup>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
HTMLToQPDF is an extension for QuestPDF that allows to generate PDF from HTML
1+
Relorer.QuestPDF.HTML is an extension for QuestPDF that allows to generate PDF from HTML
22

33
[QuestPDF](https://github.com/QuestPDF/QuestPDF) currently does not support inserting html into a pdf document. So I wrote a small library for this. It doesn't support the full functionality of html and css, but I think it should be enough for most cases.
44

0 commit comments

Comments
 (0)