Removed unneeded packages from the solution.

This commit is contained in:
2016-11-15 22:15:56 -06:00
parent 1f700869c7
commit 6d54ac3bff
11 changed files with 4 additions and 29436 deletions
@@ -82,8 +82,8 @@
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="HtmlRenderer, Version=1.5.0.5, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\HtmlRenderer.Core.1.5.0.5\lib\net45\HtmlRenderer.dll</HintPath>
<Reference Include="HtmlRenderer, Version=1.5.0.6, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\HtmlRenderer.Core.1.5.0.6\lib\net45\HtmlRenderer.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="HtmlRenderer.WinForms, Version=1.5.0.6, Culture=neutral, processorArchitecture=MSIL">
+1 -1
View File
@@ -764,7 +764,7 @@
//
this.weekEndingMonthCalendar.BackColor = System.Drawing.SystemColors.ControlLight;
this.weekEndingMonthCalendar.FirstDayOfWeek = System.Windows.Forms.Day.Sunday;
this.weekEndingMonthCalendar.Location = new System.Drawing.Point(29, 61);
this.weekEndingMonthCalendar.Location = new System.Drawing.Point(49, 61);
this.weekEndingMonthCalendar.MaxSelectionCount = 1;
this.weekEndingMonthCalendar.Name = "weekEndingMonthCalendar";
this.weekEndingMonthCalendar.ShowTodayCircle = false;
+1 -3
View File
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="HtmlRenderer.Core" version="1.5.0.5" targetFramework="net45" />
<package id="HtmlRenderer.PdfSharp" version="1.5.0.6" targetFramework="net45" />
<package id="HtmlRenderer.Core" version="1.5.0.6" targetFramework="net45" />
<package id="HtmlRenderer.WinForms" version="1.5.0.6" targetFramework="net45" />
<package id="PDFsharp" version="1.32.3057.0" targetFramework="net45" />
</packages>
-33
View File
@@ -1,33 +0,0 @@
********** Welcome to the HTML Renderer PdfSharp library! *****************************************
This library provides the ability to generate PDF documents from HTML snippets using static rendering code.
For more info see HTML Renderer on CodePlex: http://htmlrenderer.codeplex.com
********** DEMO APPLICATION ***********************************************************************
HTML Renderer Demo application showcases HTML Renderer capabilities, use it to explore and learn
on the library: http://htmlrenderer.codeplex.com/wikipage?title=Demo%20application
********** FEEDBACK / RELEASE NOTES ***************************************************************
If you have problems, wish to report a bug, or have a suggestion please start a thread on
HTML Renderer discussions page: http://htmlrenderer.codeplex.com/discussions
For full release notes and all versions see: http://htmlrenderer.codeplex.com/releases
********** QUICK START ****************************************************************************
For more Quick Start see: https://htmlrenderer.codeplex.com/wikipage?title=Quick%20start
***************************************************************************************************
********** Quick Start: Create PDF from HTML snippet using PdfSharp
class Program
{
private static void Main(string[] args)
{
PdfDocument pdf = PdfGenerator.GeneratePdf("<p><h1>Hello World</h1>This is html rendered text</p>", PageSize.A4);
pdf.Save("document.pdf");
}
}
Binary file not shown.
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff