All Projects → Zhujinyong → HtmlToPdfImage

Zhujinyong / HtmlToPdfImage

Licence: other
transform html to pdf/image ,base on wkhtmltox and dotnet core 2.0

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to HtmlToPdfImage

wkhtmltopdf-crystal
Crystal C bindings and wrapper for libwkhtmltox library
Stars: ✭ 21 (+31.25%)
Mutual labels:  wkhtmltopdf, wkhtmltox
wkhtmltopdf
Generate and return PDFs from Vapor views
Stars: ✭ 53 (+231.25%)
Mutual labels:  wkhtmltopdf
automation-report
Automation report是一款可以解决很多行业领域中设涉及到报告生成的需求,本项目最开始的初衷是为公司内部简化人工流程的一个环节,主要实现目的是将实验室检测得出的下机数据结果与对应的报告模版批量结合生成报告(.pdf)。
Stars: ✭ 13 (-18.75%)
Mutual labels:  wkhtmltopdf
magento2-module-pdf
Magento 2 Module for creating PDF's based on wkhtmltopdf
Stars: ✭ 55 (+243.75%)
Mutual labels:  wkhtmltopdf
pydf
PDF generation in python using wkhtmltopdf for heroku and docker
Stars: ✭ 68 (+325%)
Mutual labels:  wkhtmltopdf
php-pdf
Yet another HTML to PDF Converter based on wkhtmltopdf
Stars: ✭ 50 (+212.5%)
Mutual labels:  wkhtmltopdf
imprenta
An AWS lambda in python 3 that generates PDF files from HTML using jinja, pdfkit and wkhtmltopdf.
Stars: ✭ 18 (+12.5%)
Mutual labels:  wkhtmltopdf
Machete
Cut through the Crap, with Machete, a text parser, object mapper, and query engine.
Stars: ✭ 39 (+143.75%)
Mutual labels:  dotnet-core2
docker-symfony
Docker Symfony (PHP-FPM - NGINX - MySQL - MailHog - Redis - RabbitMQ)
Stars: ✭ 32 (+100%)
Mutual labels:  wkhtmltopdf
wkhtmltopdf-binary-edge
this is forked from tolgap/wkhtmltopdf-binary .
Stars: ✭ 70 (+337.5%)
Mutual labels:  wkhtmltopdf
odoo-11.0-windows-installation
Install odoo-11.0 from source on Windows
Stars: ✭ 34 (+112.5%)
Mutual labels:  wkhtmltopdf
wkhtmltopdf-flask-aas
Wkhtmltopdf Flask As a Service
Stars: ✭ 17 (+6.25%)
Mutual labels:  wkhtmltopdf
Pdfkit
A Ruby gem to transform HTML + CSS into PDFs using the command-line utility wkhtmltopdf
Stars: ✭ 2,799 (+17393.75%)
Mutual labels:  wkhtmltopdf
mdconv
A CLI markdown converter written in Go, that does not depend on LaTeX.
Stars: ✭ 42 (+162.5%)
Mutual labels:  wkhtmltopdf
api2pdf.php
PHP client library for the Api2Pdf.com REST API - Convert HTML to PDF, URL to PDF, Office Docs to PDF, Merge PDFs, HTML to Image, URL to Image, HTML to Docx, HTML to Xlsx, PDF to HTML, Thumbnail preview of office files
Stars: ✭ 42 (+162.5%)
Mutual labels:  wkhtmltopdf
dotnet-eud
DevExpress .NET Controls End-User Documentation
Stars: ✭ 50 (+212.5%)
Mutual labels:  wkhtmltopdf
python-pdfkit-example
python-pdfkit HTML TO PDF Example
Stars: ✭ 18 (+12.5%)
Mutual labels:  wkhtmltopdf
Dragon
基于 .Net Core 的后端基础框架
Stars: ✭ 17 (+6.25%)
Mutual labels:  dotnet-core2
django-invoices
Create invoices using django
Stars: ✭ 28 (+75%)
Mutual labels:  wkhtmltopdf
Gotenberg
A Docker-powered stateless API for PDF files.
Stars: ✭ 3,272 (+20350%)
Mutual labels:  wkhtmltopdf

HtmlToPdfImage

It is base on wkhtmltox and dotnet core 2.0 which supports running on windows and linux which can transfer html to pdf and image for free .

Open broswer and visit http://xxxx:5001/api/html/image which can transfer html to image.

transform Html to image

And visit http://xxxx:5001/api/html/pdf which can transfer html to pdf.

transform Html to pdf

Notes:

  • if you want to publish it to linux ,you should replace wwwroot\Wkhtmltox\wkhtmltoimage.exe with wwwroot\Linux\wkhtmltoimage.exe, replace wwwroot\Wkhtmltox\wkhtmltopdf.exe with wwwroot\Linux\wkhtmltopdf.exe.
  • The folder you publish on linux should has high permission by executing command: chmod -R 777 *
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].