Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PdfMerger Error #55

Open
MajidAmin112 opened this issue Feb 18, 2023 · 2 comments
Open

PdfMerger Error #55

MajidAmin112 opened this issue Feb 18, 2023 · 2 comments

Comments

@MajidAmin112
Copy link

Hello Team,

There is an error during merger pdf files, A blank pdf file generated in folder. what to do now?

Please resolve the issue.

@romantci2710
Copy link

I have the same issue with bookID "3476307"
image

@kasziber
Copy link

kasziber commented Feb 26, 2023

I had the same Error. It was fixed when i added the line 'executablePath': 'C:\Program Files\Google\Chrome\Application\chrome.exe', in line 174. It looks like this now:

# start headless chrome
browser = await launch(options={
		'headless': True,
		'autoClose': False,
                    'executablePath': 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe',
		'args': [
			'--no-sandbox',
			'--disable-setuid-sandbox',
			'--disable-dev-shm-usage',
			'--disable-accelerated-2d-canvas',
			'--no-first-run',
			'--no-zygote',
			'--single-process',
			'--disable-gpu',
			'--disable-web-security',
			'--webkit-print-color-adjust',
			'--disable-extensions'
		],
	},
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants