All Projects → codaxy → Wkhtmltopdf

codaxy / Wkhtmltopdf

C# wrapper around excellent wkhtmltopdf console utility.

Projects that are alternatives of or similar to Wkhtmltopdf

Md2pdf
Convert Markdown documents to PDF
Stars: ✭ 63 (-74.07%)
Mutual labels:  pdf-converter
Net Core Docx Html To Pdf Converter
.NET Core library to create custom reports based on Word docx or HTML documents and convert to PDF
Stars: ✭ 133 (-45.27%)
Mutual labels:  pdf-converter
Aws Lambda Wkhtmltopdf
Convert HTML to PDF using Webkit (QtWebKit) on AWS Lambda
Stars: ✭ 165 (-32.1%)
Mutual labels:  pdf-converter
Gotenberg Php Client
PHP client for the Gotenberg API
Stars: ✭ 80 (-67.08%)
Mutual labels:  pdf-converter
Ptext Release
pText is a library for reading, creating and manipulating PDF files in python.
Stars: ✭ 124 (-48.97%)
Mutual labels:  pdf-converter
Pdfcropmargins
pdfCropMargins -- a program to crop the margins of PDF files
Stars: ✭ 141 (-41.98%)
Mutual labels:  pdf-converter
Pdfsave
Convert websites into readable PDFs
Stars: ✭ 46 (-81.07%)
Mutual labels:  pdf-converter
Npm Pdfreader
🚜 Read text and parse tables from PDF files.
Stars: ✭ 225 (-7.41%)
Mutual labels:  pdf-converter
Docnet
DocNET is as fast PDF editing and reading library for modern .NET applications
Stars: ✭ 128 (-47.33%)
Mutual labels:  pdf-converter
Docviewer
文档/文件查看器(支持本地或者其他app分享过来的word、excel、pdf、rtf等格式文件)
Stars: ✭ 155 (-36.21%)
Mutual labels:  pdf-converter
Remarks
Extract highlights, scribbles, and annotations from PDFs marked with the reMarkable tablet. Export to Markdown, PDF, PNG, and SVG
Stars: ✭ 94 (-61.32%)
Mutual labels:  pdf-converter
Pdf2docx
Parse PDF file with PyMuPDF and generate docx with python-docx
Stars: ✭ 114 (-53.09%)
Mutual labels:  pdf-converter
Doctron
Docker-powered html convert to pdf(html2pdf), html to image(html2image like jpeg,png),which using chrome(golang) kernel, add watermarks to pdf, convert pdf to images etc.
Stars: ✭ 141 (-41.98%)
Mutual labels:  pdf-converter
Laravel Pdf
A Simple package for easily generating PDF documents from HTML. This package is specially for laravel but you can use this without laravel.
Stars: ✭ 79 (-67.49%)
Mutual labels:  pdf-converter
Golang Html To Pdf Converter
Golang HTML to PDF Converter
Stars: ✭ 177 (-27.16%)
Mutual labels:  pdf-converter
Serverless Html Pdf
Convert HTML to PDF thru a lambda function using PhantomJS.
Stars: ✭ 51 (-79.01%)
Mutual labels:  pdf-converter
Hrconvert2
A self-hosted, drag-and-drop, & nosql file conversion server that supports 62x file formats.
Stars: ✭ 132 (-45.68%)
Mutual labels:  pdf-converter
Stapler
A small utility making use of the pypdf library to provide a (somewhat) lighter alternative to pdftk
Stars: ✭ 238 (-2.06%)
Mutual labels:  pdf-converter
Athenapdf
Drop-in replacement for wkhtmltopdf built on Go, Electron and Docker
Stars: ✭ 2,160 (+788.89%)
Mutual labels:  pdf-converter
Aws Lambda Libreoffice
85 MB LibreOffice to fit inside AWS Lambda compressed with Brotli
Stars: ✭ 145 (-40.33%)
Mutual labels:  pdf-converter

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].