Skip to content

Commit b339459

Browse files
committed
Revert the previous 2 changes instead.
My original fix would work, but I'm reverting both as it seems like the ci caugt it randomly only once? Also the original code is good too.
1 parent 7ff82e5 commit b339459

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/pdf_generator/libharu/src/hpdf_pdfa.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ HPDF_PDFA_AddXmpMetadata(HPDF_Doc pdf)
295295
}
296296

297297
/* Add the pdfaid block */
298-
conformanceVersion = HPDF_VER_DEFAULT;
298+
conformanceVersion = HPDF_PDFA_NON_PDFA;
299299
switch(pdf->pdfa_type) {
300300
case HPDF_PDFA_1A:
301301
ret += HPDF_Stream_WriteStr(xmp->stream, PDFAID_PDFA1A);

0 commit comments

Comments
 (0)