FM 9 .pdf creation errors using polish fonts.

I have a problem with FM9 which cannot create a
correct .pdf when a polish font is used. When a book is created and has to be saved as a .pdf it is missing some text in the .pdf that is in the book. Furthermore some of the font are not displayed correctly in the .pdf file bookmarks (It shows some of the letters corretly and the put a ' ³ ' next to some letters and in the middle of a word).
I have already tried to use the 'print as .pdf' function and Distiller and PDFCreator both generates the same wrong result.
Any suggestions are most welcome...
/morten

Hi,
I believe its becaouse of teh font you have used originally in those specific module that are having error:
you can try updating to a add-on for PDF output generation that would be available in the Disk of Framemaker you would have If its a Part of suite it would be in
C:\Documents and Settings\ankupand\Desktop\setup\TCS2\Release\Disk1\Adobe FrameMaker\Adobe FrameMaker Dependency\payloads\AdobePDFL9-mul
to path would be a little modified for you depeding on the location and the Product being a Point Product or Suite.....
Hopefully it would help.
Thanks,
Anjaneai

Similar Messages

  • Get pdf creation by using pdf javascript

    Hello all,
    Can I ask how can I get the pdf creation/ last modify date by using pdf javascript?
    Many Thanks
    Sunny

    this.creationDate and this.modDate have both been superseded by this.info property. These commands have not been eliminated but they are candidates for a future dropping.
    I would use
    this.info.CreationDate
    and
    this.info.ModDate
    Unless the user is using Acrobat 3 or 4.
    A universal approach for all versions could be:
    CreationDate = "";
    ModDate = "";
    if(app.viewerVersion < 5) {
    // versions below version 5
    CreationDate = this.creationDate;
    ModDate = this.modDate;
    } else {
    // versions 5 and above;
    CreationDate = this.info.CreationDate;
    ModDate = this.info.ModDate;
    app.alert("Viewer version: " + app.viewerVersion +
    "\nCreation date: " + CreationDate +
    "\nModification date: " + ModDate, 3, 0);

  • PDF Creation hangs at "building font table"

    When printing the current page of a multipe page document, it takes at least two minutes to make the pdf... if it makes it that far.  Sometimes the print will fail with the messages:
    %%[ Error: undefined: OffendingCommand: t, ]%%
    %%[ Flushing: rest of job (to end-of-file) will be ignored ] %%
    %%[ warning: PostScript error. No PDF file produced. ] %%
    However, if it does succeed in creating the PDF, following documents will usually work fine (for awhile).
    Does anyone have a fix for this?
    P.S. I found a reference to a post from Tim Kroehler about "font creation being too slow", but I could not find that post to see if it would help.

    This sounds very familiar.
    Various versions of Java have over the years installed faces of the Lucida font family
    in the C:\Program Files (x86)\Java\jre7\lib\fonts
    (or similar depending upon the OS and Java version) directory.
    Java 7.x seems to have only the Lucida Sans Regular font in that directory.
    Other applications install as part of their own directories various other Java libraries also with a fonts directory with up to eight different faces of Lucida. In those which I find on my system, all the fonts have “restricted embedding.”
    And those fonts installed by Java were set for “restricted embedding.” No PDF production program should ever allow such fonts to be embedded due to the licensing thereof. We at Adobe won't comment further on what Nitro may or may not be doing legally!!! 
    Various font vendors do license various faces of the Lucida family that do allow embedding. In fact some of them are bundled with Windows and/or Office although Lucida Sans Bold  doesn't appear to be one of those.
              - Dov

  • ID CC 9.2.1: Interactive PDF, text boxes use wrong font

    When filling out text boxes of an interactive PDF (created with InDesign CC 9.2.1) in Adobe Reader X, the font used is always Times Roman or such. Whatever I've tried so far, I fail to make the interactive text boxes use a specific font. Should be the same font that's used for the rest of the text on the page. During exporting the PDF, I've instructed InDesign to embed all font glyphs.
    Is there a way to get around this problem?
    Andreas

    You have to work on it after exporting to PDF in Acrobat Pro and change the font there.
    BUT: Don't choose exotiv fonts, use the normal standard form fonts, otherwise the file size will increase, because every font in the form must be embedded. Another problem is that older versions of Adobe Reader or Acrobat or some other possible PDF readers only support the standard form fonts, like Helvetica, Times, Courier in Bold, Regular, Italic, and Bold Italic. So it is better to submit to this limitations.

  • WLS domain creation errors using new release (v5)

    I'm running into errors in Step 5 of the beta install. I've completely uninstalled the previous version of everything (including RCU drop/create) and done a clean install using the files on the beta site after the announcement of the new release was made this morning.
    It seems that the version string entries in "schema_version_registry" created by RCU differ. The "User Messaging", "OWSM MDS" and "SOA MDS" schemas all get created with version string "11.1.1.2.0" but "BAM" and "SOA Infrastructure" schemas are created with version "11.1.1.3.0". The WLS domain creation utility runs queries for ALL schemas having version "11.1.1.2.0", so the BAM and SOA Infrastructure schemas fail the test.
    Should I manually edit the version strings in schema_version_registry so they all match 11.1.1.2.0 or will this cause problems elsewhere?
    Here are the failing queries that the "Test Component Schema" screen is running for the WLS Domain creation step:
    SQL Test=select 1 from schema_version_registry where owner=(select user from dual) and mr_type='BAM' and version='11.1.1.2.0'
    SQL Test=select 1 from schema_version_registry where owner=(select user from dual) and mr_type='SOAINFRA' and version='11.1.1.2.0'
    These succeed:
    SQL Test=select 1 from schema_version_registry where owner=(select user from dual) and mr_type='ORASDPM' and version='11.1.1.2.0'
    SQL Test=select 1 from schema_version_registry where owner=(select user from dual) and mr_type='MDS' and version='11.1.1.2.0'

    OK, I cleaned out all the old files downloaded fresh and did a complete re-install - now I'm getting an error about a missing file.
    1. Installed WLS
    http://download.oracle.com/otn/beta/bpmbeta1/wls1033_win32.exe
    2. Installed SOA
    http://download.oracle.com/otn/beta/bpmbeta1/soa.zip
    3. Installed BPM/SOA patchset
    http://download.oracle.com/otn/beta/bpmbeta1/soa_patchset.zip
    The failure occurs on step 3 - while installing the SOA patchset it gives an error at 45% completion: "File not found - C:\Oracle\Middleware\home_bpmbeta\oracle_common\bin\commonenv.bat.template".
    I checked and that file does not exist on the filesystem. There's a commenv.template file (a *nix shell script), but no commonenv.bat.template.  There are other .bat.template files in that directory, but not commonenv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Room creation error using Room API

    Hi Experts.
    We're triying to create a collaboration room through Room API
    As a previous step a standard template copy was created (SAP_Information_Site_2)  to be used in the room creation through API.
    In this template we defined one parameter (FolderPath) which sets the KM navigation path  of a specific folder and then we made the mappings of this parameter into the views used by template to show documents.
    When Room is created using "Room creation wizard" we set name, description, category, template (SAP_Information_Site_2), FolderPath, etc. this way everything is OK.
    The problem is triying to create it when generating the room througn a Webdynpro using Room API, afeter we set all same parameters the room is created with no errors. but despite having put all the parameters like those we place using creation wizard the Room API created Room shows the default folderpath and not we have set through API.
    We are able to compare both rooms and they shows same properties except the folderpath.
    Here the used code:
          private  void createRoom(){
                String strTemplateName = "Techint_Template";
                String strRoleName = "Admin";
                String strCategory = "Default_Category";
                //Get the Rooms 6.0 API Portal Service
                IRooms roomsAPI = (IRooms)PortalRuntime.getRuntimeResources().
                                              getService(IRooms.PORTAL_SERVICE_ID);
                //Get Template Related Infos
                ITemplate template = null;
                IRoomRole role1 = null;
                IRoomCategoryFactory cf = roomsAPI.getRoomCategoryFactory();
                try {
                      template = roomsAPI.getRoomTemplate(strTemplateName);
                      role1 = template.getRoomRole(strRoleName);
                      //Get an empty RoomInfo object
                      IRoomInfo roomInfo = roomsAPI.getRoomCreationInfo();
                      //Fill RoomInfo object with values
                      roomInfo.setName(wdContext.currentFormDataElement().getProjectCode().trim()+" - "
                                  +wdContext.currentFormDataElement().getRevisionNumber());
                      String strDescription = wdContext.currentFormDataElement().getTechintDocument();
                      if (strDescription!=null && strDescription.length()>0)
                            roomInfo.setDescription(wdContext.currentFormDataElement().getTechintDocument());
                      else
                            roomInfo.setDescription(wdContext.currentFormDataElement().getProjectCode().trim()+" - "
                                  +wdContext.currentFormDataElement().getRevisionNumber());
                      roomInfo.setTemplateName(strTemplateName);
                      roomInfo.addRoomParameter("FolderPath", "FolderPath",strRevisionFoldePath, false);
                      //asign the room category
                      IRoomCategory objRoomCategory = cf.getDefaultRoomCategory();
                      IRoomCategory objRCA[] = {objRoomCategory};
                      roomInfo.setCategories(objRCA);
                      //Set User Role Assignments
                      com.sap.security.api.IUser owner = UMFactory.getUserFactory().getUserByLogonID("km_user");
                      roomInfo.setOwnerId(owner.getUniqueID());
                      roomInfo.addUserToRole(owner.getUniqueID(), role1);
                      //Finally Create the Room
                      IRoomDataElement objRoomDE =  wdContext.createRoomDataElement();
                      if(roomInfo.validate()){
                            IRoom newRoom = roomsAPI.createRoom(roomInfo, true);
                            objRoomDE.setRoomLink(newRoom.getRoomAccessURLExternal());
                      }else{
                            RoomCreationValidationErrors[] errors = roomInfo.getValidationErrors();
                            for (int i=0; errors.length>i;i++){
                                  logWebDynproMessages(IS_LOG_ENABLED,
                                        //ILoggingConstants.INFO,
                                        4,wdComponentAPI.getMessageManager(),
                                        "ErrorRoom: "+errors<i>.getShortText(), false);
                            objRoomDE.setRoomLink("ERROR");
                      wdContext.nodeRoomData().addElement(objRoomDE);
                      logWebDynproMessages(IS_LOG_ENABLED,
                            //ILoggingConstants.INFO,
                            1,wdComponentAPI.getMessageManager(),
                            "Se creo el room asociado al proceso/revision:"+strRevisionFoldePath, false);
                } catch (TemplateInstantiationException e) {
                      printException(wdComponentAPI.getMessageManager(), e);
                      e.printStackTrace();
                } catch (NoSuchRoleException e1) {
                      printException(wdComponentAPI.getMessageManager(), e1);
                      e1.printStackTrace();
                } catch (UMException ex){
                      printException(wdComponentAPI.getMessageManager(), ex);
                      ex.printStackTrace();
                } catch (RoomCreationException ex){
                      printException(wdComponentAPI.getMessageManager(), ex);
                      ex.printStackTrace();
                } catch (NoSuchRoomCategoryException ex){
                      printException(wdComponentAPI.getMessageManager(), ex);
                      ex.printStackTrace();
                } catch (Exception ex){
                      printException(wdComponentAPI.getMessageManager(), ex);
                      ex.printStackTrace();
    This code was created using the following directions
    http://help.sap.com/saphelp_nw04s/helpdata/en/7d/c69c42d706c66ae10000000a155106/content.
    Any help will be really appreciated and accordingly rewarded
    Thaks in advance,
    Ramien.-

    Hi Venkat,
    did you check the Initial Configuration Tasks ? especially the portal permisions...
    http://help.sap.com/saphelp_nw04/helpdata/en/f6/2604f005fd11d7b84200047582c9f7/content.htm
    and there is a SAP Note which references a How To Guide for configuring permissions. The Note number is 766765 and the document it references is "How To... Configure Permissions for Initial Content in SAP Enterprise Portal 6.0 SP9 & Higher."
    PS: Please consider rewarding points for helpful answers on SDN. Thanks in advance!

  • JCO Creation error using SAP router string

    Hi All,
    I have created technical system using customer system IP. After that I have created the JCO
    I have given the details while creating a JCO:
    JCO Name : <Name>
    Client detail:  <Client>
    Message Server :< hostname>
    Logon Group :<SPACE>
    SAP Router String :< /H/<host IP>/H/S/<message server port number>
    User Name :<User name>
    Password :<***>
    I have updated the Host and service file in the portal server.
    When I am testing the JCO I got an exception:
    com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to message server host failed Connect_PM  TYPE=B MSHOST=dicisap1 GROUP=PUBLIC R3NAME=DCD MSSERV=sapmsDCD SAPROUTER_STRING=/H/<RouterIP>/S/3600  PCS=1 LOCATION    SAProuter 37.11 on SOLNMAN ERROR       timeout occured TIME        Wed Nov 05 17:42:31 2008 RELEASE     640 COMPONENT   NI (network interface) VERSION     37 RC          -93 COUNTER     4825
    How to resolve this problem ?
    Regards,
    Boopathi M

    Hi
    Check out these thread
    /message/5401584#5401584 [original link is broken]
    JCO$Exception: (102) RFC_ERROR_COMMUNICATION: CPIC-CALL: 'SAP_CMACCPTP'
    Thanks

  • OS X pdf creation error

    I choose "Save as PDF" from print dialog, open the resulting file in Acrobat (v7.0.8) or in Reader (v7.0.9), and print. Output is incorrect: the margins are 25% larger (1 inch going to 1.25 inch all around) and the text and images are smaller, such that everything is in the correct place, only shrunk in size. Open the same pdf in Preview and the printed output is perfect, exactly as non-pdf version of the file.
    This behavior is independent of word processor (tried Word X, Word 2004, Bean, even BBEdit), independent of printer (tried a laser printer and an inkjet), and independent of computer (tried a PowerBook and an iBook). Remarkably, when I use the MS Word PDFMaker plug-in provided by Adobe to convert a Word document to pdf, the same aberrant behavior occurs. Furthermore (and this is the real headache), when I send the pdf to a PC user, it continues to print incorrectly. I've seen this behavior in earlier versions of OX 10.4 as well as in 10.3. One might say it’s not an OS X issue but an Acrobat issue, since there is perfect concordance between the pdf file created by OS X and Preview. But that doesn’t do me any good when I send my documents to PC users.
    I can't imagine this hasn't been reported but I was unable to find anything in the archives after about a half-hour of searching. Or am I missing something? The documents do not have margin comments (indeed, "Include comments" is unchecked in the Word preferences).
    Thanks for any input.

    Welcome to Apple Support Communities
    Try downloading OS X Mountain Lion in safe mode. To start up in safe mode, hold the Shift key while your Mac is starting. Then, open the Mac App Store, log in with your Apple ID, go to Purchases and download OS X Mountain Lion. When the download finishes, install it

  • Save as .pdf  in Photoshop CS5 - serious font issues.

    Hello.
    It may not be directly about Acrobat, but since it's a PDF issue maybe someone here will be able to help.
    I'm having serious issues with fonts while saving as .pdf from Ps.
    No matter what pdf settins I use, the fonts result messed up one way or the other (see attachment). It only happens when saving as .pdf from Ps, while all works fine when saving from Illustrator, Word, etc...
    I have no idea what could be the reason. Please help.
    Thanks in advance.
    Attachment:
        top: screen capture of .psd in Ps (with font/paragraph settings)
        bottom: screen capture of saved .pdf when viewed in Acrobat
    Microsoft Windows 7 x32/x64 (same issue on two machines)
    Adobe Photoshop 12.0.3 x32/x64 respectively
    Adobe Acrobat Pro 10.0.0 x64
    Adobe Acrobat Pro 9.4.1 x32

    Solved.
    After going through all the preferences - it was due to "2D graphics acceleration" being on for some reason.
    So - you put "2D graphics acceleration" in Acrobat (9 an/or 10) an the above is what you get... hmmm.....
    Thanks for assistance.

  • PDF creation from ID - not outlining fonts correctly

    Hi all. I have a query regarding PDF creation from InDesign (so this could have been in the Acrobat section instead but went for this one).
    I work for a publisher using CS2+3 on PCs. We don't have one out of house printer as a rule but several. All have different requirements.
    Essentially we are converting fonts to curves from within InDesign when creating the PDFs. Therefore we have multiple files (curved and text) which is adding lots of time onto projects and adding a further margin for error with missing or out of date files. It seems this process is necessary as whenever I select the option to outline the fonts when creating the PDFs, the printers usually get in touch asking for the font, even though it has been outlined.
    I am hoping to find any simple solution, hopefully avoiding purchasing extra software, that avoids creating duplicate 'curved' files. I realise it's a big topic and not restricted to InDesign but this is the main software we are using so figured this was the place for it. Many thanks.

    I'll let others question the necessity of outlining text. It has been discussed many, many times before, and the only valid reasons I found so far are producing files for hopelessly outdated printers (the usual recommendation is "find another one, fast!") and for legacy custom hardware such as cutters and engravers.
    But this is really a mystery to me:
    It seems this process is necessary as whenever I select the option to outline the fonts when creating the PDFs, the printers usually get in touch asking for the font, even though it has been outlined.
    Tr this: outline all text in your ID document. Export as PDF. Check under Document Properties, Fonts. How many fonts do you see? If everything is outlined, there shouldn't be any.
    How does the printer know what fonts to ask for, and what is he ever gonna do with these fonts?

  • Bad PDF; could not read page structure. Bad PDF; error in processing fonts: unsupported Type2 font

    I created a "form" in MS Word using a table with blanks for where the fill-in fields are supposed to go. I converted the file to PDF, and then I tried to use the PDF Forms maker with the automatic field detection feature (Acrobat 8 Pro) but I keep getting the error "Bad PDF; could not read page structure. <Bad PDF; error in processing fonts: unsupported Type2 font> [1]" What could be causing this? Is there something I need to do in Word to make the field recognition work? The field recognition has worked with other PDFs that I have not created in Word. I'd rather not have to create each individual field myself, if I don't need to. I thought this was a great feature when I have used it on other PDFs, but I need to figure out what I'm doing wrong on forms I am creating myself in Word.<br /><br />I am using a MacBook with Leopard, all updates installed, Office:MAC 2008 and Adobe Acrobat 8 Professional.<br /><br />Thank you in advance!

    I got where you were going with this, so I printed with the Adobe 8.0 printer and then I was able to use the auto field detection. THANKS!!

  • Trouble with Preview not using embedded fonts in a PDF

    I have a client I'm working with that is generating PDF reports for various organizations in various languages. They are using an Arial Unicode font but are using different encoding for some of the more unique languages. To ensure the report will be viewable regardless of installed fonts, they are embedding the font.
    Most of the languages are showing up fine in preview, but three languages are giving me trouble. Specifically Greek, Russian and Thai which are using encoding EL8MSWIN1253, CP1251, and TH8TISASCII.
    Basically the question is whether there is some toggle that will tell Preview to use the embedded font? Or something we can put into the PDF (the pdf is created using FPDF) that will allow a user to know which font/encoding they'll need to install in order to properly view the document? (I'm actually trying to figure that out myself...which font I need to install to get preview to view the document properly).
    Thanks in advance for any help.

    Actually, I got that example to work... here are the changes
    I made...
    <mx:htmlText>
    <![CDATA[You can vary the <font size='20'>font
    size</font>,<br><font
    color="#0000FF">color</font>,<br><font
    face="Courier New">face</font>, or<br><font
    size="18"color="#FF00FF"face="Times New Roman">any combination
    of the three.</font>]]>
    </mx:htmlText>
    As I said above, I have found errors in the code of the help
    docs... this is yet another one of them. Usually its spaces in the
    wrong place, or no space at all, or missing ) or ], or a case
    sensitivity issue.
    If you got your custom font to display, that should work...
    but then again.. what should work, doesn't always.

  • Convert Excel to PDF using specific font Avant Garde ends up with missing text

    Hello, hopefully someone can help me out.  I have a problem with converting a specific Excel document to PDF using Acrobat 6.0.6.  Whenever this document is converted to PDF, on one specific computer there is are missing lines of text.  The font of the text is Avant Garde.  I can change the font to something like Arial and it will convert fine and all text will be shown in the PDF.
    I've already reinstalled Windows on this PC with its bare essentials and sure enough the problem persists.
    The Avant Garde font is installed by way of Adobe Type Mangager Light 4.1.  The fonts are Post Script .PFB.  I have a second and third PC with the same setup and these other two can successfully convert the Excel to PDF using Acrobat 6.0.6 without any problems (using the same Avant Garde font).
    I can uninstall and then reinstall Acrobat 6.0.6 and this will fix the problem temporarily but it will eventually come back within a day or two.
    Is there anything anyone can think of that would cause this problem to occur?

    I suspect the font is not embedded and not on that machine. You might try selecting "use Local Fonts" to see if it works that way. To check embedding, select ctrl-D and the font tab, or go to the document properties and select the font tab (they keep moving these around and don't remember where it is in AA6).
    If the font is not embedded, then change your job settings for creating the PDF to Press or Print forms and see if that solves the problem.

  • How to use OCR Font A type by the time of writing some text into Pdf fil

    Hi,
    I am generating one pdf file in java. How can I use OCR Font A for text of pdf file ..Please can any one help where can I get OCR Font A and how to use that one in java ... I want to write some text into pdf file and that text should use OCR Font A family ...
    Thanks.

    This document shows how to disable OCR during conversion; just do the opposite: https://forums.adobe.com/docs/DOC-3062

  • Adobe PDF Creation Add-On 9 install error

    I have just upgraded to Windows 7 32-bit and was able to install Robohelp HTML without any problems. However, when I try to install the Adobe PDF Creation Add-On I get the following message: "This installation package could not be opened.  Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer package."
    Since I rely on the PDF Creation Add-On to create PDF files I need to find a resolution to this problem.  Is there a Window 7 version of the Robohelp installer that I can use?

    I have just upgraded to Windows 7 32-bit and was able to install Robohelp HTML without any problems. However, when I try to install the Adobe PDF Creation Add-On I get the following message: "This installation package could not be opened.  Verify that the package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer package."
    Since I rely on the PDF Creation Add-On to create PDF files I need to find a resolution to this problem.  Is there a Window 7 version of the Robohelp installer that I can use?

Maybe you are looking for