Questions tagged [pdf]
{pdf} is specifically about the PDF file format. If your question is about producing PDF output, choose an appropriate tag such as {pdftex} or {ps2pdf}. If your question concerns PDF reader software, also use {viewer} or a reader specific tag such as {acrobat}, {evince} or {okular}.
2,784 questions
1
vote
1
answer
74
views
How to get the meta information of a tex file into the pdf meta information?
I use xetex to create pdf documents out of LaTeX files. In the interest of general accessibility I would like the pdf file to contain some meta information about the file like the title or the ...
5
votes
1
answer
153
views
PDF/UA-2 structure destination failures (LaTeX source)
Here is a MWE of LuaLaTeX source code:
\nonstopmode
\RequirePackage{pdfmanagement}
\RequirePackage{tagpdf}
\tagpdfsetup{activate/mc=true,activate/spaces=true}
\documentclass[11pt,usegeometry]{article}...
1
vote
1
answer
149
views
LuaLaTeX not embedding fonts
When I open the pdf of my MWE in Adobe Acrobat and try to sign the signature field, I get the error 2013 which warns me that my fonts are not embedded. To be more precise, it's the Helvetica font that'...
0
votes
0
answers
78
views
Get rid of redundant ICC color profiles when embedding with `graphicsx`
I've created multiple vector graphics for my thesis, exported from the vector program as PDF with embedded ICC color profile (FOGRA39). It appears that every file carries this profile and causes my ...
1
vote
0
answers
66
views
Document metadata with PDF/A4-f
I have noticed that if I set up my \DocumentMetadata according to the PDF/A-4f standard and fill some of the entries using hyperref, the resulting PDF shows nothing in the document info whenever I ...
3
votes
3
answers
316
views
Online tool to write LaTeX formulas on a non-editable PDF
Suppose I have a PDF containing Math or Physics exercises, but it is not editable. I would like to know if there is an online tool or web service that allows me to:
Upload the PDF.
Preview the pages.
...
3
votes
1
answer
156
views
Why does this pdf figure crash lualatex?
I have an old workflow that uses LaTeX itself to process diagrams and plots. I've used this generate hundreds of figures over the years. This has suddenly started producing invalid pdf figure files: ...
6
votes
1
answer
110
views
How can I tag an l3pdftextfield?
I'm trying to create a text field in a tagged PDF. My real document uses ltx-talk, which complicates things slightly, but the MWE below uses article. I mention ltx-talk in case somebody has a solution ...
0
votes
3
answers
167
views
Making messy notes with LaTeX
There is a lot of information on how to make beautiful documents with LaTeX. However, I am thinking about setting up a note taking workflow and I purposely want to make things look messy. I suppose ...
3
votes
2
answers
118
views
Include a pdf image 4"x4" on book front cover using \bookcovercomponent
I am designing a book cover using bookcover documentclass and would like to add a 4"x4" pdf graphics file in the center of the cover. The cover format is: Title at top, Edition, the ...
4
votes
1
answer
88
views
Why adding titlesec makes links in toc inside PDF no longer work when using \setcounter{secnumdepth}{0}?
I wanted TOC not to have section numbers displayed. So instead of using the star version of sections, found that simply adding \setcounter{secnumdepth}{0} does that.
But then I found that once package ...
1
vote
0
answers
81
views
Is all meta-data written by tex engines to a PDF file visible for pdfinfo?
I found that latex engines create various pieces of meta-data,
some in Info dictionary,
a lot in XMP data and
some custom data like the banner
tagging data.
All pieces of data i am aware of can be ...
4
votes
1
answer
267
views
How to get reproducible PDF
For quite some span of time, I was sure to have solved that problem.
I got the build time from the original PDF file, e.g. via pdfinfo. Then i made the next build with SOURCE_DATE_EPOCH using exactly ...
0
votes
0
answers
83
views
Compile & View fails although pdflatex runs successfully
I am using TeXstudio 4.9.0 on Fedora Linux. Say I have the following file:
\documentclass[12pt,a4paper]{article}
\usepackage[margin=2cm]{geometry}
\title{Title}
\author{Author}
\begin{document}
\...
0
votes
1
answer
43
views
Lyx: Two Table of Contents with Different Granularity Levels
Please note, I am not a very advanced user of Lyx (or Latex). I am trying to accomplish the following when I export the PDF document from Lyx.
I want to have two Table of Contents (TOC) in my ...