You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

api2pdf

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

api2pdf - pypi Package Compare versions

Comparing version
0.0.9
to
0.0.10
+3
-5
api2pdf.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: api2pdf
Version: 0.0.9
Version: 0.0.10
Summary: Wrapper for api2pdf.com library for converting html, urls, and word documents to pdf

@@ -142,4 +142,3 @@ Home-page: https://github.com/api2pdf/api2pdf.python

options = {
'orientation': 'landscape',
'pageSize': 'A4'
'landscape': True
}

@@ -160,4 +159,3 @@ api_response = a2p_client.HeadlessChrome.convert_from_html('<p>Hello, World</p>', **options)

options = {
'orientation': 'landscape',
'pageSize': 'A4'
'landscape': True
}

@@ -164,0 +162,0 @@ api_response = a2p_client.HeadlessChrome.convert_from_url('http://www.api2pdf.com', **options)

Metadata-Version: 2.1
Name: api2pdf
Version: 0.0.9
Version: 0.0.10
Summary: Wrapper for api2pdf.com library for converting html, urls, and word documents to pdf

@@ -142,4 +142,3 @@ Home-page: https://github.com/api2pdf/api2pdf.python

options = {
'orientation': 'landscape',
'pageSize': 'A4'
'landscape': True
}

@@ -160,4 +159,3 @@ api_response = a2p_client.HeadlessChrome.convert_from_html('<p>Hello, World</p>', **options)

options = {
'orientation': 'landscape',
'pageSize': 'A4'
'landscape': True
}

@@ -164,0 +162,0 @@ api_response = a2p_client.HeadlessChrome.convert_from_url('http://www.api2pdf.com', **options)

@@ -134,4 +134,3 @@ # api2pdf.python

options = {
'orientation': 'landscape',
'pageSize': 'A4'
'landscape': True
}

@@ -152,4 +151,3 @@ api_response = a2p_client.HeadlessChrome.convert_from_html('<p>Hello, World</p>', **options)

options = {
'orientation': 'landscape',
'pageSize': 'A4'
'landscape': True
}

@@ -156,0 +154,0 @@ api_response = a2p_client.HeadlessChrome.convert_from_url('http://www.api2pdf.com', **options)

@@ -8,3 +8,3 @@ import setuptools

name="api2pdf",
version="0.0.9",
version="0.0.10",
author="Zack Schwartz",

@@ -11,0 +11,0 @@ author_email="support@api2pdf.com",