Fonts problems with PDF reports and Lexmark printers

Hi,
since yesterday we use Oracle Reports Services 10.1.2.3.0 as our productive reports services.
When we print PDF reports on one of the following printers, the fonts size isn't correct (in the report defined as font size 8, on the paper the font size is about 16!).
- Lexmark T620 PS3
- Lexmark W820 PS3
The printers work correct if I print out a PDF file via Adobe Acrobat Reader.
Best regards
Flo

Hi,
I'm afraid that this was a couple of years ago so I can't remember the font we used.
If memory serves then I think it is something to do with True Type fonts.
Have you searched Metalink? I think that's where I originally got some advice about the fonts in PDF documents.

Similar Messages

  • Times Font Problems With PDFs

    Hello,
    I am having an intermittent problem with PDFs with Times fonts.
    Sometimes the PDFs print OK and other times words will be jumbled together or strange characters will take the place of certain punctuation marks. There are several other things that seem to happen, but I cannot remember every issue. Every time there is a problem, the PDF "Looks good on the monitor!".
    This happens on 10.3.9 and Os9 machines also.
    I have done Permission Repairs on a regular basis, cleaned my Font Caches, used FontFinagler etc.
    I have run Norton on the Os9 machines, taken all fonts out of ATM and put them back in, trashed Adobe prefs, etc.
    Sometimes this happens on PDFs from PCs, other times it happens on PDFs from Macs.
    All of the versions of Acrobat we are using are Professional versions with the latest updates, so that shouldn't be the issue.
    If anyone has any input on this, it will make my life considerably easier.
    TIA,
    David

    David,
    It sounds like the problem PDF docs did not have the fonts embedded into the docs when they were created originally, and the Times font on your computer is different. A couple of possible options, (a) ask the original creator to re-make the PDF doc with embedding the fonts, or (b) try re-writing the doc by doing a Save As... in Acrobat.
    Hope this helps.

  • Problem with PDF export and embedded font (characters disappear)

    Designer: Crystal Reports 2008 SP 2
    Engine: CR4E 2.0 SP2 (runtime_12.2.203)
    Hi there!
    we found a problem in the pdf export. It seems like there would be a problem with the embedded fonts, the problem is as follows:
    Rpt file with, for example only a text box which contains the german string " Änderungs Schlüssel ".
    Export the Rpt file with CR4E to a pdf file.
    When we open the pdf file in Adope Reader 8, the text appears to be correct,
    but if we print the PDF file from the Adope Reader, the text changes to " nderungs Schl sselu201C,
    here we are missing ther german umlaute.
    When we open the file for example with an alternative PDF reader like Foxit Reader, there they are also missing.
    After i found some posts here in the forum, there are people facing the same problem, since i couldn't find a solution in the forum, we build a little workaround for it that works for us.
    For all of you that have the same problem here the workaround:
    We used the IText JAVA library, this jar can can help as to fix the PDF file so the text is displayed correctly.
    Here the code:
    ReportClientDocument doc = new ReportClientDocument();
    doc.setReportAppServer(ReportClientDocument.inprocConnectionString);
    doc.open("C:\XY.rpt", OpenReportOptions._openAsReadOnly);
    //... database logon,.....
    InputStream inputStream = doc.getPrintOutputController().export(ReportExportFormat.PDF);
    inputStream = PDFHealer.heal(inputStream);
    //... write the stream some where

    The helper class using IText:
    import java.io.ByteArrayInputStream;
    import java.io.ByteArrayOutputStream;
    import java.io.IOException;
    import java.io.InputStream;
    import com.lowagie.text.Document;
    import com.lowagie.text.DocumentException;
    import com.lowagie.text.pdf.PdfContentByte;
    import com.lowagie.text.pdf.PdfImportedPage;
    import com.lowagie.text.pdf.PdfReader;
    import com.lowagie.text.pdf.PdfWriter;
    public class PDFHealer
       public static InputStream heal(InputStream in) throws DocumentException, IOException
          try
             ByteArrayOutputStream out = new ByteArrayOutputStream();
             PdfReader reader = new PdfReader(in);
             // we retrieve the total number of pages
             int n = reader.getNumberOfPages();
             // step 1: creation of a document-object
             Document document = new Document();
             // step 2: we create a writer that listens to the document
             PdfWriter writer = PdfWriter.getInstance(document, out);
             // step 3: we open the document
             document.open();
             // step 4: we add content
             PdfContentByte cb = writer.getDirectContent();
             int i = 0;
             while( i < n )
                document.newPage();
                i++;
                PdfImportedPage page1 = writer.getImportedPage(reader, i);
                cb.addTemplate(page1, 0, 0);
             // step 5: we close the document
             document.close();
             ByteArrayInputStream ret = new ByteArrayInputStream(out.toByteArray());
             out.close();
             return ret;
          finally
             in.close();

  • Problems with PDF report

    I need to know, how to include all the font file inside to PDF file generated by Oracle Report Server.I have problems with national code page, therefore I need the font stored inside PDF file. If exist some property or command which solve this problem, please tell me about it. Thanx for answers.

    I think the official answer is "wait for
    9ias" or thereabouts. Reports 6i does not
    insert fonts or, per a reply yesterday,
    support multibyte character sets in general.
    (I've manually done both to support Unicode
    Cyrillic, but it took a lot of work and I
    considered it "proof of concept" and
    certainly not useful for production. So, it
    can be done, but you don't want to...)
    Allan Plumb
    null

  • Problems with PDF report generation on WEB application

    Hi friends.
    I have the following problem.
    I heve many reports running on a client/server system. But we decide to move one by one, the menu options of the system to the WEB, using iAS. Most of the reports works just fine, but some of them works wrong.
    But I am not talking about the data or something like that, I am talking about the layout format. All of them out a grey rectangle in all the pages of the PDF reports. The report doesn't have any color inside, but when we move the file, to the UNIX server and test it, it is generated not in a white normal report but grey and white colors.
    anyone have an idea what is it happend?
    thank you folks....
    abdel.

    hi shivanjali..
    the problem may be due to your local system settings..
    try this..
    open internet explorer.-> click on tools menu-> click on internet options-> select connections tab-> press lan settings-> uncheck the proxy address if you have any and press ok....
    now try your web report.. hope it will help your concern..

  • Problem with custom Reports and forms in R12

    Hi All,
    we are upgrading from 1103 to R12. In R12 we are facing a peculiar problem with Reports. All seeded reports are running perfectly. But no data is coming while running the custom reports. The operating unit field in the SRS window is getting populated automatically while running the seeded reports but getting greyed off while running custom reports.
    We are facing the same problem with forms even, data is not getting retrieved in custom forms. Can any one suggest wether there is any profile option which is being missed out by us. ..
    Thank you,
    Regards
    Raj

    Add SRW.USER_EXIT('FND SRWINIT') in the afterPForm trigger.
    This will set the org context for reports.
    ~Sukalyan Ghatak

  • Problems with PDFs, Reader, and Printing

    My web application exports PDF files using SQL Server Reporting Services. The exported PDF files are version 1.3 (supposedly compatible with Adobe Acrobat version 4 and higher). Previously I used Crystal Reports which output PDF files as version 1.2.
    This switch to 1.3 has caused havoc with SOME of my ASP (application service provider) customers because if they use Adobe Reader 8 to print the PDFs then they get obscure printing errors (the header of one page prints and then a printed error message of ERROR: Undefined COMMAND: 1b&) with certain Xerox workgroup printers (and not with most other printers). If they use Adobe Reader 7, then they have no problems at all with ANY of the printers.
    So, at its core, this is a problem somewhere with Adobe PDF files, PDF versions, printers and their drivers, and the latest version of Adobe Reader (8.1.2). I would like to think that the latest version of any software should work better and my customers won't have to go back to Adobe Reader 7.0 to print things.
    Is this a bug in Adobe Reader 8.1.2? What are the workarounds?
    Thanks for any help.

    Not sure, but have you tried this patch: http://helpx.adobe.com/acrobat/kb/pdf-wont-print-reader-10.html ?

  • Problem with Interactive Reports and IE 7

    When using IE 7 a user clicks on any of the Interactive Reports options from the "Gear" pulldown and the popup apprears for a fraction of a second then disappears. This occurs in all of the options. I'm using IE 6 and it works fine for me. Has anyone seen this behavior with IE 7?

    Hello Bernd,
    The problems is that they can't read the Flash contents. Video let appear a black window and Animation let appear the Flash logo in B&W.
    I think, at less for Windows 8, that a plug in flash is installed on Internet Explorer. So when you want to get Flash player, an alert tell you that flash is already installed. ...

  • Problem with PDF Reader and Create PDF plugins

    Hello,
    I use Internet Explorer Nine. The Adobe PDF Reader plugin disappeared from my browser. When I look at the listing of my add-ons, Adobe PDF reader appears in the list of all add-ons but not in the list of currently loaded add-ons. I have tried reinstalling Adobe Reader X and adding the FileOpen.api file to the plug-ins subfolder of the reader folder of the Reader 10.0 program files folder to no avail. How did the plugin disappear from by browser? How can I reinstall the plugin? Would reinstalling Adobe Acrobat Standard XI help?
    I was once able, on every website, to turn in a portion of the text and/or pictures on the website into a PDF file by right-clicking and clicking on "Convert to Adobe PDF." Now, I can perform this action only on certain websites. When I cannot perform the action correctly, the entire webpage is converted into a PDF file. What could be causing the malfunction? How can I fix it?
    Thank your for your help. Have an excellent day.

    I&m not quite sure I understand your problem.  You have Adobe PDF Reader under All Add-ons; is it enabled?
    Can you view any PDFs in Internet Explorer?

  • Problem with pdf export and setting of the paper size

    Hi,
    I develop plugins for InDesign server.
    Can anybody suggest me an way to exports a pdf/ps file from a indesign document with my custom adjustment of the output "paper" size?
    I tried with kPrintActionCmdBoss but the "SavePDFAs" popups although I set kSuppressEverything(!?)
    When I used kPDFExportCmdBoss I cannot set paper size.
    greetings

    The helper class using IText:
    import java.io.ByteArrayInputStream;
    import java.io.ByteArrayOutputStream;
    import java.io.IOException;
    import java.io.InputStream;
    import com.lowagie.text.Document;
    import com.lowagie.text.DocumentException;
    import com.lowagie.text.pdf.PdfContentByte;
    import com.lowagie.text.pdf.PdfImportedPage;
    import com.lowagie.text.pdf.PdfReader;
    import com.lowagie.text.pdf.PdfWriter;
    public class PDFHealer
       public static InputStream heal(InputStream in) throws DocumentException, IOException
          try
             ByteArrayOutputStream out = new ByteArrayOutputStream();
             PdfReader reader = new PdfReader(in);
             // we retrieve the total number of pages
             int n = reader.getNumberOfPages();
             // step 1: creation of a document-object
             Document document = new Document();
             // step 2: we create a writer that listens to the document
             PdfWriter writer = PdfWriter.getInstance(document, out);
             // step 3: we open the document
             document.open();
             // step 4: we add content
             PdfContentByte cb = writer.getDirectContent();
             int i = 0;
             while( i < n )
                document.newPage();
                i++;
                PdfImportedPage page1 = writer.getImportedPage(reader, i);
                cb.addTemplate(page1, 0, 0);
             // step 5: we close the document
             document.close();
             ByteArrayInputStream ret = new ByteArrayInputStream(out.toByteArray());
             out.close();
             return ret;
          finally
             in.close();

  • Problem with PDF extract in a report

    Hi guys,
    We are facing a peculiar problem with PDF extract in a report. When we run a report and export PDF , all the records in the result set are populated in the PDF. however, if I navigate away from the report and return back to the same report, and click on export pdf (with the result set already populated) i get a blank PDF document without any records. If i run the report again and then export the PDF it works fine.
    Export excel works fine for all cases.
    I am assuming it has got something to do with the way the system handles the cache for PDF export.
    I also found that this occurs only when we have a value list filter with "none" set as default,and in this case, initially on opening  the report for the first time the query does not get executed automatically.
    Any help on this would be highly appreciated.
    Thanks and Regards,
    immanuel

    Hi Immanuel,
    Have you tried clearing the cache? My guess is, it is probably a defect.
    Regards,
    Vikram

  • Problems with a report generated as PDF

    I am having a problem with my report when it is generated as a PDF file from the reports server. A space is added soon after the letter w in all the words where there is letter w; for example, the word awake appears as aw ke, will appears as w ill, etc. Does anyone know how to fix this problem? I am using Reports 11g. Thanks.

    Hi
    In layout change the font (Redo font) thru menu option (Not Font) Format -> Font >Western.
    This may solve your problem...
    user8655468 wrote:
    I am having a problem with my report when it is generated as a PDF file from the reports server. A space is added soon after the letter w in all the words where there is letter w; for example, the word awake appears as aw ke, will appears as w ill, etc. Does anyone know how to fix this problem? I am using Reports 11g. Thanks.

  • We have a mac laptop and dont have any problems with pdf files but our imac will not open them.  any suggestions

    we have a mac laptop and dont have any problems with pdf files but our imac will not open them.  any suggestions?

    Back up all data.
    In the Finder, select Go ▹ Go to Folder from the menu bar, or press the key combination shift-command-G. Copy the line of text below into the box that opens, and press return:
    /Library/Internet Plug-ins
    From the folder that opens, remove any items that have the letters “PDF” in the name. You may be prompted for your login password. Then quit and relaunch Safari, and test.
    If you still have the issue, repeat with this line:
    ~/Library/Internet Plug-ins
    If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari again.

  • Font problems with RH 7.1 and JDK 1.3.1

    Hi there,
    I've read all post about this and looked at sun docs on how to add fonts. I've even replaced the fonts.properties with a new one I got from sun's page, but I can't make jdk 1.3.1 load the correct fonts for JDeveloper.
    Could anyone post here the steps to do it?
    I've also tried JDK 1.4.1 and for the moment everything works but some wizards, which I must run reverting to 1.3.1 JDK.
    Thanks,
    Ignacio

    To be honest, I managed to solve de problem getting the missing font from a Windows system (Ufffffff!!!!!). Now I don't get any font problems with JDK 1.3.1 but I find it very much slower than 1.4.1, and the problem is that JDeveloper wizards get weird in 1.4.1 and work OK in 1.3.1 ... let's hope Oracle releases a 1.4.1 ready JDeveloper soon.
    Thanks for your message.

  • Microsoft Word problem with PDF Mac OS

    Using Word from Office 2011 under Snow Leopard, if I use the normal 'Print>Save as PDF' the resulting PDF makes my Acrobat Pro 9 hang and I have to force quit it. Saving the files a .doc format makes no difference. I did not have this problem with Office 2004 and Snow Leopard.
    If instead I open the resulting PDF in Preview and then run 'Print>Save as Adobe PDF' the file will work in Acrobat 9.
    Excel does produce a working PDF via the  'Print>Save as PDF' route as does Mail.
    Thanks in advance for any thoughts?

    I, too unexpectedly ran into this problem yesterday while doing my [usually] routine client billing. I have an invoice template in MS Word (now version 2011), and I create PDF copies and email them to my clients.
    I spent half the day yesterday trying to get to the bottom of this issue, and it was certainly comforting to see in the forum that at least a few other people are experiencing the same symptoms. I have now verified everything that others have reported in this thread:
    1. The problem occurs when saving a text document (MS Word 2011 or Apple Text Edit in Rich Text mode) to PDF using the PDF conversion tools in the Mac OS Print dialog (Save as PDF or Save as Adobe PDF).
    2. The problem only occurs when your document contains OpenType PostScript fonts (e.g Adobe's Myriad Pro, Minion Pro, etc.) The problem does not occur when you're document contains only Adobe PostScript Type 1 fonts, TrueType fonts, or OpenType True Type fonts from Microsoft (e.g. Calibri or Cambria)
    3. Apple's Preview application is impervious to this problem, but Adobe Acrobat 9 (Mac or PC) chokes on files generated this way.
    4. If you generate the PDF using the simple "Save as PDF" in the Mac OS Print dialog, the file will seemingly save ok, but Acrobat 9 will hang when it tries to open the file.
    5. If you generate the PDF using the "Save as Adobe PDF" option in the Mac OS Print dialog, the PDF exporter will hang, and the file will not get generated.
    6. If you generate the PDF by saving the PDF Preview from Word or by opening the "simply" generated PDF in Apple Preview and then re-save the PDF, Acrobat 9 will open the file but display alphabet soup wherever the OpenType PostScript font was used.
    7. For some reason, neither Excel and PowerPoint 2011 seem to exhibit this problem when using OpenType PostScript fonts and exporting to PDF from the Mac OS Print dialog.
    Now, here's the clincher: This problem DOES NOT OCCUR if your Mac is running the previous version of Snow Leopard (OS X 10.6.6).
    I purchased a new MacBook Pro laptop a couple months ago, and about two weeks ago, Apple pushed out what they called the Mac OS X 10.6.7 update for "early 2011 MacBookPro computers." Naturally, I installed the updgrade back then, and this is the first time I've exercised the PDF export from Word since then.
    I also have a MacPro tower, which is still running OS 10.6.6, and I can export PDF documents contaiing OpenType PostScript fonts with no problem in Acrobat from that machine.
    Bottom Line: Apple's latest Snow Leopard upgrade to OS 10.6.7 is causing this problem, but getting it fixed is going to require cooperation between Apple, Adobe and Microsoft...
    In the mean time, if you're using Apple's Time Machine and you want to revert your Mac OS to version 10.6.6, here's a link to an Apple Tech Note about how to do that: http://docs.info.apple.com/article.html?path=Mac/10.6/en/15216.html
    I've contacted Tech Support at all three companies, and of course, each one thinks that it's the other comany's problem...but perhaps since this essentially an Adobe Acrobat issue, Adobe can take the lead in troubleshooting it.
    Bob K

Maybe you are looking for

  • Is there a way for multiple users to sync to iCloud  with only one administrator?

    Is there a way to have multiple users sync to an iCloud account with single administrator so the files cannot be changed on the cloud?  This would be for sales people to have the latest product shots without the ability to delete or change the albums

  • ERROR IN PCUI WHILE EXECUTING LAYOUT

    Hi All, I have done the customization in PCUI. When I m going to Tcode CRMC_PCUITOOLS the system is throwing this error. I m displaying thuis error here                                                                                The URL http://inc

  • Attachment available in integration scenario

    Hi Experts I have a query. I would be soon going to do an implementation of sap cloud with crm onPremise. It will involve replication of opportunity, activity etc back & forth. My question is : Do attachments attached to opportunity or activity  in o

  • Itunes store does not show music

    Why I couldn't find "Music" appears on the bar of iTunes store?

  • Installing Windows XP on new MacBook

    What do I need to know. Can I use the same version I puchased for my PC. How do I install it? I am a new Mac user. Any tips, pointers or otherwise would be apprecated. Also I need to puchase Office and am a student. Where should I purchase it? Thanks