Tagged Questions
6
votes
1answer
51 views
set pdfauthor using complex list-processing macro
I have created a macro, \joinlist, that adds commas or other delimiters between the elements of an etoolbox internal list. It has special handling for lists of just two elements ("a and b"). It also ...
2
votes
1answer
87 views
Adding metadata using pdfx fails
I'd like to generate a PDF/A-compliant document. Thus I need to embed the metadata using XMP but somehow the following MWE doesn't work.
\RequirePackage{pdf14}
\documentclass{article}
...
4
votes
1answer
149 views
Weird warning using pdfx
I got this strange warning:
\pdfobjcompresslevel > 0 requires \pdfminorversion > 4. Object streams disabled now.
using pdfx package.
Here it is a MWE:
...
2
votes
1answer
236 views
Add metadata in pdf as type pdf/a
I have created using pdfx a pdf using this command:
\usepackage[a-1b]{pdfx}
I would add metadata but I don't really understand how do it.
I read the doc but I didn't understand
pdfx guide
0
votes
0answers
98 views
Adobe Preflight - XMP property neither predefined nor defined in extension schema [closed]
I am having troubles exporting a PDF to PDF/A-1b using Adobe Acrobat X Pro. I've already asked the same question at the official Adobe forum, but got no response. I hope somebody here could explain ...
6
votes
2answers
182 views
Put additional information on the final PDF, like arxiv.org does
For a wiki site dedicated to collaborative editing of lecture notes in full LaTeX documents, I’d like to add a box with meta-information onto the first page of the resulting PDF file – this is ...
11
votes
1answer
354 views
Embedding extended XMP metadata into a PDF file
I am preparing a thesis paper for submission into an electronic library database. Our institution cooperates with the British Library that uses their EThOS system to harvest the papers from the local ...
0
votes
1answer
131 views
Cannot add metadata to pdf [closed]
i noticed that i am not able to add metadata to my pdf..
any clues? Here is a minimal working example. The produced pdf has no
author or title metadata. I am using miktex and texworks.
% !TeX program ...
5
votes
1answer
147 views
hyperxmp + xelatex bug: duplication of pdfkeywords
I found an annoying bug(?) relating to the pdfkeywords metadata field which hyperref allows to set. When hyperref is used in combination with hyperxmp and the document is compiled with xelatex the ...
3
votes
3answers
139 views
Can a pdf store meta-information (e.g. name of the program with which it was created)? [closed]
This is not a tex question per se, but I think it is not totally off-topic either.
I heard a while ago, that when one creates a pdf, besides its content a pdf can also store some meta-information (for ...
5
votes
2answers
496 views
show metadata into the pdf
Super noob question: is it possible to show the metadata inserted with hyperref into the generated pdf itself? I don't mean to set them during generation, that would be easy.
I know that is not ...
7
votes
1answer
306 views
PDF Metadata - Macro to extract (typeset) 'plain text' from a command?
I apologize in advance as I am yet to accept some answers to my previous questions; but I'll dare ask this one, as it is somewhat of a showstopper - consider this example:
\documentclass{article}
...
10
votes
1answer
523 views
hyperref: pdftitle and wrong character encoding [duplicate]
Possible Duplicate:
Using non ASCII characters in author names and titles within hyperref pdfinfo
\documentclass[12pt,a4paper]{mwrep}
\usepackage{polski}
\usepackage[utf8]{inputenc}
...
14
votes
3answers
4k views
How can I generate PDF metadata from LaTeX?
I am writing a document using LaTeX and generating PDF. Can anybody tell me how I can generate the PDF metadata, e.g. author or title, from LaTeX? On Windows XP, I am using MikTex's texify to ...
3
votes
4answers
505 views
Why did they put PDF titling in the hyperref package?
The ability to title/attach an author to a published PDF file is in \hypersetup which is part of package hyperref. But it seems rather unintuitive to me that the pdftitle, pdfauthor, pdfsubject items ...
5
votes
2answers
1k views
Eliminate/Edit PDF properties added by pdfLaTeX
Is there a way to change the properties that are added to PDF docs? For instance, when I go the Properties panel in Acrobat, I see:
Application: LaTeX with hyperref package
PDF Producer: ...
11
votes
2answers
1k views
How to change the PDF producer metadata with XeLaTeX on MikTeX
I tried to change the PDF Producer of the generated PDF file with XeLaTeX, but it always be "MikTeX-xdvipdfmx (0.7.8)", if the PDF is generated with pdflatex, it will change as I wish, does anybody ...
7
votes
1answer
941 views
Add Metadata to XeTeX PDF's
Is it possible to specify the metadata in PDF's made with XeTeX?
Here's an example of the type of metadata I'd like to set (and a speculative form for XeTeX):
\pdfinfo
{ /Title (My Masterpiece)
...
24
votes
2answers
1k views
Is hyperref really the best way to add metadata to a TeX file?
So I know one of hyperref's features is that it can add metadata to you PDFs. This is a nice feature and if you're putting stuff online, it's good to include metadata.
But is the hyperref package ...