cewe2pdf
cewe2pdf copied to clipboard
A python script to turn cewe photobooks into pdfs
There is an issue with Cairosvg being unable to load a dll. This code snip added immediately after 'Step 1' to `clpFile.py` resolves the problem: `gtkbin = r'C:\Program Files\GTK3-Runtime Win64\bin'`...
After my embarrassing round of incorrect string formatting errors in connection with https://github.com/bash0/cewe2pdf/issues/82, I wondered if we should agree to a consistent way to format strings. With little Python background...
Basically we test that the expected number of pages are present with [pdfrw](https://github.com/pmaupin/pdfrw#readme) which appears to be unmaintained since 2018. Would it be worth analysing the result pdf with a...
This is not a solution for issue https://github.com/bash0/cewe2pdf/issues/196, but rather more evidence that we haven't quite got photo placement correct for frames (passepartout) in some cases
While looking at colour replacement for passepartout frames I saw that one frame in particular did not place the photo correctly. See the pictures, which show how it should look...
Hi, I have a problem with text boxes that use different font sizes. For visual reasons, I have output the first letter of the first word with a larger font...
Could https://pypi.org/project/svglib/ be used instead of cairosvg to handle svg/clp files? It would have the advantages that we can remove cairo as a dependency and also insert SVGs as vector...
Hi, Former user of the version 'mcf2pdf by Florian Albretch' I am very happy to have found this program which should allow the taking into account of the new functionalities...
In case of interest, I've got a "not quite a bug fix, but a very sensible workaround" for this issue: ``` # One of the possible causes here is that...
- Skip drawing borders when color has alpha channel = 00 (transparent) - Parse ALIGNVCENTER from textFormat element and vertically center text in frame - Fixes cover page text rendering...