Check fonts in PDF documents

Hi
I have a PDF document with more than 700 pages. I want to make sure all the texts in document only uses 2 font familes (for example, Arial and Times New Roman). If there are texts using other fonts I'd like to know in order to change it.
In Adobe InDesign we have the Type > Find Font that is exactelly what I need (see the fonts in document, change them if necessary). Would we have in Adobe Acrobat Professional anything like this Adobe InDesign's Type > Find Font command?
Thank you very much
Gustavo.

Hey Gustavo
Try this ,
File>Properties>Fonts
From here you will see the various fonts used in the PDF.
Further what you can do is ,
Go to Tools>Content Editing>Edit Text and Images.
Select a particular text or a file and you will be able to see the font of that selected text.
Try this and see does that help.
Regards
Sukrit Dhingra

Similar Messages

  • My MacBook has Leopard Printer has asked me to 'embed fonts' in pdf text. I have used Web but mostly out of date or Windows focused. Can you advise me how best to embed fonts on pdf documents created with TextEdit ?  Thank you.

    My MacBook has Leopard. A printer has asked me to 'embed fonts' in pdf text. I have looked csrefully on Web but mostly out of date or Windows related.
    Can you advise me how best to embed fonts on pdf documents created with TextEdit ?  Thank you.  PippinD

    Hi
    Level 2 posters and Above can report various posts.
    When they do so they have various options that they can attribute as the issue.
    I have reported your post.
    I found the one block of text very difficult to read.
    9:36 PM      Monday; January 28, 2013
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Cant get the font on PDF document and alignment

    I cant get the font on PDF document and alignment eventhough I have margins to 0 still getting some space from the top and left side.
    I have added fonts to CF Admin and restarted too still same issue. I am able to see fonts are added in CF Admin.

    I suspect there is a little bit of padding between the HTML content and the edge of the PDF page. You could solve the problem by specifying the fonts and margins using the HTML style property, like this, for example:
    <cfdocument format="PDF" pageType="A4" marginBottom="0" marginLeft="0" marginRight="0" marginTop="0">
    <head>
            <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <style>
            body{font-family:arial,sans-serif;font-size:100%;margin-top: 0px; margin-left: 0px; padding: 0;}
            p{font-family:"Times New Roman", Times, serif;font-size:14px}
        </style>
    </head>
    <body>
    <!--- Content of your document --->
    </body>   
    </cfdocument>

  • Embedding Truetype fonts into PDF Document

    Hi all,
    I have a question for you :
    I have a class in VB6 to make my PDF documents,
    with this class i have the possibility to enter text of
    Type 1 and text of Truetype fonts in the PDF Document,
    by the specifications of the font:
    i.e.:
    to be able to enter text in Regular Times New Roman, I must to provide these specifications :
    an array with the widths of all the characters, precisely :
    Array(250, 333, 408, 500, 500, 833, 778, 180, 333, 333, 500, 564, 250, 333, 250, 278, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 278, 278, 564, 564, 564, 444, 921, 722, 667, 667, 722, 611, 556, 722, 722, 333, 389, 722, 611, 889, 722, 722, 556, 722, 667, 556, 611, 722, 722, 944, 722, 722, 611, 333, 278, 333, 469, 500, _
                         333, 444, 500, 444, 500, 444, 333, 500, 500, 278, 278, 500, 278, 778, 500, 500, 500, 500, 333, 389, 278, 500, 500, 722, 500, 500, 444, 480, 200, 480, 541, 778, 500, 778, 333, 500, 444, 1000, 500, 500, 333, 1000, 556, 333, 889, 778, 611, 778, 778, 333, 333, 444, 444, 350, 500, 1000, 333, 980, 389, 333, 722, 778, 444, 722, _
                         250, 333, 500, 500, 500, 500, 200, 500, 333, 760, 276, 500, 564, 333, 760, 500, 400, 549, 300, 300, 333, 576, 453, 250, 333, 300, 310, 500, 750, 750, 750, 444, 722, 722, 722, 722, 722, 722, 889, 667, 611, 611, 611, 611, 333, 333, 333, 333, 722, 722, 722, 722, 722, 722, 722, 564, 722, 722, 722, 722, 722, 722, 556, 500, _
                         444, 444, 444, 444, 444, 444, 667, 444, 444, 444, 444, 444, 278, 278, 278, 278, 500, 500, 500, 500, 500, 500, 500, 549, 500, 500, 500, 500, 500, 500, 500, 500)
    And some parameters :
    /Flags 34
    /FontBBox [-250 -216 1200 1000]
    /MissingWidth 333
    /StemV 73
    /StemH 73
    /ItalicAngle 0
    /CapHeight 891
    /XHeight 446
    /Ascent 891
    /Descent -216
    /Leading 149
    /MaxWidth 1000
    /AvgWidth 401
    The question : Where I can find these specifications for other truetype fonts, like Tahoma, MS Sans Serif ecc..?
    thanks in advance for any replies!

    Thank you for replication,
    could you show me the name of API that I should use ?
    thanks in advance for any replies!

  • Embedding of fonts into PDF document

    Hello people!
    I need to create a PDF document that has text in different fonts(Arial Black, Courier New, Lucida Sans etc.) and languages(English, German, Russian etc.).
    What is the best way to do this? How can I embed a font into a PDF document?
    I am reading a PDF Reference documantation, but I have not found a good example of font embedding...
    I would be thankful for an example or link to documentation or any other information that will help me to solve this problem.

    >I have not found any free library for creating PDF files so I'm writing my own..
    I would like to recommend that, rather than spending weeks or months
    on getting fonts to embed (this is HARD) you look harder at the
    available library. There are now dozens, and some are free, some are
    even open source. Quality varies, of course.
    http://www.planetpdf.com/ has a very big list of PDF tools, including
    developer tools.
    If you want to continue, realise that at points in this task you will
    hit things which suddenly seem to make the job ten times harder than
    before. Embedding fonts is one. Far Eastern fonts ten times harder
    still.
    > (The only library I found(for C++) was PDFLib, but it is not free)
    Do a fair comparison of your months of coding time versus licensing
    time.
    >Adobe PDF Library is not free too(As I understand it)
    Indeed not. From what we understand licensing is by negotation,
    royalty based and never less than tens of thousands of dollars.
    Frankly, too, it's not an ideal library for PDF creation.
    >
    >Yes, you are right! But almost every PDF doc is coded... How can I decode it to watch its contents?
    Write a decoder. You are sure to need one as part of debugging your
    own code at some point.
    > Is there an example of font embedding in the documentation?
    No, but it's just an extra FontFile, FontFile2 and/or FontFile3 key in
    the FontDescriptor: not very interesting in PDF terms.
    The key part is that you have to read and understand the font file
    formats as well as the PDF format, because in most cases you have to
    parse and may have to rewrite the font data. So if you want to embed
    TrueType fonts, now is the time to read the TrueType font
    specification (at least in outline, down to the level of the
    individual tables: you can ignore the stuff about outlines and
    rendering).
    Aandi Inston

  • Embeded Fonts in PDF documents

    Hello,
    I have a problem with a font that I have used in a document, some years ago. I created a pdf from a MS Word document and it seems that I have not embedded the font AG Chroma to the pdf. Hence a part of the text is not viewable from most pc's. Is there a chance of editing/adding a font in the existing pdf file, since my old doc file is no longer available??
    many thanx
    marios

    Hallo Marios,
    I too confronting with the same problem, but you know the reason why you got the FontException that is because of unsupported font you have within your pdf.
    Ok, So you can do one thing you can register the font factory under your windows installation folder :
    C:/windows/fonts/*.*;
    Then you can access the pdf file from any application without font exception.
    I am also in the midst of this path: so you please revert back is is satisfying for you or not.
    Thanking you
    Charles v c

  • Phantom fonts in pdf documents

    We create our company newsletter in Adobe InDesign CS3 on a Windows XP system.
    We also post a pdf on our intranet, created with InDesign's export function.
    Often, but not consistently, users complain about missing characters in the on-line version, viewed in our company-standard Internet Explorer v6.x. We've discovered that if they refresh their screens, the missing characters appear.
    The missing characters are almost--but not quite--always in Minion Pro Open Type proportional old style. This is not a font routinely installed on company machines and I've wondered whether that is the source of the problem. However, I can't explain in that case why the refresh works.
    Has anyone else encountered this? Solved it? How?
    Thanks.

    Hey Gustavo
    Try this ,
    File>Properties>Fonts
    From here you will see the various fonts used in the PDF.
    Further what you can do is ,
    Go to Tools>Content Editing>Edit Text and Images.
    Select a particular text or a file and you will be able to see the font of that selected text.
    Try this and see does that help.
    Regards
    Sukrit Dhingra

  • Incorrect font display in pdf document(web view)

    Adobe helpers,
    I am encountering a  very peculiar problem with incorrect display of fonts in pdf documents when viewed in a web browser. Briefly, the problem typically affects  the first page of a pdf document, the font being displayed as an unidentified mix of large and very small, skinny type.  Other pages may or may not be affected, and if one back-clicks to the previous page the text often displays the correct font, so the problem is in some (but not all) cases non-persistent.  The problem however is resolved completely if I uncheck the 'display pdf in browser' option  under edit>preferences in adobe reader. Fonts I use include Arial, Cambria, Franklin Gothic Book, and Garamond; as straight-up pdfs, the documents look fine. FYI, I have Adobe reader X 10.0.1 (Win 7) and 9.0 (Win XP sp3) installed on two different machines. Firefox 3.6 and IE9 are equally at fault. FWIW, all the pdf documents begin life as MS Word or Publisher 2010 documents, which are converted to pdf within these applications before publishing to web.   Since I can't control how people choose to view web pdfs, I'm concerned that display of the prone documents is impaired when viewed in a web browser.
    Not sure if this is a reader, browser, or distiller problem but this seems a logical place to start looking for answers. Any thoughts?
    Thanks!

    I've also had problems printing with Reader X.
    When printing an attachment from an email in Outlook, if I don't open the attachment first, sometimes it doesn't print correctly as everything shows with the following number or letter. Example 12345 will print as "23456" and invoice will show as "jowpjdf". Even if I open the attachment, sometimes it will print the first page ok, but the next pages will "mppl mjlf uijt".
    Never had this problem with previous versions.

  • Badlooking fonts in pdf viewers

    For some reason fonts in pdf documents are badly rendered, they're really uncomfortable to look at. I'm using okular with ghostscript engine. I don't have that problem anywhere else, so I believe it's ghostscript related. Didn't have that problem in Kubuntu, so it's a configuration issue.
    What can I do to fix it?

    As far as I see it's impossible to change the engine to anything else. I wish I had kubuntu box around here, but I'm 99% positive it's exactly the same there.
    Just checked what fonts are loaded by okular in /proc/(pid)/maps with a sample pdf file:
    mateusz@saturn:/proc/8858$ egrep -i '([ot]tf|pf[ab])' maps
    7f5514353000-7f5514399000 r--p 00000000 08:11 74079                      /usr/share/fonts/TTF/arialbd.ttf
    7f55148fa000-7f551492d000 r--p 00000000 08:11 74081                      /usr/share/fonts/TTF/ariali.ttf
    7f551492d000-7f5514977000 r--p 00000000 08:11 74089                      /usr/share/fonts/TTF/cour.ttf
    7f5514977000-7f55149bb000 r--p 00000000 08:11 74082                      /usr/share/fonts/TTF/arial.ttf
    7f5515fe4000-7f5516070000 r--p 00000000 08:11 74033                      /usr/share/fonts/TTF/DejaVuSans-Bold.ttf
    7f5516070000-7f5516108000 r--p 00000000 08:11 74049                      /usr/share/fonts/TTF/DejaVuSans.ttf
    At least those aren't bitmap fonts, I have no idea why it renders them so badly.
    Edit: Actually those fonts are loaded using fontconfig, but it may be that fonts are also included in a pdf file and the included font is rendered like that. I'm not sure how to check exact data in pdf file.
    Edit2: File > Properties > Fonts in okular points only to ttf fonts.
    Last edited by xaff (2009-04-12 18:28:58)

  • How-to get Font weight information while reading a PDF document

    Hello everyone
    it seems that the available tools to read PDF documents from Java don't allow to get font weight informations about the tokens read from PDF.
    I need to know if a character is bold in order to recognize if it could be part of a paragraph's title.
    is there a way to keep this information? (now I'm using PDFBox but it seems to allow only to get the PDF content as plain text, without keeping this kind of font weight info...)
    thanks sincerely a lot
    to anyone who would be so kind to help me
    ;)

    shilkie wrote:
    I've already read the wiki and the examples about iText, and also the two free tutorial chapters, but it seems iText doesn't allow to check the font character of a pre-existing PDF document,,it only allows to create document with a specified font but this is not what I needWell, to tell you the truth, I don't do much with PDF, myself, I only believe (from anecdotal evidence) that iText is much better than PDFBox. Have you downloaded it and tried a few things, or just read some of the docu? I am fairly sure that if you designate a font, there is probably a way to retreive this font as well, although not necessarily. Download it and play around a bit.

  • Searching a pdf document in order to find text parts formatted with a specific font

    I have a document that I output as a pdf.
    Between the first and last version of this document, I've made some changes, one of those being replacing a font by another one.
    Alas, in the final pdf document, under "document properties", "fonts tab", I can still see the first draft font (when it should not be present anymore in my document). It may mean that there's some bit of text that I have not correctly updated.
    So I want to identify those chunks of text that are still formatted using the first draft font. I know that it should be done in my main app but, for some (good) reason, I prefer to do this search in the pdf output itself.
    So, how could I do this search within Acrobat (I'm using Acrobat XI Pro) ?
    Thanks

    Possible yes.. a bit klunky.. also yes.
    Open the document properties > fonts dialog and write down the PostScript name of the font you're looking for
    Open Prefight from the Print Production panel
    Select Single Checks (eyeglass symbol)
    Select Options > Create New Preflight Check
    Call it 'find my font', and in the 'find' box at the top right type "base font". The task will appear in the window below, click Add.
    Under 'begins with' enter your PostScript name, then save the Check
    Back on the Preflight dialog select the Check and press Analyze.
    Double-click the line starting with a red X and in the document itself you will see each instance of that font indicated by red crop marks.

  • BEx broadcasting: Font types in pdf-documents

    Hi folks,
    I got a report designed in BEx report designer. In this report I use certain font types. However, when I broadcast this report to our SAP Netweaver Portal as pdf these font types get lost, i.e. the texts in the generated pdf-documents are in other fonts. Do I have to install these fonts on our system? If so, how can this be done? Where can I see the current standard fonts on our system?
    Thanks in advance!
    Thomas

    Dear Thomas,
    After creating a report in Report Designer,just go to Report->Execute.
    This will open that report in Web Analyzer.Just check whether your font types are shown as you configured in the report.
    If this works as expected,then you will get a report with configured fonts, after you broadcasted into portal.
    Make sure that you made teh following settings for the report while broadcasting
    Distribution Type : Broadcast to the Portal
    Output Format : PDF
    Under "General Precalculation" tab,
    Portal Theme: SAP Standard
    Proper "Layout" tab options.
    Hope this will help you.
    Please revert me in case of any clarifications.
    Rgds
    Murali

  • How do I convert PDF/JPEG file in "Brush Script MT" font to Word Document

    How do I convert PDF/JPEG file in "Brush Script MT" font to Word Document? (I checked with Acrobat XI pro but no use

    You cannot in Adobe Reader. You can try in Acrobat, but first you must try to run OCR (Text Recognition). I have never tried OCR on a script font.

  • Why a pdf document with embedded fonts can be copied but is not searchable in pdf reader

    I am writing a pdf files with embedded subset fonts. As required, I am including the ToUnicode and CIDSet objects. To test, I created a simple PDF with two Hebrew characters. I can select the two characters and copy to the clipboard, and paste it properly into another application such as Word. But I am not able to search for a word containing these two characters. Adobe Reader (or Acrobat) displays the message that the word was not found. So in essence, I have created a PDF document which can be copied properly, but is not searchable. Any idea what I might be missing when creating the document?
    Additional information: 1. The file in question is a minimal file with just two characters. I have tested with many such files in many different languages including English. None of the files are searchable. 2. Curiously, if I search for the letter 'e', Adobe reader highlights an incorrect word, even if the letter 'e' does not exists in the file. 3. Adobe acrobat is also not able to search within this file, however when I save the file to another disk file, the saved file now is searchable. I confirmed that the major objects such as the font-file, ToUnicode object, CID object, and the font description objects are the same in the saved file. However, one of the font object is brought up closer to the top of the file. 4. FoxIt is able to search these files properly.
    5 0 obj
      <</Filter /FlateDecode /Length 115>>
      stream
            q 0.750000 0 0 0.750000 0.000000 792.000000 cm
            q q q 0.160000 0.000000 0.000000 0.160000 0.000000 0.000000 cm
            BT /F0 100.000000 Tf 0 g 750.000000 -690 Td[<02B0>] TJ 35.000000 0 Td[<02B9>] TJ ET Q
            Q
            Q
            Q
    endstream
    endobj
    10 0 obj
    <</FontName/AAAAAA+ArialUnicode/CIDSet 9 0 R /Ascent 905/CapHeight 905/Descent -212/FontFamily(Arial)/Flags 32/FontBBox [0 -212 1000 905]/ItalicAngle 0/StemV 0/FontFile2 7 0 R/Type/FontDescriptor>>
    endobj
    11 0 obj
    <</BaseFont/AAAAAA+ArialUnicode/CIDToGIDMap/Identity/CIDSystemInfo <</Ordering(Identity)/Registry(Adobe) /Supplement 0>> /FontDescriptor 10 0 R/Subtype/CIDFontType2/Type/Font>>
    endobj
    12 0 obj
    <</Subtype/Type0/BaseFont/AAAAAA+ArialUnicode/Encoding/Identity-H/DescendantFonts [11 0 R]/ToUnicode 8 0 R/Type/Font>>
    endobj
    8 0 obj
      <</Filter /FlateDecode /Length 252>>
      stream
            /CIDInit /ProcSet findresource begin
            12 dict begin
            begincmap
            /CIDSystemInfo
            << /Registry (Adobe)
            /Ordering (UCS) /Supplement 0 >> def
            /CMapName /Adobe-Identity-UCS def
            /CMapType 2 def
            1 begincodespacerange
            <0000> <FFFF>
            endcodespacerange
            3 beginbfchar
            <0000> <0000>
            <02B0> <05E0>
            <02B9> <05E9>
            endbfchar
            endcmap
            CMapName currentdict /CMap defineresource pop
            end
            end
    endstream
    endobj

    I figured the app might have that ability - considering you can add text, highlight, add a signature, annotate and draw - so my thought was why not delete a page, or rearrange for that matter?.. That should be an option, this way we don't have to export to one of the other apps to delete or rearrange..
    Thanks for the help, Bernd.
    BTW if anyone is looking - PDF Max can do all of the above and delete and rearrange. With PDF Splicer you can delete and rearrange as well, but it has no other features.
    And as for Steve Werner whose comment was deleted after it got to my inbox, it is much more than a Reader, as you can plainly see from the amount of tasks the Reader app can do above.

  • How do I check the version of a PDF document?

    Is there some relatively simple method to determine a document's PDF version?
    To be clear, I mean the document itself, not the application used to create it.
    I'm trying to store PDF documents from external sources in a document repository.
    Its manuals are unclear on Adobe Acrobat version support, although I have had problems with Acrobat v 9 in the past.
    My source provided me with PDF documents that I was told were saved as versions 8, 9, 10 and 11 from Acrobat Pro XI.
    Acrobat Reader XI is the only Adobe application I have and I don't want to write an application simply to confirm the PDF version.
    When I open the documents using Reader XI and check their properties, I see the following:
    nominal 8.0:  PDF Version 1.7 (Acrobat 8.x)
    nominal 9.0:  PDF version 1.7 Adobe Extension Level 3 (Acrobat 9.x)
    nominal 10.0: PDF version 1.7 Adobe Extension Level 8 (Acrobat X)
    nominal 11.0: PDF version 1.5 (Acrobat 6.x)
    The last one doesn't make sense, but I have another PDF saved as v 11 from Acrobat Distiller 11.0 that shows the same version in its properties.
    So my questions:
    1.  Is the Acrobat properties display accurate?
    2.  I'm particuarly concerned about the 11.0 PDF documents since their Acrobat properties don't match the version they're supposed to be.
    3.  Is there some other way to check a document's PDF version (other than writing an application), e.g., opening it with a text editor and finding a version string?

    1. I have no reason to doubt it, the task is pretty simple.
    2. You should realise that these are not rewrites but progressions. PDF 1.7 adds just a little to PDF 1.6, and so on. Early versions of Acrobat would always update the version number to the latest version, whether or not they needed to do so. More recent versions have got smarter. Sounds as if XI is smarter still and is writing the version number actally needed rather than just the highest number it knows. People have strange ideas about PDF version numbers and sometimes want to do things like "open and save in the latest version" but this is not just useless but meaningless.
    3. In many cases the first line of the PDF contains the version number (but not the extension number), but this need not be accurate as a later piece of information (much later and harder to find) can override it.

Maybe you are looking for