-
Notifications
You must be signed in to change notification settings - Fork 47
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
PDF passes validation with type 3 fonts that aren't embedded #1458
Comments
Type 3 fonts are not really fonts, this is a collection of PDF content streams, one per glyph, so them claiming not being embedded might be a misunderstanding. |
@THausherr Thanks for the info. In that case, it makes sense that veraPDF validates the PDF this way. Adobe Acrobat lists them as type 3 fonts that aren't embedded. The main problem is that the library we use to concatenate these files see them as unembedded fonts. I guess we might have to create a support ticket, so they load type 3 fonts in a different way. Thanks for the quick reply! |
@Corvwyn feel free to upload the files to this issue. I would double check if indeed these fonts are Type3 ones. Font names might be misleading sometimes. |
@THausherr Great. I will upload the pdf soon, I just need to ask if it's ok. |
@THausherr Here you go. pdfa1b_with_type3fonts.pdf |
Yeah there are type 3 fonts on page 60. And it's like I described. Btw I found a different problem. VeraPDF claims it is a PDF/A file, PDFBox Preflight claims it isn't. The reason is that the file has |
Hmm. What a predicament 😛 |
I will also highlight PDF Errata 118 and PDF Errata 6 - words such as "absent" or "present" in all PDF specs are ambiguous and very likely not what is desired. This may be why... |
Well, Currently veraPDF accepts both |
We've implemented additional object type checks, so that |
I'm converting some PDF files to PDF/A-1b. After the conversion we use veraPDF to verify that these are valid PDF/A-1b.
In one instance we have a PDF file that veraPDF validates as valid PDF/A-1b. This file contains two fonts called T3Font_0 and T3Font_1, that aren't embedded.
Is this the correct behaviour, or is there something I'm missing? Is there something special about type 3 fonts that doesn't require them to be embedded?
I can provide an example pdf if needed, I just need to ask if it's ok to share first.
The text was updated successfully, but these errors were encountered: