Problem in navigating from page A to page B

Hello

I have a problem and I'm stuck, please help me.
I replaced the traditional menu that is based on af:navigationPane and af:commandNavigationItem with af:menuBar, af:menu and af:commandMenuItem inside the JhsPageTemplate.jspx file. I mean, I replaced this part
-----
< af:navigationPane id = "Menu2".
rendered = "#{attrs.showMenu2} '"
partialTriggers = "' Item2: pendingChangesDialog: Menu1 '"
var = 'menuItem '.
value = "#{attrs.menuModel} '"
Level = "#{attrs.menuStartLevel + 1} '"
Hint = 'bar' >
< f: facet name = "nodeStamp" >
< af:commandNavigationItem id = 'Item2 '.
partialSubmit = 'true '.
Text = "#{MenuItem.label} '"
actionListener = "#{pageFlowScope.pendingChangesBean.handle} '"
action = "#{MenuItem.doAction} '"
rendered = "#{MenuItem.rendered}" >
< / af:commandNavigationItem >
-----

with the menu which I built manually

-----
< af:menuBar id = binding = "#{MenuBean.menubar"mbMain"}" >
< af:menu text = 'BASIC' id = "mBasic" rendered = "true" >

< af:commandMenuItem id = "Signatories" text = "SIGNATORIES" rendered = 'true '.
action = "uishell:Signers" partialSubmit = "false" / >

< af:commandMenuItem id = "BSI" text = "BSI" rendered = 'true '.
action = "uishell:BSI" partialSubmit = "false" / >

< / af:menu >
< / af:menuBar >
-----

For the action property of commandMenuItem, I used the action generated automatically in the files menu - property xxx.xml. Now I run the application and everything seems to work but when I navigate from page A to page B and refresh the browser by F5 an error like this message:

javax.el.PropertyNotFoundException: inaccessible target, 'BSIDetailTable' returned null
at com.sun.el.parser.AstValue.getTarget (unknown Source)
at com.sun.el.parser.AstValue.setValue (unknown Source)
at com.sun.el.ValueExpressionImpl.setValue (unknown Source)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:656)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
to oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.access$ 000 (LifecycleImpl.java:71)
to oracle.adfinternal.view.faces.lifecycle.LifecycleImpl$ 1.call(LifecycleImpl.java:697)
to oracle.adfinternal.view.faces.lifecycle.LifecycleImpl$ 1.call(LifecycleImpl.java:693)
at oracle.adf.view.rich.component.fragment.UIXRegion.processRegion(UIXRegion.java:503)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:692)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executeBindings(LifecycleImpl.java:727)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._restoreView(LifecycleImpl.java:632)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:300)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:185)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:446)
at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:446)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.jheadstart.controller.jsf.AuthenticationFilter.doFilter(AuthenticationFilter.java:282)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:111)
at java.security.AccessController.doPrivileged (Native Method)
at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3715)
to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3681)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)


the done "BSIDetailTable" refers to a table in the page in which I have sailed since, in the case of A page. I think that navigation has not been done correctly and completely, and the control is looking for something in the previous page. Action = "uishell:BSI" attribute is the same for the component af:commandNavigationItem and af:commandMenuItem component then why is - what happens?

I use JDev 11.1.1.4 and JHs 11.1.1.3.35

Kind regards
Will do

Will do,

You must set partialSubmit = 'true', and the menu bar should have partialTriggers to listen to the menu items:




Text = "employees".
action = "uishell:Employees".
rendered = 'true '.
partialSubmit = "true" / >

Text = "departments."
action = "uishell:Departments".
rendered = 'true '.

partialSubmit = "true" / >

Text = 'country '.
action = "uishell:Countries".
rendered = 'true '.
partialSubmit = "true" / >

Then, in UIShell.jspx, you must add your id to the bar of menus "mbMain" as a partial target:



"partialTriggers =": mbMain: Menu1: Menu2: pendingChangesDialog "/ >

Steven Davelaar,
JHeadstart team.

Tags: Java

Similar Questions

  • Problem in navigation of Page in Boulded Taskflow


    Hi all

    I have a bouded workflow where I have two points of view.

    1 results found

    2 details view.

    In the results see the results I I have a table where the first column as hyerlink in details page I.

    I have change and functionality of update in my view details page.

    My problem is when I navigate first page (results page) to the second page (see page) am filling in the values of the form. If the user changes a form field in the details page and click back to the page of the results without saving it.  Again, click on the same line and go to the details page for now that the application displays the last values that the user has been changed recently. But these values are not database, these documents are in the Session.

    So my question is every time when I go to details page I need the actual values of the data that appear in the fields on the form.

    Please help me.

    I use JDEV: 11.1.2.0.1

    Thank you

    BEE.

    Hello

    Have you tried to run the restore operation upon return without saving changes?

    Concerning

  • I have problems to download from a Web site with more than 100 pages. The download is stuck at 6%. Muse has a page limit? I use Adobe Muse CC 2014 v7.4

    I have problems to download from a Web site with more than 100 pages. The download is stuck at 6%. Muse has a page limit? I use Adobe Muse CC 2014 v7.4

    425 is the error that you have been doing all along? That looks like a firewall or router problem or a server side hosting configuration problem.

  • "There is a problem with this Web page then it has been reloaded" in Safari on my Mac.

    When I go to Google Docs, the page may not load and the message "is a problem with this Web page then it was recharged" keep appearing until page reads "a problem several times occurred with xxx. It is also accompanied by a message saying "web content Safari quit unexpectedly. This problem occurred only when I try to access a document on google docs, and google no drive. It happens on multiple google accounts, so I guess that the problem is not in the account.

    I tried to remove the plug-ins, extensions, modules, clear my cache, erase my browser history and go on a guest account, start up and none of them worked. I have a macbook air.

    Does anyone know the solution to this? Thank you.

    Hi, it happened to me as well and made me mad, I've sorted this problem out by updating FontExplorer XPro (from version 2 to version 5.5), check your font app situation, if it is old, if you corrupt fonts etc.

    If you use font book, select the fonts and post them and if the problem persists then go to FILE) restore the Standard fonts.

    It seems that this is a problem caused by your application of policies or corrupt fonts, to give it a try.

    Good luck

    Gabriel

  • How to clear the value quickly adopted by the last navigation between pages.

    Hello

    I have 3 pages (A, B, C) under the same dashboard, and they come from the same domain.

    A and B are summary pages, say they have columns in their analysis and prompt as below has a column named A - Col; B a column named B - Col.

    C is the detail of the page. He has two columns, that is A - Col, Col - B in its analysis and invites.

    That is the problem.

    When I browse from A to C, the C got the value of the parameter A and keeps. For example, the A - pass in guest page C was set at 'A' now

    And I switch to the B page by clicking the page tab and go to the C page by clicking on the column B - Col. The C will get the value of B and keep it. For example the B - pass online of the C page now has the value 'B '.

    But the problem is the value of A - collar is not clearly. It is still 'A' who went from page one last time. It caused the C analysis incorrect result page.

    I was expecting to see the info in detail on page C B - Col = 'B' when you navigate from page B. But I got the result that A - Col = 'A' and B - Col = 'B '.

    Any way to solve?

    Thank you very much in advance.

    Kind regards

    Alex

    Alex,

    Please, add the tag in instancexonfig.xml under tags and restart the presentation server.

    fake

    This will force the server to use the scope of the dashboard page.

    Thank you

    Vineeth

  • PROBLEM when scanning multi-page pdf

    Hello

    Since the update of the sierra, I have a problem when scanning multiple page document. If I check the checkbox "merge pdf" in the scanner window, first page works fine but when I scan page #2 or one of the more page don't merge in the file pdf which flashes briefly in the sidebar, but still with only one page...

    I tried with another scanner (diff brand and model) and the same problem, so not a driver issue...

    any idea?

    Thanks in advance

    Stephane likes

    Best I can tell with Sierra make a pdf of many a scanner using the preview page is completely broken. Time to report through www.apple.com/feedback/.

  • problems with some Web pages won't load does not correctly

    I have had problems with pages loading correctly but have not been able to solve the problems. I also tried to create a screen shot without success apparently. It is with all Web sites are not only some here and there. Sometimes if I navigate to the power and return to this page, he can solve the problems but more often than not, it does not solve the problem. I also use another browser such as google chrome or firefox and not met the same problem. The same page loads correctly and as expected. I appreciate your help in this matter and I did some of the steps in the frequently asked questions and what you all have suggested to solve the problem as clear the cache, etc. in case of problems, but it does not permanently fix

    my Firefox isn't properly loading page please solve... example

  • There was a problem with this web page, so it has been reloaded. Started happening right after the last security update.

    Since the last update security update some says there are. "There are several sites that I get the error" there was a problem with this web page, so it has been reloaded "and it does not load the site ultimately. It is in Safari. Sites will open in Chrome very well. I tried to delete the cookies and cache. Restart the browser.

    Version OS X 10.9.5

    It can happen if you have third party advertising blockers installed as extension Safari or third party plug-ins.

    How to troubleshooting instructions here.

  • message keeps coming up ' is a problem with this Web page then it has been reloaded.

    My woman keeps getting the message on his ipad when she tries to use the internet "is a problem with this Web page then it has been reloaded. What happens whenever she tries to go to a Web page. It all started last night when she tried to open a file attached to an email zip. Could not be linked. What should she do?

    Do a restart forced his iPad: press and hold the home button and sleep, wait for the Apple logo, release the buttons. While waiting for the reboot also restart the WiFi router by pulling on the power of him, wait a minute, then plug it in again.

  • Navigation between Pages

    Hi all

    I am developing an app for z10, I have 4 pages with a lot of custom inside each other UI controls.

    But I don't have a navigation page, if anyone can help me to know what is the best way of navigating between pages?

    Kind regards

    Neo

    usually, you have a navigationPane, that is not a visible element, but is used to control the navigation (using push/pop, etc.).

    If you do not want to use one (or another like tabbedpane) you will need to control the user interface of c ++

  • When I open IE msg said "a problem with this web page caused IE to close and reopen the tab."

    I have a Compaq CQ60-202US about 3 years and all of a sudden, without making any change in the software that I am aware, whenever I try to open Internet Explorer, it gives me this message, "a problem with this web page caused IE to close & reopen the tab."  I can open Google without any problem. I upgraded to IE 9, but that made no difference. I don't really know what it takes to solve this problem.

    Hello

    You can try resetting Internet Explorer as follows: be aware that this will remove bookmarks and saved passwords etc

    Open windows control panel, open Internet Options, click the Advanced tab, and then click the reset button.  Click 'Yes' or 'Ok' for all additional guests needed to complete the process.

    In case of failure to correct the problem and you are using Windows 7, follow these steps.

    Click on the Start Menu and select Control Panel.  Open programs and features, click on "Windows turn features on or off" and remove the check mark next to Internet Explorer 9 click Yes, then OK and then when restart the laptop.

    When Windows has restarted, click the Start Menu and select Control Panel.  Open programs and features, click on "Windows turn features on or off" and re-enter the checkmark next to Internet Explorer 9.  Click Yes and then OK and when it is finished installing, restart the computer again.

    Kind regards

    DP - K

  • y at - it a shortcut to go from page 1 &gt; 3 &gt; 5 &gt; 7?

    Jin

    Sometimes I need to adapt to a PAGE in my window, NOT a gap, because I have 2 open indesigndocuments side by side on my screen.

    When I want to go to 1 'uneven' to another page number, I use the shortcut "command + page up/page down".

    but then I from page 1 to 2.

    I want to go from 1 to 3-5, etc.

    as the option-PG. Prev shortcut works from page 2 > 4 > 6 > 8 etc.

    is there a way to do it for the uneven pages?

    Thanks in advance!

    karien

    {rtf1\anis

    indicates that you saved the script under formatting text (RTF, in fact). When you save the scripts be sure to save them as plain text (look for an option called 'plain text', 'formatted text', 'text only' or 'ASCII', something like that). Because you're on a Mac and I am not I can not specify the steps.

    Peter

  • JS CS3 dialogue Simple changing of doc from page.

    This user this example is a dialog telling them that their current document from page. The user can then change the value and update the first page number. For some reason, I get an error cannot process the request because a modal dialog box or the alert is active. I put myDialog.close (); before the if statement should, so this does not stop this error?

    I added not just any what control to ensure a doc is still open to identity card.

    var myDialog is new window ("dialog", "From Pg" no);.

    myDialog.dPgNo = myDialog.add ('panel', undefined, 'File Details');
    myDialog.dPgNo.alignChildren = 'left ';
    myDialog.dPgNo.myPgNo = myDialog.dPgNo.add ('group');
    myDialog.dPgNo.myPgNo.group = myDialog.dPgNo.myPgNo.add ('group');
    myDialog.dPgNo.btnGroup = myDialog.dPgNo.add ('group');
    with (myDialog.dPgNo) {}
    myPgNo.group.orientation = "column";
    myPgNo.group.alignChildren = 'right ';
    myPgNo.group.preferredSize = [90.15];
    myPgNo.group.st = myPgNo.group.add ("statictext', undefined,' Doc your start page is :');")
    myPgNo.et = myPgNo.add ('edittext', not defined, app.activeDocument.pages [0] .name)
    btnGroup.btn = btnGroup.add ('button', undefined, 'Update');
    btnGroup.alignment = 'right ';
    }

    myDialog.dPgNo.btnGroup.btn.onClick = function() {}
    myDialog.close ();
    var myPagestart = myDialog.dPgNo.myPgNo.et.text;
    If (app.activeDocument.pages [0] .name! = myPagestart) {}
    app.activeDocument.pages [0].appliedSection.continueNumbering = false; <-ESTK stops here with the error mentioned above.
    app.activeDocument.pages [0].appliedSection.pageNumberStart = parseInt (myPagestart);
    app.activeDocument.pages [0].appliedSection.sectionPrefix = "";
    Alert ("your start page of document has been changed to" + myPagestart + ".");
    }
    myDialog.show ();
    }

    myDialog.show ();

    Hi John,.

    You don't need to close and reopen the window. Instead of dialog use type "palette" of the window and run the script in a persistent engine, for example #targetengine "session".

    Kasyan

    #targetengine "session".
    var myDialog = new window ("palette", "From Pg" no);
    myDialog.dPgNo = myDialog.add ('panel', undefined, 'File Details');
    myDialog.dPgNo.alignChildren = 'left ';
    myDialog.dPgNo.myPgNo = myDialog.dPgNo.add ('group');
    myDialog.dPgNo.myPgNo.myGroup = myDialog.dPgNo.myPgNo.add ('group');
    myDialog.dPgNo.btnGroup = myDialog.dPgNo.add ('group');
    with (myDialog.dPgNo) {}
    myPgNo.myGroup.orientation = "column";
    myPgNo.myGroup.alignChildren = 'right ';
    myPgNo.myGroup.preferredSize = [90.15];
    myPgNo.myGroup.st = myPgNo.myGroup.add ("statictext', undefined,' Doc your start page is :');")
    myPgNo.et = myPgNo.add ('edittext', not defined, app.activeDocument.pages [0] .name)
    btnGroup.btn = btnGroup.add ('button', undefined, 'Update');
    btnGroup.alignment = 'right ';
    }
    myDialog.show ();

    myDialog.dPgNo.btnGroup.btn.onClick = function() {}
    var myPagestart = myDialog.dPgNo.myPgNo.et.text;
    If (app.activeDocument.pages [0] .name! = myPagestart) {}
    app.activeDocument.pages [0].appliedSection.continueNumbering = false;
    app.activeDocument.pages [0].appliedSection.pageNumberStart = parseInt (myPagestart);
    app.activeDocument.pages [0].appliedSection.sectionPrefix = "";
    Alert ("your start page of document has been changed to" + myPagestart + ".");
    }
    }

  • Problem of navigation by exposing existing ADF application as a portlet in WebCenter

    I joined my existing ADF application with WebCenter by following the steps mentioned in http://www.oracle.com/technetwork/developer-tools/jdev/ccset62-all-100884.html.

    In the homepage of our application, we are displays a table with a list of IDs and we are adding the user selected as a parameter of the URL id to display the following page dynamically.

    After integration of webcenter homepage is displayed correctly. But when I select an id home page, home page is once again appears instead of the next page. Even if I am not able to find any exception in the weblogic Server console.

    I don't know, but what I suspect is portlet ignores settings that are appended to the URL.

    Can someone help me solve this problem of navigation.


    Kind regards
    Kiran

    Published by: user13331987 on August 30, 2010 04:27

    Published by: user13331987 on August 30, 2010 04:46

    The difference with portlets and adf applications, is that you can not access the URL from the portlet settings. You need to spend your portlet page.
    You must first create a pageparameter that can be done in the links page or when running using the component of an oracle composer.

    This article describes how to wire set of portlets, but that's why you need of pageparameters and portletparameters:
    http://download.Oracle.com/docs/CD/E12839_01/WebCenter.1111/e10149/pages_wiring.htm

    You must do the same thing, but you have only 1 portlet and your page setting will be an EL statement where he gets the parameter of the URL. When you set the portlet for the pagaparameter parameter, the value of the pageparameter will be send to the portlet, and then you can ask that the value of your portlet.

    I've already implemented this on a webcenter application spaces so if you get stuck somewere, let me know.

  • How to get around the problem of printing from the printer driver Adobe PDF for Notepad instead of a PDF Document?

    How to get around the problem of printing from the printer driver Adobe PDF for Notepad instead of a PDF Document? I tried the tool 'Repair Acrobat Installation' and other problems listed on the forums, but nothing worked. In the Notepad document is the following ' % [ProductName: distill] % X937B6DD4 not found, using the mail service.» X07BB154E not found, by using the messaging service. % [Page: 1] %% % [Page: 2] % % [Page: 3] % % [Page: 4] % % [Page: 5] % X4EEBB81F not found, by using the messaging service. %% [Error: invalidfont;] OffendingCommand: show; ErrorInfo: CharOffsets ss %% [Flushing: rest of work (end of file) will be ignored] %% %% [warning: PostScript error.] No PDF file produced. ] %%."

    The log file indicates that the Distiller cannot find fonts and besides, fonts with very weird names. (These names can often appear when printing from an application, WPF such as Internet Explorer 9, 10 or 11.)

    My best guess is that the problem is with the options set for the PostScript of PDF from Adobe printer driver instance. Exit the application you were initially impression since. Open the Adobe PDF printer Properties . Then click the Advanced tab. Then click on the button default printing . This should produce a significant window default print Adobe PDF is already opened in the Adobe PDF settings tab. On this tab, there is a checkbox to rely on system only fonts; do not use fonts in the document. If this box is checked, uncheck it and press apply , then OK. Then go to the general tab and press the button Preferences giving the window entitled Adobe PDF printing preferences. Again once, look for the box to rely on system only fonts; do not use document fonts. If this box is checked, uncheck it and press apply , then OK. Then back in the Adobe PDF Properties dialog box main, press apply (if it is enabled), and then click OK. Re-enter the app you were original print and try to print again. Let us know if that fixes the problem.

    -Dov

    PS: Unfortunately, rely on fonts system only turned on by default, causing problems for many applications. I always recommend turning it off (i.e., unchecking it)!

Maybe you are looking for