Remove Bogus Font from PDF?

I create the quarterly PDF of Hinduism Today magazine, on Macs, in InDesign, individual articles are exported to PDF as spreads and assembled in Acrobat to produce a single PDF of the entire magazine: nothing new there...
Now, my final PDF is showing a "rogue" copy of a font we tinkered with ourselves "
"RelatoD,Bold"  as TrueType, but not embedded;
we have others "RelatoD-Bold"   all of which are embedded
If I open all the source PDF (individual articles) all versions of RelatoD-Bold appear as embedded and I cannot spot the document containing "RelatoD,Bold"  
My outside shop Mac beta testers say the PDF works perfectly. Acrobat reader on Mac is forgiving. I don't think the font is even in use.  But Windows users are getting an ugly font cannot be found or created message. If they dismiss that dialog, the PDF opens and appears fine. There is not a single instance of the "rogue" font showing any visible change in the PDF document.
Obviously I need to track this down, but our production schedule is running behind. Is there way I can simply "zap"  delete the rogue font in Acrobat Professional? In the PDF? I don't think we will see a single problem in the document. This seems to be some kind of font "artifact/gremlin" that was introduced, but we don't know how, or from where... and the R & D to track it down is going be "painful" and time consuming.

Larry, excellent, thanks for reminding me of that option. We have done that before when the document starts to show signs of "wierdness" and looks like it is about to explode (smile) export .inx and rebuild before you lose it completely.
The challenge will be : which document from all the articles carries the rogue font? I have no way to analyze it.
hmm. I guess I could boot Parallels and then open each individual PDF (made from individual articles) until I found it.
Meanwhile, I was overly jubilant yesterday. After I ran the PDF thru PDF optimizer, looking at Document Properties I did not see the roque font, I thought Ah ha! Solved! I then pushed an update to our web server, sent the URL to Windows beta test group  and by the afternoon they were telling me the PDF *still* threw the warning dialog about missing font.
At our staff meeting (we are mac fanatics here) we thought not a big deal, in the Windows world users are faced with nasty dialogs all the time, I won't have time to go solve this before we go live. Our only regret is being unable to program the dialog box to say "Sorry cannot find or create RelatoD-Bold. It works on Apple. Get a Mac!"

