InDesign doesn't let embed the font while exporting to PDF

I used a font while working on a document in InDesign and later while exporting to PDF I got a warning that the software is unable to include that font.
Is there a way to go around it? It was a free cyrillic font and it's not possible to buy it. I suppose creating outlines is not the right way to go
Thanks in advance

Eugene Tyson wrote:
… Most free fonts that I know of don't allow embedding - for this reason it's not a good idea to use a free font. …
I'm no particular fan of so-called “free fonts” — you most often get exactly what you pay for. However, that having been said, in my years of gathering such fonts for debugging and problem solving, in fact very few of them are actually set with the protection bits to prohibit embedding. For TrueType and OpenType fonts, you can readily check outside of InDesign as to whether a font is embeddable in a PDF file. For Windows, right-click on a font file and check the properties; embedding privileges are described in one of the tabs. For MacOS, the FontBook utility can provide the same information for a font.
The problem is that when you attempt to use a font that is physically protected against embedding, you pretty much need to follow the advice given by Eugene. Personally, I would recommend the use a different font option, checking the font prior to using it for your rights to embed it in PDF.
Note that font licensing is legal minefield. Many fonts that are posted on-line are not really free. Some are shareware with restrictions in their written licenses that require payment for commercial use (often in ReadMe files which may somehow be “lost” when such fonts are reposted over and over again) or even pirated fonts (i.e., commercial fonts simply illegally posted on-line).
My personal recommendation is that for any commercial use, you explicitly license your fonts from a known, reliable source to avoid possible legal issues in the future.
          - Dov

