Skip to main content
Participant
June 12, 2017
Question

hallo

  • June 12, 2017
  • 1 reply
  • 319 views

Ik heb volgend probleem. ik krijg van mijn klant pdf-bestand met embedded lettertypes (SegoeUI TrueType CID Identity-H). Als ik de pdf omzet naar ps en daarna terug naar pdf omzet met de standaard adobe programma's, dan zijn op sommige pagina's van de pdf de tekst met dit lettertype onleesbaar geworden. (idem als ik de originele pdf print naar pdf) De originele pdf va de klant is aangemaakt met iTextSharp 4.1.6 by 1T3XT pdf-version 1.4(Acrobat 5.x). Heeft iemand hier een uitleg voor ?

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
June 12, 2017

Why are you doing this PDF-PS-PDF round-trip?

janvhaAuthor
Participant
June 12, 2017

I have to add some ps-code in the ps-file.  At first i thought it was my ps-code that caused the problem, but even without changing anything, so PDF-PS-PDF gives already this problem.

try67
Community Expert
Community Expert
June 12, 2017

Probably because this is not the way things normally work... It's usually

PS->PDF, not the other way around.

Do you have to add the additional command in PS? Can't you do it directly

in the PDF file?