Skip to main content

Html2pdf.Batch processing.

Project description

#webpage2pdf

This is a simple wrapper of the QWebEngineView(PyQt5) class.
It's base on the client/server model.

Usage

		#! -*- coding:utf-8 -*-
		from webpage2pdf import RenderManager		
		#must start from __main__
		if __name__=='__main__':
			rm=RenderManager()
			rm.addRender(num=2,showUI=True)
			rm.from_url('http://www.baidu.com/','0.pdf')
			rm.from_html("Hello World!",'1.pdf')
			#rm.from_localFile('html/test.html','3.pdf')
			print('start.')
			rm.waitFinish()
			print('finish all.')		
	

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

webpage2pdf-1.1.0.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

webpage2pdf-1.1.0-py3-none-any.whl (15.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page