forked from nissl-lab/toxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "remove 3rdParty folder and use nuget package folder instead"
This reverts commit 52aed03.
- Loading branch information
Showing
102 changed files
with
56,453 additions
and
162,492 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
Welcome to PDFsharp and MigraDoc Foundation | ||
=========================================== | ||
|
||
PDFsharp & MigraDoc Foundation Support Forum | ||
-------------------------------------------- | ||
The right place to search for answers and to ask new questions: | ||
http://forum.pdfsharp.net/ | ||
|
||
|
||
The PDFsharp & MigraDoc Web Site | ||
-------------------------------- | ||
Here's the homepage: | ||
http://www.pdfsharp.net/ | ||
|
||
Here's the PDFsharp & MigraDoc Wiki: | ||
http://www.pdfsharp.net/wiki/ | ||
|
||
Please note: the Wiki introduces many of the PDFsharp and MigraDoc samples with screen shots, code snippets, generated PDF files, etc. | ||
|
||
|
||
Current Downloads | ||
----------------- | ||
Visit the homepage and click on Downloads. | ||
|
||
You'll find the latest versions on CodePlex: | ||
http://pdfsharp.codeplex.com/Release/ProjectReleases.aspx | ||
|
||
And on SourceForge: | ||
http://sourceforge.net/projects/pdfsharp | ||
|
||
|
||
Available Packages | ||
------------------ | ||
PDFSharp-MigraDocFoundation-1_32.zip: the complete source code (recommended if you're using Visual Studio 2010) | ||
PDFsharp-MigraDocFoundation-Assemblies-1_32.zip: the compiled assemblies (for those who don't use Visual Studio 2010) | ||
|
||
Visit CodePlex for further information: | ||
http://pdfsharp.codeplex.com/Release/ProjectReleases.aspx | ||
|
||
|
||
What's New in PDFsharp & MigraDoc Foundation 1.32 | ||
------------------------------------------------- | ||
Version 1.32 contains some minor bug fixes. | ||
Version 1.32 includes solutions for Visual Studio 2010. | ||
If you need solutions for VS 2005 or VS 2008, download version 1.31. | ||
|
||
What's New in PDFsharp & MigraDoc Foundation 1.31 | ||
------------------------------------------------- | ||
Version 1.31 contains some minor bug fixes. | ||
Image compression was improved: | ||
* Bitonal images are now compressed using CCITT Fax encoding | ||
* Bitonal images are still FlateEncoded if compression ratio is better | ||
* JPEG images are now FlateEncoded if that reduces size | ||
* Non-JPEG grayscale image are now stored without color palette | ||
* Color paletters are now FlateEncoded | ||
|
||
Bitonal images: only images with a two-color palette are | ||
treated as bitonal images; save images that only contain black and | ||
white in a bitonal format (Paint calls it "Monochrome Bitmap") | ||
to be able to profit from the new CCITT Fax compression. | ||
|
||
Please note: if you favor small PDF files, go for version 1.31. | ||
If you favor fast PDF generation, stay with version 1.30. | ||
One of the forthcoming versions will allow you to configure the | ||
generation of PDF files (something like "Optimize for Size" and | ||
"Optimize for Speed"). |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<?xml version="1.0"?> | ||
<configuration> | ||
<appSettings> | ||
<add key="testdataPath" value="..\..\testdata" /> | ||
<add key="testdataPath" value="..\..\testdata"/> | ||
</appSettings> | ||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" /></startup> | ||
<runtime> | ||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
<dependentAssembly> | ||
<assemblyIdentity name="ICSharpCode.SharpZipLib" publicKeyToken="1b03e6acf1164f73" culture="neutral" /> | ||
<bindingRedirect oldVersion="0.0.0.0-0.86.0.518" newVersion="0.86.0.518" /> | ||
</dependentAssembly> | ||
</assemblyBinding> | ||
</runtime> | ||
</configuration> | ||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.