Similar Messages

  • How remove embedded font from PDF

    When I print to PDF on Mac OS 10.6.8 by default embed fonts to PDF-file. It add unnecessary bites to PDF-file (the file is huge size).
    How to remove this option of fonts embedding? Or how remove embedded font from PDF file?

    After opening dozens and dozens of linked files,I finally found the offending "empty line of text" in one of the AI files I placed in the INDD file. Open > Select All.... then check the font panel. With mixed fonts, it was empty, but if everything was the correct font, it was filled in. It was just one AI file.
    I want to thank you all for your great ideas and for sharing your experience. Onward, now.

  • [solved] How to remove specific pages from PDF file?

    I'm looking for a way to remove few pages from PDF file.
    Last edited by delor (2008-07-04 10:28:22)

    To remove first page I did this:
    pdftk original.pdf cat 2-end output result.pdf
    Any other propositions ?

  • How do I remove a font from FM 9

    How can I remove a specific font from FM 9?  I've looked in the system fonts and the font (Adobe Garamond) is not available there.  The problem is when we open up some of our reports this font gets used instead of plain Garamond. While working in Frame this is not a problem but when we go to save the report as PDF the Adboe Garamond sections look horrid.
    So is it possible to remove the Adobe Garamond font and always have plain Garamond used?
    Thanks,
    Brenden

    Fonts can come from a variety of places; first off, could you tell us what printer you have as the Windows' system default printer when you create PDFs.  The best results for creating PDFS come from having it set to "Adobe PDF", so test with that and see what you get.
    Some printers have fonts built into them, so if you have, say, a "Lexmark xxx" printer as the default then the fonts could be from the printer itself.
    Second, look at the settings in Distiller, in the menu Font Locations.
    Third, there's a setting in Distiller fonts dialog about ignoring truetype,  let us know what you have set there.
    Also, it's always a good idea to specify the exact FM version (from Help > About, the "pxxx" numbers) when you post on the forum, in case you haven't updated and there happens to be an issue that is solved by an update.
    Sheila

  • Remove flate compression from pdf

    Hi, i have a pdf file generated by a MicroStrategy tool
    The pdf file has flate compression in it
    When i open this file in wordpad i see this text:
    /Filter /FlateDecode
    The receiver cannot accept pdf files that has the above compression
    How can i remove Flate compression from this pdf file?
    Also, what is Flate, Inflate and Deflate with respect to pdf compression?
    If this is not the right forum for this question, please guide me to the right forum
    Thanks
    -srinivas

    You may try a forum for the MicroStrategy tool. It isn't a Adobe product.

  • Export Fonts from pdf files

    Is there any way to export fonts from any pdf file?

    They will export in the original size of the image, not in the size that appears. I believe that Acrobat is simply dumping the TIFF or whatever as is.

  • Remove ALL Images from PDF Export?

    I'd like to remove ALL images from a PDF export (Indesign CS6), with the intention of having the smallest file size possible for review. All the images are Photoshop PSDs.
    I have created a PDF Preset (PDF 1.7) that omits EPS, PDF and Bitmap.
    That covers any PSDs that contain opaque backgrounds, i.e. are considered to be non-transparent. However, any PSDs that do NOT contain such backgrounds still appear in the exported PDF. I assume they are NOT considered to be Bitmaps?!?
    I've gone for maximal compression of images (in the Preset) also just to see how small I can get the file, but it's still over a meg, and I'd really like even smaller. I live in a rural part of England where net access is painfully slow, and even a few meg of data takes far too long to upload, not to mention the constant drop-outs. Consider further that my document is likely to grow by several orders of magnitude and hopefully you can see why I'd like to sort this issue out as soon as possible.
    I've not done any scripting but assume it would be trivial to hide images with a script. However, I'm not sure how such a script might know how to make visible only the images that were previously hidden by the script. Obviously I would not wish to unhide images that must stay hidden. Maybe some form of image/object tagging, if that's even possible in this product, i.e. tag them "temp hide" on first pass of the script, and so forth.
    Any suggestions much appreciated.
    Regards,
    James

    @James – to mark the container frames of the nonprinting images by a fill color, you could add the following lines of code in the for loop:
    allGraphicsArray[n].nonprinting = true;
    //The parent of the graphic is the container that holds it.
    //We could use it to fill it with a tint of e.g. 20% of black:
    allGraphicsArray[n].parent.fillColor = "Black";
    allGraphicsArray[n].parent.fillTint = 20;
    But this approach will add a new problem for images, that only use a portion of the holding graphic frame. Or are only partly visible due to a clipping path or a clipping mask or totally transparent areas due to transparent pixels.
    Already colored backgrounds will be recolored…
    @Sandee – I see the advantage of the PostScript to Distiller way in this situation, but there are two disadvantages:
    1. Live transparency will be flattened (could be no issue in this use case, but you never know).
    2. The gray area with the big X will be applied also to parts of the images where no pixels are present (transparent pixels in PhotoShop or TIFF files).
    To work around all these issues we need a more complex script that is building a  path object around the transparent parts of an image or using an applied clipping path for that purpose and fill that with a gray tint (and maybe with an X).
    Here some screen shots to illustrate the problems (with or without using PostScript/Distiller):
    1. Original set up:
    One placed PhotoShop file with transparency stacked upon the text frame.
    The image inside its holding frame is selected.
    The visibility of one of its layers depicting a second chair on the left side is switched off.
    2. The same setup in a different view:
    3. After running the script with the two additional lines of code:
    Using the PostScript method would do nearly the same plus adding a cross using the  area of the selected image.
    Uwe

  • Plz hlp...cannot copy and paste embedded font from pdf..critical!

    Hello,
    I'm desperate,
    Probably because I don't know how to ask or to search
    But believe me; I spent long time trying to find an answer for the problem.
    I believe, my problem is known; I need to copy text from unsecured PDF acrobat file, to MS WORD, but its scrambled text,
    This is very important project and I need to copy plenty of text from the acrobat files. What can I do??????
    if it impossable what it's mean?
    If u do want to avoid the big vrother all you nee to do is to embed the text to PDF and no body could understad it, google it????
    I belive it must be a solution, a convertor or anything...
    I tried to download The professional acrobat, PDF NITRO
    every soft available to be able to copy the text or to convert it into normal ASCII, Unicode...whatever...
    I just need the text not the font or the graphic...
    plz help its important....
    thanks alot !!!!!!!!!!!!!!!!!!
    Lior.

    gaurav sinha wrote:
    go to adobe.com under support click on knowledgebase and type in 328376 and follow the steps hope it will resolve your issue
    I would hope they've got it resolved already. It's from over a year ago.

  • Remove all tooltips from PDF Fom in Acrobat 9 Pro

    I am trying to convert an Excel form into a PDF form. There are a couple of hundred fields in the form. By default, when I convert the excel file to a PDF form, Acrobat names all the fields automatically and this name is added to the tooltip. So when mouse hovers over the fields the tooltips show on all fields (e.g. for the column "Day" fields will show tool tips "Day_Row1", "Day_Row2" and so on)
    I know I can remove the tool tips by going to the field's properties and deleting the text in the tooltip box, but I do not want to do this for 200 fields one at a time.
    Is there a way I can tell the Acrobat to not fill in the Tooltips automatically when the form is converted from Excel file?
    Thanks

    I am creating the PDF Form using Acrobat 9 Pro. If I make changes in the preferences to not display the tooltips, it only disables the display of the tooltips in Acrobat on my computer. I want the tooltips to be cleared or not display on all PDF viewers by default.

  • Removing navigation bar from PDF in CE6

    I am writing an application for Windows CE6 and I am trying to remove the navigation bars from the PDF presented to the user.  The device is loaded with Adobe Reader 9.0.  I was told that there is a registry setting that I can change to achieve this functionality but I cannot seem to find it.  Could someone help shed some light on my situation?

    The registry value name is bExternalTabs.  It should be set to a 0 to remove the "Navigation Panel Buttons" and  should be removed to enable the functionality.  It is placed in the AVGeneral/cDockables registry key.  I figured this out by opening a pdf with the Navigation Panel Buttons presented to the user.  Then I exported the registry, removed the NPB and exported the registry again.  Doing a diff on the two exports revealed what I needed to change.

  • Remove Header Information from PDF Report

    Is there a way to not have the Filters and Variables Information show on a report that is emailed from the BeX Broadcaster as PDF document? We are having issues with the information being displayed having gone from being single spaced to having large gaps between the lines. Or has anyone else had a similar issue and knows how to remove the extra lines?

    Hello John,
    In TX RSCUSTV27 it is possible to maintain default templates.
    For broadcasting, the default template is 0QUERY_TEMPLATE_BROADCAST_PDF.
    The template can be edited so filters and variables can be removed.
    BR
    Ondrej

  • Removing printer offsets from PDF pages

    I accidently set up a printer page offset when creating PDF pages from Word Perfect X3. Is there a way to remove the offset, or do I need to go back to the original WP pages (which I can't find!)?

    I recreated a page and made sure there were no offsets listed. The PDF page still prints offset. I found sources to recreate the page, displayed codes, and removed anything marked as offset. There is still an offset to the left when pre-print displaying either the source page or the PDF version.

  • Corrupt fonts from .pdf to Illustrator

    How do I open a .pdf in Illustrator without corrupting the fonts? Sometimes the fonts get corrupted, sometimes they don't. I'd like to know how to fix this issue without having to copy and paste the text from the .pdf into Illustrator and re-format it. That takes forever and ever.

    Open the PDF in Acrobat and from File>Properties what is given on the Font Tab as here

  • Reimport form or remove submit feature from pdf

    I have a form that has nearly 1000 fields that I saved over the original pdf so when I went to edit it I only have the form version that was created with Forms Central. Are you telling me that I can't reimport this form into Forms Central? I have to recreate this form with over 1,000 fields that took about 8 hours to complete??!!

    Did you design the form in FormsCentral or did you import the original PDF into FormsCentral.
    Unfortunately right now you can't import a FormsCentral PDF in FormsCentral (but this will change very soon).
    With the new feature coming soon you will be able to import FormsCentral PDF. If the form was designed in FormsCentral you won't be able to modify it in FormsCentral after the import as it will behave like any other PDF import (where you can only decide where to put the submit button).
    In the mean time you can try these steps (if you have Acrobat) to fix your issue
    http://forums.adobe.com/message/5490476#5490476
    Gen

  • Remove an object from PDF-generated XML file

    Hi,
    In a stage of user workflow of my PDF, the user presses a submit button that sends XML data to an address. There's an image field that has hundreds of lines of XML code that has no need to sent.  In fact, by the time this submit button is pressed, the image field is already "hidden", but of course it remains on the form.
    Is there any sort of visibility or access property that will supress an object enough that it doesn't transfer with XML?  How about dynamically deleting a field on the user-end?

    Hi,
    One solution, use an ImageField object instead of an Image object. Then go to the Object > Binding palette and for the binding select No Data Binding (or None, depending on your version of LC Designer).
    Because you are now using an ImageField you will need one line of code in it's docReady event (JavaScript):
    this.access = "readOnly";
    The lines in the XML data file contain the image in Base64 format.
    Hope that helps,
    Niall

Maybe you are looking for

  • Re: Airprint on HP officejet Pro 8500 A909G

    I have an ipad and would like to print from it to my HP office pro 8500A. Could someone please help me with this. Thank you. snissen 

  • Adobe Illustrator won't open after install.

    I downloaded AI off of the creative cloud, but it won't open. I see the process "illustrator.exe" come up in the task manager, stays for about 30 seconds, then exits. There's no splash screen or anything. I've reinstalled it twice, and looked at the

  • How do I fix over capacity problem caused by Itunes 10 on 80GB classic?

    I had just recently automatically updated my Ipod classic 80GB to Itunes 10.4.1.10, not by choice I might add, but automatically. Anyway, I then tried to sync my ipod to make sure everything was good, shouldn't have been a problem, if anything add a

  • A way to create new object instances in a loop?

    I have an square matrix of String values. Is there a way to take each row, make it into an object, and put the object in a new square matrix of objects? Any ideas?

  • Clear out my old Powerbook G$ so I can sell it

    How do I really empty my computer? I don't just want to put items in the trash, I want to take my name and cookies off the computer permanently so that it no longer says "log into meg's computer". Like it's brand new again. How do I do that? Thanks.