Scryber.Core 5.0.7-alpha

This is a prerelease version of Scryber.Core.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Scryber.Core --version 5.0.7-alpha
NuGet\Install-Package Scryber.Core -Version 5.0.7-alpha
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Scryber.Core" Version="5.0.7-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Scryber.Core --version 5.0.7-alpha
#r "nuget: Scryber.Core, 5.0.7-alpha"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Scryber.Core as a Cake Addin
#addin nuget:?package=Scryber.Core&version=5.0.7-alpha&prerelease

// Install Scryber.Core as a Cake Tool
#tool nuget:?package=Scryber.Core&version=5.0.7-alpha&prerelease

The scryber pdf engine for dotnet 5 - change the way you make documents.

Scryber is an advanced PDF generation engine based around HTML templates with CSS styles and SVG drawing. It includes full flowing pages, dynamic template binding on your object model and referenced external files, images, css and fonts. Easily create documents from your Apps, MVC sites, or Javascipt ajax calls.

This framework is built entirely in .NET5 and is released under the LGPL licence so you can use to it in commercial applications.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Scryber.Core:

Package Downloads
Scryber.Core.Mvc

The Mvc extensions for the Scryber.Core PDF creation engine - change the way you make documents. Scryber is an advanced PDF generation engine based around HTML templates with CSS styles and SVG drawing, or just code it. It includes full flowing pages, dynamic template binding on your object model and referenced external files, images, css and fonts. Easily create documents from your Apps, MVC sites, or Javascipt ajax calls. This framework is built entirely in .NET6 and Net Standard 2.0 and is released under the LGPL licence so you can use to it in commercial applications.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Scryber.Core:

Repository Stars
richard-scryber/scryber.core
Scryber.Core is a dotnet 6 html to pdf engine written entirely in C# for creating beautiful flowing documents from html templates including css styles, object data binding and svg drawing.
Version Downloads Last updated
6.0.4-beta 4,136 1/12/2024
6.0.3.2-beta 5,392 10/6/2023
6.0.3.1-beta 563 10/6/2023
6.0.3-beta 595 10/5/2023
6.0.2.1-beta 750 9/18/2023
6.0.2-alpha 3,020 5/4/2023
6.0.1.3-beta 577 9/18/2023
6.0.1-beta 8,144 3/24/2023
6.0.0.16-beta 1,665 3/1/2023
6.0.0.14-beta 11,367 1/1/2023
6.0.0.13-beta 1,063 12/6/2022
6.0.0.10-beta 984 10/6/2022
6.0.0.9-beta 2,446 9/30/2022
6.0.0.8-beta 1,858 9/23/2022
6.0.0.6-beta 715 9/23/2022
6.0.0.5-beta 941 9/16/2022
6.0.0.4-beta 872 9/16/2022
5.1.0.2-beta 8,950 8/31/2021
5.1.0.1-beta 1,698 7/27/2021
5.1.0-beta 1,095 7/19/2021
5.0.7 27,701 6/16/2021
5.0.7-alpha 778 4/29/2021
5.0.6.3 2,722 4/9/2021
5.0.6.2-beta 731 4/7/2021
5.0.6.1-beta 810 4/6/2021
5.0.6 932 3/30/2021
5.0.5.4 1,262 3/30/2021
5.0.5.3-beta 916 3/13/2021
5.0.5.2-beta 845 3/12/2021
5.0.5.1 1,353 3/5/2021
5.0.5 1,284 2/26/2021
5.0.5-beta 863 2/21/2021
5.0.4 1,798 1/30/2021
5.0.3 1,191 1/18/2021
5.0.3-beta 846 1/12/2021
5.0.3-alpha 947 1/4/2021
5.0.1-alpha 985 12/30/2020
1.0.2-alpha 836 12/15/2020
1.0.1-alpha 919 9/14/2020
1.0.0.25 2,475 9/1/2020
1.0.0.24 1,467 8/18/2020
1.0.0.23 1,308 8/16/2020
1.0.0.5 1,225 6/19/2020
1.0.0.3 1,348 6/10/2020
1.0.0.1 1,141 5/23/2020
0.9.0 1,135 5/23/2020

5.0.7-alpha

Adding support for the float left and right within blocks along with css linear and radial gradients

5.0.6.3

Fixes an issue with some TTF fonts on Windows (specifically azure) to look for the best character mapping table, and multi-span text not flowing well due to some changes to try and get float working.

5.0.6

The April release is a bit of a catch up and fix with updates for:

Supporting parsed JSON objects in binding - along with std types and dynamic objects.
margin:value is applied to all margins even if explicit left, right etc. has been previously applied.
Conformance is now carried through to templates, so errors are not indavertantly raised inside the template.
Missing background images will not raise an error.
Support for data images (src='data:image/..') within content - thanks Dan Rusu!
Images are not duplicated within the output for the same source.


5.0.5

Multiple enhancements including

Embed and iFrame support.
Binding speed improvements for longer documents.
Support for border-left, border-right, etc
Support for encryption and restrictions
Support for base href in template files.
Classes and styles on templates are supported.
Added em, strong, strike, del, ins elements
Html column width and break inside
CSS and HTML Logging
Fixed application of multiple styles with the same word inside
Allow missing images on the document is now supported.
Contain fill style for background images.

See: https://scrybercore.readthedocs.io/en/latest/version_history.html for a full break down.