\usepackage{amsmath,,array,microtype,dingbat,amsfonts,latexsym,cancel,amssymb,textcomp,wasysym} \let\Square\relax \usepackage{bbding} \usepackage[normalem]{ulem} \newcommand{\titel}[1]{ \fontfamily{phv}\selectfont #1 }
As you know there are many fonts embedded in the document and especially the helvetic font that I still don't know how to embed in pdflatex. Also as images I use pdf files.
I had researched other websites and found that Ghostscriptis used for this. But still it has generated an error
-dSAFER -dNOPAUSE -dBATCH -sDEVICE = pdfwrite -sPAPERSIZE = a4 -dPDFSETTINGS = / printer \ -dCompatibilityLevel = 1.3 -dMaxSubsetPct = 100 -dSubsetFonts = true -dEmbedAllFonts = true \ -sOutputFile = file.pdf myfile.ps
Is there a way to embed the fonts to the pdf?
it would also be better if there is some other software for this process