PDF fonts not showing up correctly

PDF fonts not showing up correctly

branko_jovovic
Participant Participant
2,638 Views
14 Replies
Message 1 of 15

PDF fonts not showing up correctly

branko_jovovic
Participant
Participant

Hi,

 

I am having an issue when I create a PDF file in AutoCAD the fonts are not showing correctly in Adobe Acrobat.

I am using the fonts: Inter Black, Inter SemiBold, and Sofia Pro Semi Bold.

It seems that when I open the PDF in Adobe Acrobat he is transferring all those fonts to Arial.

Just for clarification, I have all those fonts installed o my computer, and in my Adobe Creative Cloud.

 

Any help?

 

Thank you!

 

 

 

0 Likes
Accepted solutions (2)
2,639 Views
14 Replies
Replies (14)
Message 2 of 15

paullimapa
Mentor
Mentor

Questions:

1. What printer are you using to create the PDF from AutoCAD?

2. When you use those fonts in other programs like Word and create a PDF, are there same issues?


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes
Message 3 of 15

branko_jovovic
Participant
Participant

Hi Paul,

 

Thank you for your fast reply.

1. I am using DWG to PDF.pc3 printer in AutoCAD

2. When I use those fonts in any other program like Photoshop or Word and save them as PDFs, the fonts are showing normally in Adobe. 

0 Likes
Message 4 of 15

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

>> when I create a PDF file in AutoCAD

Can you verify that inside the plot-dialog ==> PDF Options you have checked "Capture fonts used in the drawing"?

...as shown in this screenshot:

AN_ 20230323_100154.png

 

Also 2 other questions:

  • are these fonts of type OTF or TTF?
  • are these fonts free or not (if not the PDF-creation may avoid embedding fonts into PDF as you are not allowed to distribute them, but have not really tested such scenarios)

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
Message 5 of 15

branko_jovovic
Participant
Participant

Hi Alfred,

 

Thank you for your reply.

 

Quick answers:

 

1. Yes, Capture fonts used in the drawing is ticked.

2. Attached are the fonts.

0 Likes
Message 6 of 15

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

well, you are using OpenType fonts, and these are not supported with AutoCAD.

 

AN_ 20230323_103317.png

 

You may find public sites which can convert OTF to TTF and then use the TTF fonts in AutoCAD.

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
Message 7 of 15

Valentin_CAD
Mentor
Mentor

@Alfred.NESWADBA ,

 

His fonts seem to be TrueType outlines (not PostScript outlines).

It may be were it was installed:

 

 



Select the "Mark as Solution" if my post solves your issue or answers your question.

Seleccione "Marcar como solución" si mi publicación resuelve o responde a su pregunta.


Emilio Valentin

0 Likes
Message 8 of 15

branko_jovovic
Participant
Participant

Hi Valentin,

 

Actually, I did all this and my fonts are installed on Windows under fonts.

 

Just to be clear, I can see those fonts in AutoCAD, so they are showing correctly but when I create a PDF and open the PDF in Adobe, the fonts are not showing correctly, meaning they look all the same, like Arial.

 

I am sharing you screenshot and a PDF.

 

 

0 Likes
Message 9 of 15

Valentin_CAD
Mentor
Mentor

@branko_jovovic ,

 

I believe this is more a Adobe Creative Cloud issue.

 

Follow this suggestion:



Select the "Mark as Solution" if my post solves your issue or answers your question.

Seleccione "Marcar como solución" si mi publicación resuelve o responde a su pregunta.


Emilio Valentin

0 Likes
Message 10 of 15

branko_jovovic
Participant
Participant

But what is strange is when I create the same PDF in Word, it is showing correctly.

The same goes for Photoshop.

 

The only issue I have is when PDF is created in AutoCAD.

0 Likes
Message 11 of 15

Alfred.NESWADBA
Consultant
Consultant

Hi,

 

>> His fonts seem to be TrueType outlines

But you'll see that plotting with these types of fonts makes issues.

That's why I suggested to convert them to TTF and run the same plot test again.

 

>> when I create the same PDF in Word

Well, MS-Word is based on characters and fonts, it's a complete other program working basically with text.

AutoCAD is basically working with geometry and vectors, text is used, but it's not the majority usage of the software and so it handles fonts totally different.

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes
Message 12 of 15

branko_jovovic
Participant
Participant

This is so strange.

The Inter font shows that it is actually ttf.

Please check the attached screenshots.

 

I am sharing with you the font.

 

I tried to convert this font to ttf but it is showing that this font is already ttf.???

0 Likes
Message 13 of 15

Valentin_CAD
Mentor
Mentor

@branko_jovovic ,

 

May want to try the suggestions from this link:



Select the "Mark as Solution" if my post solves your issue or answers your question.

Seleccione "Marcar como solución" si mi publicación resuelve o responde a su pregunta.


Emilio Valentin

0 Likes
Message 14 of 15

Alfred.NESWADBA
Consultant
Consultant
Accepted solution

Hi,

 

I did:

  • renamed your file from TTF to OTF
  • used this site to convert the OTF: https://cloudconvert.com/otf-to-ttf
  • Downloaded the converted TTF-file from that site
  • In Windows Explorer right-clicked the file and used option "Install" from the context menu (you may need first to uninstall the previous one).
  • created a new drawing in AutoCAD
  • set the style to use this font
  • created a text with that style
  • plottet to "AutoCAD PDF (General documentation).pc3"

...the PDF shows that:

 

AN_ 20230323_123500.png

 

For me that looks exactly the same as it does in AutoCAD and in the PDF created from AutoCAD and inside MS-Word.

The only difference might be that I'm not using Adobe Viewer, but instead PDF-XChange Viewer.

 

Please find attached DWG, TTF (the converted one) and the PDF

 

- alfred -

------------------------------------------------------------------------------------
Alfred NESWADBA
ISH-Solutions GmbH / Ingenieur Studio HOLLAUS
www.ish-solutions.at ... blog.ish-solutions.at ... LinkedIn ... CDay 2026
------------------------------------------------------------------------------------

(not an Autodesk consultant)
0 Likes
Message 15 of 15

branko_jovovic
Participant
Participant
Accepted solution

Hi,

 

So basically I have uninstalled all my fonts (Inter and Sofia Pro) and installed them again and now everything is working correctly.

 

I didn't convert anything since my fonts already show they are ttf.

 

Not sure what the problem was initially since I used the same folder to install the fonts.

 

Anyway, thank you all for your help!