about structured information about any document or image or data.
Questions tagged [metadata]
169 questions
25
votes
2 answers
Creating metadata using \hypersetup
I'm trying to create metadata using \hypersetup but it doesn't work. Here are the commands I use
\usepackage[a-1b]{pdfx}
\usepackage{hyperref}
\hypersetup{
pdftoolbar=true, % show Acrobat’s toolbar?
pdfmenubar=true, % show…
Mazzy
- 7,642
18
votes
2 answers
Remove metadata of pdf generated by LaTeX
Not sure how relevant my question is to this forum but I will go ahead and ask anyway :). I use LaTeX to create pdf which, as expected, indicates "TeX" as the source. I need to upload this pdf online but want to avoid uploading original LaTeX files.…
John Smith
- 751
12
votes
3 answers
pdfinfo doesn't appear to be working
I'm compiling my LaTeX using pdflatex and would like to have some pdfinfo integrated into the resulting file. Alas, this doesn't seem to be working, though I am using the same code which has worked in the past.
The header of my source is…
Richard
- 5,723
9
votes
2 answers
Embed nicely formatted \listfiles into document
I am preparing a document for my university and need to insert a list of used packages and their corresponding versions/dates in the appendix of the document.
One possibility is to just copy the output of \listfiles from the logs and format it by…
NobbZ
- 1,243
4
votes
3 answers
A package for metadata handling?
In LaTeX one uses metadata frequently, most common being:
\title
\author
\date
\address
Which are mostly used without a validity check.
Is there a package that would allow one to define other entries of metadata and use the values in documents and…
TeX Apprentice
- 714
2
votes
0 answers
Are there any tools to perform text mining/analytics into a TeX document?
From two weeks I'm thinking about performing statistics in my LaTeX document to improve the way I write (and for curiosity). I would like to retrieve the distribution of words I'm using most, and other things like that. I know there are many tools…
G M
- 2,225
1
vote
1 answer
Image metadata in pdf
Does pdf file contain metadata of used images? Is it possible to read metadata of images wich was used in pdf that file? Of cource pdf file was create by latex (texlive).
Vladimir
- 91
- 7
0
votes
1 answer
Why DocumentData uncompress corrupts SOURCE_DATE_EPOCH=0
I use SOURCE_DATE_EPOCH=0 FORCE_SOURCE_DATE=1 xelatex test
to create reproducible PDF files.
Since I want to understand some detail I wrote test.tex with…
user2609605
- 465