summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdfm-x/epdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvipdfm-x/epdf.c')
-rw-r--r--Build/source/texk/dvipdfm-x/epdf.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/Build/source/texk/dvipdfm-x/epdf.c b/Build/source/texk/dvipdfm-x/epdf.c
index 21f8af18329..ca0999ab31e 100644
--- a/Build/source/texk/dvipdfm-x/epdf.c
+++ b/Build/source/texk/dvipdfm-x/epdf.c
@@ -404,8 +404,13 @@ pdf_include_page (pdf_ximage *ximage, FILE *image_file, const char *filename)
if (!pf)
return -1;
+ /*
+ * Try to embed the PDF, even if the PDF version is newer than the setting.
+ */
+#if 0
if (pdf_file_get_version(pf) > pdf_get_version())
goto too_recent;
+#endif
pdf_ximage_init_form_info(&info);
@@ -965,4 +970,4 @@ concat_stream (pdf_obj *dst, pdf_obj *src)
return -1;
}
-#endif \ No newline at end of file
+#endif