scryber 0.8.7.6

Suggested Alternatives

Scryber.Core

Additional Details

We are no longer updating the scryber dot net 4 library, but are using Scryber.Core - for dotnet.core as the new code.

There is a newer version of this package available.
See the version list below for details.
dotnet add package scryber --version 0.8.7.6
NuGet\Install-Package scryber -Version 0.8.7.6
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" Version="0.8.7.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add scryber --version 0.8.7.6
#r "nuget: scryber, 0.8.7.6"
#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 as a Cake Addin
#addin nuget:?package=scryber&version=0.8.7.6

// Install scryber as a Cake Tool
#tool nuget:?package=scryber&version=0.8.7.6

Scryber is an advanced PDF generation tool that allows complete definition of a dynamic PDF document based on XML (and code)
     including cascading styles, databinding and component separation in referenced files.
     This framework is built entirely in .NET and is released under the LGPL licence so you can link to it in commercial applications.
     More information can be found at http://www.scryber.co.uk/

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.9.0 25,149 6/8/2015
0.8.9.2 2,207 1/7/2015
0.8.8.5 1,438 8/4/2014
0.8.8 1,328 7/1/2014
0.8.7.6 1,278 7/1/2014
0.8.7 1,315 5/9/2014
0.8.6.3 1,412 3/27/2014

The 0.8.7.6 release is stable but in beta.
     
     Some significant fixes and updates including layout and text fixes.
     
     Document sizes should be smaller (significantly smaller for complex or long documents).
     
     Headings - H1..6 are now fully qualified block components.
     They support backgrounds, padding, margins and borders, and also still have the text attribute, although they can now have any content.
     This may affect existing layouts - check before release.
     
     
     The 0.8.7 release is stable but in beta.
     Includes new List (Ol, Ul) top level components for creating lists - fully styled and bindable
     Also fixes for multiple namespace xml data sources