WriteBuffer

Main menu

Skip to content
  • Home
  • About

Post navigation

← Remove URL from references in Elsevier latex template
D-link camera local web password →

Solve the problem of “A PDF font is not embedded”

Posted on 2018-02-16
by writer

The following method is provided by notesofaprogrammer.blogspot.com, which first converts the PDF file to PS format, then embeds all the fonts while converting PS back to PDF:

pdf2ps example.pdf
ps2pdf \
       -dPDFSETTINGS=/prepress \
       -dSubsetFonts=true \
       -dEmbedAllFonts=true \
       -dMaxSubsetPct=100 \
       -dCompatibilityLevel=1.4 ./example.ps
Posted in Tech | Tagged latex

Post navigation

← Remove URL from references in Elsevier latex template
D-link camera local web password →

Ads

Categories

  • Life
  • Tech

Tags

android apache C++ dev efficiency gadget hardware java latex Linux living Mac ml Music mysql reading security shell shortcut time management tools tor video VirtualBox windows Xcode

Recent Posts

  • Fix Visual Studio Code can’t update issue on macOS
  • “afterEvaluate” in Gradle
  • Visual Studio run unit tests for x64 only
  • Install XPS Viewer on Windows 10
  • Install Windows 10 after Ubuntu 18.04

Ads

This site is powered by WordPress and styled with SemPress