Joris Schellekens

Results 26 comments of Joris Schellekens

I've finally gotten around to implementing this. I need to make sure the code fits the standards of the library, but other than some renames and adding some typing, it...

borb/pdf/canvas/layout/page_layout/single_column_layout_with_overflow.py

Can you give me the shortest possible example (code) of how it fails?

In order to reduce the size of the pdf, `borb` would need to perform font subsetting. This is when a pdf contains a special "made up" font that contains only...

I think I may have found a way to do this. Both of these files were created with `borb`, one of them contains a subset `Font`, and the other does...

:heavy_check_mark: According to the PDF validator I use (vera pdf), my output is a valid PDF. :heavy_check_mark: The code has been documented, :heavy_check_mark: a test has been added to verify...

Turns out I already had a test using `Simhei.ttf`. Same results. - The font-file is roughly 10Mb big. - **Without** font-subsetting the PDF (containing "你好世界") is 5.5 Mb - **With**...

That is definitely not the expected behaviour. It's using a substitute font (so it's claiming that it can't find the font file inside the PDF) Can you open it in...

After having discussed this issue with another PDF expert, it seems like the actual subsetting of the font (rather than the dictionaries in the PDF) is going awry. Sadly, that...

Vera PDF (online validator) throws the following errors with regards to your PDF: **Specification**: ISO 19005-1:2005, Clause: 6.7.11, Test number: 1 The PDF/A version and conformance level of a file...