• Stars
    star
    263
  • Rank 149,980 (Top 4 %)
  • Language
    C#
  • Created over 12 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

C# wrapper around excellent wkhtmltopdf console utility.

Codaxy.WkHtmlToPdf

This is a small C# wrapper utility around wkhtmltopdf console tool. You can use it to easily convert HTML reports to PDF.

NuGet

NuGet includes single source file in your project.

Install-Package Codaxy.WkHtmlToPdf

Usage

PdfConvert.ConvertHtmlToPdf(new PdfDocument 
{ 
    Url = "http://wkhtmltopdf.org/",
    HeaderLeft = "[title]",
    HeaderRight = "[date] [time]",
    FooterCenter = "Page [page] of [topage]"

}, new PdfOutput 
{
    OutputFilePath = "wkhtmltopdf-page.pdf"
});

Licence

This project is available under MIT Licence.

More Repositories

1

cxjs

CxJS - Advanced JavaScript UI framework for admin and dashboard applications with ready to use grid, form and chart components.
JavaScript
476
star
2

dashboards

Drag & drop dashboard builder!
JavaScript
106
star
3

tdo

Keyboard driven, hackable TODO list
JavaScript
44
star
4

cx-starter-kit

Boilerplate for new CxJS projects
JavaScript
38
star
5

xsd2

Improved version of xsd.exe
C#
31
star
6

dextop

Dextop is a framework for creating RIA based on .NET and Ext JS
C#
21
star
7

xlio

Excel IO Library
C#
14
star
8

worldoscope

Create beautiful reports using the The World Bank data.
JavaScript
12
star
9

cxjs-hackernews

CxJS based Hacker News reader (progressive web application)
JavaScript
11
star
10

curriculum

Codaxy's own technology curriculum with some helpful learning resources.
11
star
11

cxjs-home-expenses-app-tutorial

Learn CxJS by creating a simple app for tracking home expenses
JavaScript
9
star
12

codereports

Simple but powerful reporting library
C#
8
star
13

cx-diagrams

A library for creating diagrams within CxJS applications
JavaScript
8
star
14

cxjs-tailwindcss-template

A sample application demoing integration of CxJS and Tailwind CSS
JavaScript
8
star
15

cx-google-maps

Cx Google Maps - CxJS wrapper for Google Maps
JavaScript
7
star
16

cxjs-kitchen-sink

Examples of real-world apps implemented in CxJS.
JavaScript
5
star
17

intl-io

Culture-specific date/time and number formatting and parsing based on ECMAScript Internationalization API (Intl).
JavaScript
4
star
18

conductor-sharp

C#
3
star
19

dotnet-cxjs-spa-template

Minimal repo featuring a CxJS application powered by a .NET based back-end.
JavaScript
3
star
20

state-of-js-2016-explorer

Framework comparison based on the data from the State of JavaScript 2016 survey results.
JavaScript
3
star
21

dextop-templates

Dextop Application Templates
C#
2
star
22

dextop-pecunia

Dextop demo application
JavaScript
2
star
23

dextop-localizer

Localization tool
C#
2
star
24

employee-directory-demo

Employee directory demo application with Cx based client and .NET/SQL Server based back-end
CSS
2
star
25

common

Set of commonly used libraries and tools
C#
2
star
26

cx-app-template-phone-dark

CxJS application template based on the Dark theme and a layout optimized for mobile phones
JavaScript
2
star
27

cx-typescript-boilerplate

Basic Cx application bolierplate based on TypeScript
TypeScript
2
star
28

cxjs-home-budget-app-tutorial

Learn CxJS by creating a home budgeting app
JavaScript
2
star
29

dox

Online documentation tool
C#
1
star
30

cx-template-material-sidebar

CxJS application template based on Material Design.
JavaScript
1
star
31

cxjs-codesandbox-template

A template for CxJS projects in CodeSandbox
JavaScript
1
star
32

dextop-previewer

Preview generated forms and grid before running the application
C#
1
star
33

cx-redux-examples

CxJS - Redux examples -
JavaScript
1
star