summaryrefslogtreecommitdiff
path: root/support/extractpdfmark/test/utf8.tex
blob: cab793f99ed823afb280938c00c7cb8205fdd13c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
% Check for UTF-8 destination names

%\pdfobjcompresslevel=0
\pdfcatalog{/PageMode /UseOutlines}

\catcode0=12

% UTF-16 for title
\def\furonetitle{^^fe^^ff^^00f^^00^^fc^^00r^^00 ^^00o^^00n^^00e}% f\"ur one
\def\furtwotitle{^^fe^^ff^^00f^^00^^fc^^00r^^00 ^^00t^^00w^^00o}% f\"ur two

% UTF-8 for destination name
\def\furonename{f^^c3^^bcr one}% f\"ur one
\def\furtwoname{f^^c3^^bcr two}% f\"ur two

% Destination name could be binary (also UTF-8).
% title shuld be PDFDocEncoding or UTF-16.
\pdfoutline goto name{\furonename} {\furonetitle}
\pdfoutline goto name{\furtwoname} {\furtwotitle}

\pdfdest name{\furonename} xyz
page 1

\vfill
\eject

\pdfdest name{\furtwoname} xyz
page 2

\vfill
\end