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

  • Notes on Kensington LD5400T TB3 Dock
  • Add Keyboard Shortcut for “Sleep” on macOS Ventura
  • Fix Whirlpool Washer No Water Coming In
  • Enable ZSWAP on Ubuntu
  • Add seller filter to “Amazon.com” on Amazon

Ads

This site is powered by WordPress and styled with SemPress