[latex3-commits] [git/LaTeX3-latex3-pdfresources] backendtest: properties with dvipdfmx (6b40233)

Ulrike Fischer fischer at troubleshooting-tex.de
Fri Jun 14 13:25:11 CEST 2019


Repository : https://github.com/latex3/pdfresources
On branch  : backendtest
Link       : https://github.com/latex3/pdfresources/commit/6b40233cf2ed6540dcda52dd9a57ac45e2d0dd3b

>---------------------------------------------------------------

commit 6b40233cf2ed6540dcda52dd9a57ac45e2d0dd3b
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Fri Jun 14 13:25:11 2019 +0200

    properties with dvipdfmx


>---------------------------------------------------------------

6b40233cf2ed6540dcda52dd9a57ac45e2d0dd3b
 experiments/dvipdfmx-properties.tex |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/experiments/dvipdfmx-properties.tex b/experiments/dvipdfmx-properties.tex
new file mode 100644
index 0000000..deef3fb
--- /dev/null
+++ b/experiments/dvipdfmx-properties.tex
@@ -0,0 +1,21 @@
+\documentclass{article}
+\usepackage{l3pdf}
+\ExplSyntaxOn
+\pdf_uncompress:
+\ExplSyntaxOff
+\begin{document}
+
+\special{pdf:code /Span /Test1 BDC}
+      \special{pdf:put @resources <<
+        /Properties <</Test1 <</Type /Artifact>>>>>>}
+blblblb
+\special{pdf:code EMC}
+
+\special{pdf:code /Span /Test2 BDC}
+      \special{pdf:put @resources <<
+        /Properties <</Test2 <</Type /Artifact>>>>>>}
+blblblb
+\special{pdf:code EMC}
+
+
+\end{document}
\ No newline at end of file





More information about the latex3-commits mailing list