Similar Messages

  • Font gets truncated at the end while exporting to PDF

    Iam working on Crystal Reports bundled with ASP.NET 1.1
    Have installed crystal reports.net 1.1 Patch also which claims to have fixed this issue.
    Also have tried installing crnet11win_en_sp2 also. Have checked forcelargefonts option also with both 0 and 1.
    Font seems to appear smaller which can be managed by increasing the font size.. Iam using Tahoma 12 font. There is a mild truncation at the end of the line. (.5 of the last character gets lost)
    What is the solution to the problem? Should I install PDF writer in the machine. I get the same problem in my production server also

    I have set the forcelargefont property to zero in the registry. Still the truncation happens at the end of the text field if horizontal alignment is "justified"
    I found an observation
    In PC's with XP version 5.1 (Build 2600.xpsp_sp3_gdr.080814-1236:Service pack 3) the truncation does not happen irrespective of the font size and forcelargefont property though the font size gets reduced.
    In PC's with XP version 5.1 (Build 2600.xpsp.080413-2111:Service Pack3) the truncation happens and the font size also reduces.
    Is there any issue with Service Pack3  versions.
    DLL File versions registered in both the PC's are
    crxf_pdf.dll --> 9.1.1.544
    crpe32.dll --> 9.1.2.2148
    I have updated the latest crystal report patches for .NET 1.1
    crnet11sp1 and crnet11sp2 also

  • When trying to upload a PDF to an interactive site I get the announcement:"The attached PDF file references a non-embedded font Tahoma. Please remove file, embed the font and reattach." How do I embed this, or in fact any other font ?

    When trying to upload a PDF to an interactive site I get the announcement: "The attached PDF file references a non-embedded font Tahoma. Please remove file, embed the font and reattach."
    I could not get rid of the Tahoma font in the WORD file.
    How do I embed this, or in fact any other font ?

    Thank you very much !
    Indeed, I was unaware of the enormous number of options that can be selected when converting a WORD file to PDF.
    I went thru the settings and found the right one for embedding the fonts.
    Thanks again !
    Oren

  • How can i change the font while im coding?

    How can i change the font while im coding? I am not talking about the final product and inserting fonts in my documet i am talking about when i am in the progress of coding I want to change the font so it is way more pleaseing to the eye when I am staring at it while coding? please do help and thanks!

    Editing the source is a bit of a pain because you'll have to redo it after every update.  It's better to write yourself a mini-extension that adds a new stylesheet -- that is also very simple to do.  Just follow these instructions: https://github.com/adobe/brackets/wiki/Customize-Your-Code-Font.
    - Peter

  • Embed the JRE while creating exe file

    I am using jar2exe software to create the exe file from the jar file. The exe is created successfully using this software. However it requires the JRE should be present on the machine where we are going to install the software.
    Is there any body who knows how to embed the JRE while creating the exe so that there should not be any need to have the JRE on the machine?
    Is there any other approach by which we can create the exe file from the jar and JRE should be there in the exe file?
    Thank you.

    All jar2exe does is use a JNI (C to java) wrapper around your call. That means a VM is still required.
    The Sun VM at least requires a number of shared libraries and jar files to run. The shared libraries must either be in the file system or already loaded into the application.
    You could put those as a resource into the shared library but you would then need to figure out, via OS calls (not java) how to load them.
    Is there any other approach by which we can create the exe file from the jar and JRE should be there in the exe file?Options
    1. Find another tool besides jar2exe
    2. Install the VM - it need only be in the exe directory.
    3. Forget the exe idea and just use java.
    4. Figure out, which might be impossible, how to load the shared libraries and jars as resources from the exe. Again this is NOT something you can do in java.

  • Arial bold is loaded on my PC, but doesn't appear in the font picker

    Arial is loaded but doesn't appear in the font picker window. I also get the message 'cannot find or create the font arial,bold. some charecters may not display or print correctly.
    Thanks

    Yes, it is an opentype font, installed i
    n the correct place. As I mentioned before, I am having the same trouble with TrebuchetMS.
    I have tried font applications such as font expert and suitcase, still no luck.
    The fonts are recognised in applications such as Illustrator.
    Thanks

  • Using the JRC, RTF embedded in Crystal while exporting to PDF

    Are there enough acronyms for ya?  I donu2019t think so either. 
    I am wondering if anyone else has experienced the problem I am facing and what fix, if any, did they find.  I have RTF data stored in the database I am trying to read into a report.  I set the text interpretation to RTF on the field and u201Cyeah!!u201D I have formatted RTF data as the user entered it in a RTF editor.
    While using the JRCu2019s exporter to obtain a PDF format, the formatting set in the RTF tags is no longer being honor during the export (it shows up unformatted when I open the report in Adobe Reader and so my PDF display in code is also off). 
    Has anyone else encountered this and what did you do to fix it (or was it fixed)?
    My little about my environment:
    -JVM 1.5
    -Crystal jars version 11.8.5
    -Eclipse 3.4
    Did I miss anything?
    From what I have read on here, it sounds like the Crystal jar 12.2.2 is better at supporting fonts in PDF exports but there is something in the sample code not allowing me to use a JDBC connection over a JNDI connection so I will have to get back to whether it is fixed under 12.  Regardless though, version 12 is not really a good solution for us for I believe this to be Crystal 2008 which we are not budgeted to license so I need to stick with CR XI R2 jar files.
    I also found this in the thread entitle Greek fonts doesnu2019t appear on pdf export :  u201CExport it to editable RTF and then using Word 2007 has a plugin that allows you to export to PDF format which will embed the fonts.u201D  Is this what I need to do to display fonts that are normally found on a Windows installation (ie Arial, Times New Roman, Courier, etc.)?
    Thanks in advanced for any light you may shed on this.

    Moved to the Java Development - Crystal Reports forum.
    Ludek

  • Remove back image while exporting to PDF (InDesign CS4)??

    Hi All,
    I have two images in my InDesign CS4 file and one image is hiding behind my second image. When I am exporting my InDesign file as Pdf and opening in Acrobat, Acrobat showing bottom image first and then showing my top image.
    Is there any way to remove my bottom image which is appearing behind in my top image while exporting to Pdf.
    I don't want remove manually because it happening with most of my InDesign file.
    Please suggest.
    Thanks
    Baljeet

    I would move bottom image to separate layer and then eventually I would switch it off.
    If you don't want to change anything in InDesign you can eliminate the second image in your already generated PDF.
    Open your PDF in Acrobat Pro.
    Advanced -> Print Production -> PDF Optimizer.
    You can leave only "Clean Up" check box marked (eventually Transparency if Acrobat will not allow you to switch it off). All the rest leave unchecked.
    This operation will remove hidden image.
    Correction: It will not remove the image. It just made the PDF to be displayed much more faster that is why the second image appearance was not noticeable. Sorry for the inconvenience.

  • Retaining original font in CR2008 while exporting to PDF

    Hi,
    Do we have a fix/patch available for retaining the original font when exporting to PDF in 2008 yet? The solution i see is to update the registry files. Do we have any other solution like a fixed dll file or a patch already available for download at SAP website?
    I cannot update the registry settings as it is not allowed where i work so need a patch/fixed dll file to get rid of this issue.
    Your quick response is greatly appreciated.
    Thanks

    Hi,
    Are you sure it is the 'Font' that is not being retained? Or is it the size?
    The only workaround like you said is the registry key and unfortunately, there is no Fix Pack available to address this issue.
    -Abhilash

  • Programmatically list the fonts used in a PDF

    Hello.
    I want to make a list of all the fonts used in a PDF. After reading (again) the ISO-32000 standard, I tend to think that the only way is to cycle through the pages and list the fonts used in each one.
    Is there any other (and faster) way to do this?

    Nope - that's the only way.
    And don't forget, that you can NOT just look at the Page's Resource dict.  You need to do a full recursive walk down the content stream finding all graphic objects that themselves have resources.  Oh, and don't forget Annotations!

  • Error  while exporting in pdf in crystal report XI

    Post Author: Siddheswar
    CA Forum: General
    hi
    I am getting the following error in crystal report XI while exporting to pdf.
    The Error:
    Method 'ISCREditableRTFExportFormatOptions_reserved5' on type 'CrystalDecisions.ReportAppServer.ReportDefModel.EditableRTFExportFormatOptionsClass' from assembly 'CrystalDecisions.ReportAppServer.ReportDefModel, Version=11.0.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' is overriding a method that has been overridden.
    Please Help.
    Thanking in advance.
    Regards
    Siddheswar

    The stack trace is caused by whitespace in your CrystalReportViewer.jsp file.  Look up SAP Note 1199025 for the resolution.
    It's not related to the PDF formatting issue.  There's been changes to the formatting with the most recent version - Crystal Reports for Eclipse 2.0 - so if you haven't already, I recommend you upgrade.
    Note that there's differences in font metric calculation when using Adobe PDF format such that there's no way to get exact agreement between output of the CR and PDF.  But the latest version helps greatly.
    Sincerely,
    Ted Ueda

  • Problem while exporting to PDF with japanese character in Crystal Report X1

    Hi,
    I am using Crystal report X1 with classic ASP on a Windows 2003 Enterprise Server, SP 2. In my application, I have to export the report into PDF, CSV, DOC formats. I am have Japanese strings in the report. While exporting to PDF, empty boxes has displayed in the place of Japanese string and in CSV file, question mark has been displayed instead of Japanese string. But the Doc file is exported correctly. I have not installed any language support software either in server or in client machine. I have used MS Gothic and Arial Unicode MS fonts for the text-objects which has Japanese strings.
    Please give me a solution so that I will get PDF file with Japanese strings instead of empty box or question mark.
    Do I need to install any language support pack software?
    Thanks in advance.
    Regards,
    Manju

    Hi Don,
    Thank You for your reply. I have resolved the issue of exporting to pdf from crystal report X1 having Japanese data after installing the language pack.
    But when I am exporting to CSV or TXT, i am getting ??? instead of Japanese characters. I have tried "export" through crystal report designer and got ??? instead of Japanese.
    The Crystal report version I am using is Crystal report X1  11.0.0.1282
    Crystal Report Desinger is installed in Windows Xp machine
    Font set for Text object is Arial Unicode MS, MS PMincho, MS PGothic
    Does the Crystal report X1 11.0.0.1282 has the UTF-8 support for CVS / txt
    Please provide me a solution
    Thanks in advance,
    Regards,
    Manju

  • Any way to reduce the resolution when exporting to .pdf

    We are emailing reports.  On some reports with a large number of jpegs we are hitting a size limitation.  It would be helpful to reduce the resolution on the jpegs when exporting to .pdf.  Any way that would be possible?

    Hi,
    Need more info-
    VS version? or the developing application?
    CR Version? Are you directly emailing your reports from CR designer?
    Also once the image is fetched by the report, we can not make any changes in the image, as a work around you need to do required changes in the image before adding it to the reports, and as far as I know it is not possible through code, but we can wait for other responses though.
    Sincerely,
    Amit

  • When I select the file to export from pdf to word, thens click the Export button, nothing happens.

    When I select the file to export from pdf to word, thens click the Export button, nothing happens.

    Firefox 19 was just released.  You may want to consider upgrading, then trying again.
    Glad to hear IE worked though!
    -David

  • A truetype font I want to use in Firefox doesn't appear in the fonts list in Tools/Options/Display

    A font (News Gothic BT) that I want to set via Tools/Options/Content to be the default font for Firefox is not listed in the dropdown font menu on that tab, even though it is in my Windows/Fonts directory on my C:/ drive. The font in question is a TTF font, so it ought to be there, right?
    (BTW, I have the latest possible version of Firefox I can install on this computer - I cannot upgrade beyond XP SP 1 without running into problems.)

    What sort of problems so you run into with newer service packs? You do know that by not updating Windows or Firefox you are leaving yourself wide open for attack with MANY known security holes? Not to mention stability and performance issues. I'd suggest you try the following to make sure your PC is in General good health before troubleshooting:
    Scan for Malware: This is possibly the trouble you have updating Windows. Try reading [[Troubleshoot Firefox issues caused by malware]] and run the programs recommended there.
    Update Windows: Run the updater to install all updates, some updates need to be installed before a Service pack can install. Restart your PC and run update again until you have installed all available updates.
    Update Firefox: [[Update Firefox to the latest version]]
    Now test for issues again, and let me know if anything changed :)

Maybe you are looking for

  • Read values on HTML page(flash embedded) using Java code

    Hi, we can normally parse a HTML and can get values on a web page using java code. is the same possible with HTML page indluding flash? my basic need is to read values on webpage displayed by flash thanks R

  • Convert labview 5.0 file to labview 8.5

    Hi Attachments: PM300 Read SEL list call program.vi ‏51 KB

  • OS X Spaces with 2 monitors

    I have just got into using Spaces on 10.6.7 and think its great way of setting up screens However I have just connected a 2nd DVI Monitor, and see that Spaces has now detected my 4 "spaces' with the 2nd Monitor attached so they are like 'double squar

  • Buttons and movie clips

    I'm sorry if this question has already been answered. I searched the archives and couldn't find what I was looking for. Basically what I want to do is use a button to play a movie when pressed. The problem is I can't figure out how to do it. 1. I've

  • Clipping Indicator Strangeness Back Again ???

    Since updating to the latest version of ACR 8.7.1 an anomaly with the black clipping indicator has returned. Example, open an image in ACR make a slight adjustment to exposure and highlights, now make open up the shadows, and the black clipping indic