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.7
to
0.0.8
+1
-1
api2pdf.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: api2pdf
Version: 0.0.7
Version: 0.0.8
Summary: Wrapper for api2pdf.com library for converting html, urls, and word documents to pdf

@@ -5,0 +5,0 @@ Home-page: https://github.com/api2pdf/api2pdf.python

@@ -112,4 +112,4 @@ import requests

if self.result['success']:
downloaded_pdf = requests.get(pdf_response['pdf'], headers=USERAGENT)
data = download_response.content
downloaded_pdf = requests.get(self.result['pdf'], headers=USERAGENT)
data = downloaded_pdf.content
return data

@@ -116,0 +116,0 @@ else:

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

@@ -5,0 +5,0 @@ Home-page: https://github.com/api2pdf/api2pdf.python

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

name="api2pdf",
version="0.0.7",
version="0.0.8",
author="Zack Schwartz",

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