Skip to content

Commit

Permalink
Update icon and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Relorer committed Jan 9, 2023
1 parent e48f9fc commit dba0511
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified HTMLToQPDF/Assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions HTMLToQPDF/HTMLToQPDF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Title>HTMLToQPDF</Title>
<Title>Relorer.QuestPDF.HTML</Title>
<Company></Company>
<Authors>Relorer</Authors>
<Description>HTMLToQPDF is an extension for QuestPDF that allows to generate PDF from HTML</Description>
<Description>Relorer.QuestPDF.HTML is an extension for QuestPDF that allows to generate PDF from HTML</Description>
<PackageProjectUrl>https://github.com/Relorer/HTMLToQPDF</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/Relorer/HTMLToQPDF</RepositoryUrl>
<PackageTags>pdf, file, export, generate, generation, tool, create, creation, render, document, format, quest, html, library, converter, open, source, free, standard, core</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>1.0.1</Version>
<Version>1.1.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
HTMLToQPDF is an extension for QuestPDF that allows to generate PDF from HTML
Relorer.QuestPDF.HTML is an extension for QuestPDF that allows to generate PDF from HTML

[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.

Expand Down

0 comments on commit dba0511

Please sign in to comment.