Getting a web based colour PDF to print in greyscale

Not sure if this is something that would be done in Indesign at export stage or if it's something for Acrobat......
This is a question for PDFs to be used on the web for when Internet users want to print that PDF....
Is it possible [other than changing pc print settings at the print stage] to force a PDF document, that is in colour, to print in 'black and white' and only print in colour if this setting is overridden?
Any help much appreciated.

Yes it's up to whoever downloads it to make the call on how they print it and what settings to use, in my opinion.
If it is a problem with click charges as suggested, then that company needs to set protocols.Our companies IT department went around each computer setting the default print settings to Grayscale for everyone.
The option is on most print devices to print Grayscale, requesting that the PDF prints grayscale but is viewed full colour is a crazy concept.
As I said at first, the PDF is a final file format. It's either colour or it's grayscale. It can't be both.
If it was grayscale then you couldn't print is a colour because the colour isn't there to print, there's no info there for the printer to print.
But a colour page can be printed as grayscale, as most print devices come with this option.
So basically, you can have a colour pdf or a black and white pdf. Not both.

Similar Messages

  • How to develop a web based editable pdf?

    I looking for ways to create a web based editable pdf, where user can edit and save it to that document itself and the ability to add event handlers upon completion of the task.

    You may also be interested in this:
    <http://www.hartnell.edu/faculty/frc/guides/Create%20a%20fillable%20PDF%20Form.pdf>
    Good luck.

  • Color PDFs only print in Greyscale

    I'm having trouble getting colour PDFs to print correctly. No matter what printer settings I use I only get a greyscale rendering on the printer. It looks fine on screen. Other apps print in color on the printer OK. I'm not sure when this problem occurred, it worked OK with previous versions of Adobe Reader up to about 3 months ago.
    System here is: Windows XP SP3, Adobe Reader 11.0.3, Canon MG3150 Inkjet multifunction device.

    No, I made sure that all boxes for grayscale were unchecked. Checked or unchecked it prints the same.

  • Convert a web report into pdf and print (in BW 3.5)

    Hello gurus,
    i have few web reports ( created using WAD). i am looking for a possibility to convert a web report (viewed in a browser by a user) into pdf and print them and this should be done by pressing a button.
    Is it possible in BW 3.5 version?.
    could anyone please help me?
    Any how to docs. would be really helpful.
    thanks and regards
    kumar

    Here it is
    <HTML>
    <!-- BW data source object tags -->
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="SET_DATA_PROVIDER"/>
             <param name="NAME" value="DATAPROVIDER_1"/>
             <param name="DATA_PROVIDER_ID" value=""/>
             DATA_PROVIDER:             DATAPROVIDER_1
    </object>
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="SET_PROPERTIES"/>
             <param name="TEMPLATE_ID" value="ZPD_ADHOC_PAGE"/>
             <param name="MENU_BACK" value=""/>
             <param name="MENU_BACK_TO_START" value=""/>
             <param name="SUPPRESS_WARNINGS" value="X"/>
             <param name="MENU_FILTER" value=""/>
             <param name="MENU_FILTER_ON_AXIS" value=""/>
             <param name="MENU_SELECT_FILTER" value=""/>
             <param name="MENU_FILTER_ON_AXIS_CHART" value=""/>
             <param name="MENU_FILTER_CHART" value=""/>
             <param name="MENU_FILTER_DRILL_DOWN" value=""/>
             <param name="MENU_DRILL_UP_GIS" value=""/>
             <param name="MENU_DRILL_DOWN" value=""/>
             <param name="MENU_EXCHANGE_OBJECTS" value=""/>
             <param name="MENU_REMOVE_DRILL_DOWN" value=""/>
             <param name="MENU_SWITCH_AXIS" value=""/>
             <param name="MENU_HIERARCHY_NODE_DRILL" value=""/>
             <param name="MENU_HIERARCHY_DRILL" value=""/>
             <param name="MENU_HIERARCHY_STATE" value=""/>
             <param name="MENU_SORT" value=""/>
             <param name="MENU_CALCULATE_RESULT" value=""/>
             <param name="MENU_CALCULATE_VALUE" value=""/>
             <param name="MENU_CUMULATE_VALUE" value=""/>
             <param name="MENU_DISPLAY_DOCUMENTS" value=""/>
             <param name="MENU_DOCUMENT_CREATE" value=""/>
             <param name="MENU_DISPLAY_DOCUMENT_PROP" value=""/>
             <param name="MENU_DISPLAY_DOCUMENT_SELEC" value=""/>
             <param name="MENU_RRI" value=""/>
             <param name="MENU_EXPORT_TO_CSV" value=""/>
             <param name="MENU_EXPORT_TO_XLS" value=""/>
             <param name="MENU_BOOKMARK" value=""/>
             <param name="MENU_CHARACTERISTIC_PROPERTIES" value=""/>
             <param name="MENU_VALUE_PROPERTIES" value=""/>
             <param name="MENU_QUERY_PROPERTIES" value=""/>
             <param name="MENU_VARIABLE_SCREEN" value=""/>
             <param name="MENU_CURRENCY_CONVERSION" value=""/>
             <param name="MENU_ENHANCED" value=""/>
             TEMPLATE PROPERTIES
    </object>
    <HEAD>
    <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control">
    <TITLE>SAP BW Reporting Print Page</TITLE>
    <link href="/sap/bw/Mime/BEx/StyleSheets/BWReports.css" type="text/css" rel="stylesheet"/>
    <script type"text/javascript">
    <!--
    //   Global Variable Definition
    var dataTable = "";
    var pageRowCnt = 0;
    var prevPage = 0;
    var ColumnCnt = 0;
    var PrintDateTimeStamp = new Date();
    var rptWidth = 0;
    //DATE STAMP FUNCTION
    function datestamp(){
               var Today = new Date()
               document.write(Today);
    function getReportTitle() {
                    var myQueryString = window.location.search;
                    var startOfRptTitle = myQueryString.indexOf("QTITLE=");
                    if (startOfRptTitle != -1)
                         var endOfRptTitle = myQueryString.indexOf("&", startOfRptTitle + 7);
                         var myTitle = unescape(myQueryString.substring(startOfRptTitle + 7, endOfRptTitle));
                         var rpttitle = "";
                         for(i=0;i<myTitle.length;i++){
                             if (myTitle.substring(i,i+1) == "+"){
                                 rpttitle = rpttitle + ' ';
                             else
                                 rpttitle = rpttitle + (myTitle.substring(i,i+1));
                    else
                         var rpttitle =  "Unspecified Query Title";
                    return rpttitle;
    queryTitle=getReportTitle();
    function getHeading2() {
                    var myQueryString = window.location.search;
                    var startOfHdr2 = myQueryString.indexOf("HDR2=");
                    if (startOfHdr2 != -1)
                         var endOfHdr2 = myQueryString.indexOf("&", startOfHdr2 + 5);
                         var myHdr2 = unescape(myQueryString.substring(startOfHdr2 + 5, endOfHdr2));
                         var hdr2 = "";
                         for(i=0;i<myHdr2.length;i++){
                             if (myHdr2.substring(i,i+1) == "+"){
                                 hdr2 = hdr2 + ' ';
                             else
                                 hdr2 = hdr2 + (myHdr2.substring(i,i+1));
                    else
                         var hdr2 =  "#";
                    return hdr2;
    header2=getHeading2();
    function getHeading3() {
                    var myQueryString = window.location.search;
                    var startOfHdr3 = myQueryString.indexOf("HDR3=");
                    if (startOfHdr3 != -1)
                         var endOfHdr3 = myQueryString.indexOf("&", startOfHdr3 + 5);
                         var myHdr3 = unescape(myQueryString.substring(startOfHdr3 + 5, endOfHdr3));
                         var hdr3 = "";
                         for(i=0;i<myHdr3.length;i++){
                             if (myHdr3.substring(i,i+1) == "+"){
                                 hdr3 = hdr3 + ' ';
                             else
                                 hdr3 = hdr3 + (myHdr3.substring(i,i+1));
                    else
                         var hdr3 =  "#";
                    return hdr3;
    header3=getHeading3();
    function getAsOfDate() {
                    var myQueryString = window.location.search;
                    var startOfRelevance = myQueryString.indexOf("ASOFDATE=");
                    if (startOfRelevance != -1)
                         var endOfRelevance = myQueryString.indexOf("&", startOfRelevance + 9);
                         var myRelevance = unescape(myQueryString.substring(startOfRelevance + 9, endOfRelevance));
                         var asof = "";
                         for(i=0;i<myRelevance.length;i++){
                             if (myRelevance.substring(i,i+1) == "+"){
                                 asof = asof + ' ';
                             else
                                 asof = asof + (myRelevance.substring(i,i+1));
                    else
                         var asof =  "";
                    return asof;
    asofDateTime=getAsOfDate();
    function getPaperSize() {
                    var myQueryString = window.location.search;
                    var startOfPaperSize = myQueryString.indexOf("PSIZE=");
                    if (startOfPaperSize != -1)
                         var endOfPaperSize = myQueryString.indexOf("&", startOfPaperSize + 6);
                         var myPaperSize = unescape(myQueryString.substring(startOfPaperSize + 6, endOfPaperSize));
                         var psize = "";
                         for(i=0;i<myPaperSize.length;i++){
                                 psize = psize + (myPaperSize.substring(i,i+1));
                    else
                         var psize =  "0";    // default if none supplied  (normal 8x11)
                    return psize;
    varPaperSize=getPaperSize();
    var PaperSizeParamString='&PSIZE=' + escape(varPaperSize);
       switch(varPaperSize){
            case "0":    // Landscape - Letter
                           var WidthMax = 910;
                           var RowsPerPageMax = 38;
                           break;
            case "1":    // Landscape - Legal
                           var WidthMax = 1190;
                           var RowsPerPageMax = 38;
                           break;
            case "2":    // Portrait - Letter
                           var WidthMax = 660;
                           var RowsPerPageMax = 54;
                           break;
    function getTotalColumns() {
       var myHTML = dataTable.rows[1].innerHTML;
       var TotalTDs = 0;
       var nextTD = 0;
       for (i=0;i<myHTML.length;i++) {
           nextTD =  myHTML.indexOf("<TD", i);
           if (nextTD != -1) {
              i=nextTD;
              TotalTDs++;
           else break;
       return TotalTDs;
    function GetPageHeadings() {
       var headingHTM = "";
       var leftspancnt = 0;
       var rightspancnt = 0;
       var headingspancnt = 2;
       if (header2 != '#') headingspancnt = headingspancnt + 1;   // adjust for extra headings
       if (header3 != '#') headingspancnt = headingspancnt + 1;  
       if (currPage > 1) {
          headingHTM += '<TR style="page-break-before:always; display:none; visibility:hidden; "><TD Colspan="' + ColumnCnt + '"></td></tr>';
       else {
          headingHTM += '<TABLE  id="THEREPORT" name="MYREPORT" cellSpacing=0 cellPadding=0 width=' + WidthMax + ' border=0>';
       if (ColumnCnt == 1) {
          headingHTM += '<TR><TD vAlign=top align=left nowrap><font Size=3><STRONG>';
          headingHTM += queryTitle;
          headingHTM += '</STRONG></font></TD><TD Rowspan="' + headingspancnt + '" align="right" vAlign="top"><input type="image" border="0" name="SAPLogo" src="/sap/bw/Mime/Customer/Images/images.jpg" alt="SAP Logo"></TD></TR>';
          if (header2 != '#') headingHTM += '<TR><TD vAlign="top" align="left"><FONT Size=1>' + header2 + '</FONT></TD></TR>';
          if (header3 != '#') headingHTM += '<TR><TD vAlign="top" align="left"><FONT Size=1>' + header3 + '</FONT></TD></TR>';
          headingHTM += '<TR><TD vAlign="top" align="left"><FONT Size=1>' + asofDateTime + '</FONT></TD></TR>';
          headingHTM += '<TR><TD vAlign="top" align="left" Colspan="2"><hr size=2 color=black align=left></TD></TR>';
          headingHTM += '<tr>' + dataTable.rows[0].innerHTML + '<TD> </TD></TR>';
       else {
          leftspancnt = Math.floor(ColumnCnt/2);
          rightspancnt = ColumnCnt - leftspancnt;
          headingHTM += '<TR><TD vAlign=top align=left nowrap Colspan="' + leftspancnt + '"><font Size=3><STRONG>';
          headingHTM += queryTitle;
          headingHTM += '</STRONG></font></TD><TD Rowspan="' + headingspancnt + '" Colspan="' + rightspancnt  + '" align="right" vAlign="top"><input type="image" border="0" name="SAPLogo" src="/sap/bw/Mime/Customer/Images/images.jpg" alt="SAP Logo"></TD></TR>';
          if (header2 != '#') headingHTM += '<TR><TD vAlign="top" align="left" Colspan="' + leftspancnt + '"><FONT Size=1>' + header2 + '</FONT></TD></TR>';
          if (header3 != '#') headingHTM += '<TR><TD vAlign="top" align="left" Colspan="' + leftspancnt + '"><FONT Size=1>' + header3 + '</FONT></TD></TR>';
          headingHTM += '<TR><TD vAlign="top" align="left" Colspan="' + leftspancnt + '"><FONT Size=1>' + asofDateTime + '</FONT></TD></TR>';
          headingHTM += '<TR><TD vAlign="top" align="left" Colspan="' + ColumnCnt + '"><hr size=2 color=black align=left></TD></TR>';
          headingHTM += '<tr>' + dataTable.rows[0].innerHTML + '</TR>';
       return headingHTM;
    function GetPageFooting() {
       var footingHTM = "";
       var leftspancnt = 0;
       var rightspancnt = 0;
       if (ColumnCnt == 1) {
          footingHTM += '<TR><TD vAlign="top" align="left" Colspan="2"><hr size=2 color=black align=left></TD></TR>';
          footingHTM += '<TR><TD vAlign="top" align="left" nowrap><FONT Size=1>Prepared: ';
          footingHTM += PrintDateTimeStamp;
          footingHTM += '</FONT></TD><TD vAlign="top" align="right"><FONT Size=1>';
          footingHTM = footingHTM + 'Page ' + currPage.toString() + ' of ' + varPageTotal.toString();
          footingHTM += '</FONT></TD></TR>';
       else {
          leftspancnt = Math.floor(ColumnCnt/2);
          rightspancnt = ColumnCnt - leftspancnt;
          footingHTM += '<TR><TD vAlign="top" align="left" Colspan="' + ColumnCnt + '"><hr size=2 color=black align=left></TD></TR>';
          footingHTM += '<TR><TD vAlign="top" align="left" nowrap Colspan="' + leftspancnt + '"><FONT Size=1>Prepared: ';
          footingHTM += PrintDateTimeStamp;
          footingHTM += '</FONT></TD><TD vAlign="top" align="right" Colspan="' + rightspancnt + '"><FONT Size=1>';
          footingHTM = footingHTM + 'Page ' + currPage.toString() + ' of ' + varPageTotal.toString();
          footingHTM += '</FONT></TD></TR>';
       return footingHTM;
    function GetReportFooting() {
       var footingHTM = "";
       footingHTM += '</TABLE>';
       return footingHTM;
    function formatToPrint() {
       var PrintHTM = "";
       PrintHTM += GetPageHeadings();
       if (ColumnCnt != 1) {
          for (var i=1;i<dataTable.rows.length;i++) {
               (currPage > prevPage)?prevPage=currPage:"";  //increment current page count
               if ((pageRowCnt + 1)>RowsPerPageMax){
                   PrintHTM += GetPageFooting();
                   pageRowCnt = 0;
                   currPage++;
               if (prevPage != currPage) {
                   PrintHTM += GetPageHeadings();
               else
                   PrintHTM += '<tr>' + dataTable.rows<i>.innerHTML + '</tr>';
                   pageRowCnt++;
       PrintHTM += GetPageFooting();       
       PrintHTM += GetReportFooting();
       return PrintHTM;
    function DisplayPrintNotice() {
    // Paper Size "0" is Letter with Landscape
    // Paper Size "1" is Legal with Landscape
    // Paper Size "2" is Letter with Portrait
    if (varPaperSize == "0") {var varMessage ="nn From your browser File Menu, select Page Setup and do the following: nn 1) Adjust the Printer Orientation to Landscape n 2) select Print menu, then select the Print button.";}
    if (varPaperSize == "1") {var varMessage ="nn From your browser File Menu, select Page Setup and do the following: nn 1) Adjust the Paper Size to Legal n 2) Adjust the Printer Orientation to Landscape n 3) select Print menu, then select the Print button.";}
    //if (varPaperSize == "2") {var varMessage ="nn From your browser File Menu, select Page Setup and do the following: nn 1) Adjust the Paper Size to Letter n 2) Adjust the Paper Source (if necessary) n 3) Adjust the Orientation to Portrait (default) n 4) Select the Okay button nn Again select the File Menu, select Print, then select the Print button.";}
    alert(varMessage);
    //window.print()
    /*   SAP BW Reporting Stylesheet Revisions        */        
    function writeStyleRevisions() {
    function writeDynamicFontRevisions(dynafont) {
    //Writes the Dynamic Stylesheet
    -->
    </script>
    </HEAD>
    <BODY>
    <TABLE  id="tp1" cellSpacing=0 cellPadding=0 width=660 border=0 >
        <TR>
        <TD vAlign=top align=left nowrap>
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="MYQUERY"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_GRID"/>
             <param name="DATA_PROVIDER" value="DATAPROVIDER_1"/>
             <param name="GENERATE_CAPTION" value=""/>
             <param name="GENERATE_LINKS" value=""/>
             <param name="WIDTH" value="660"/>
             <param name="BORDER_STYLE" value="NO_BORDER"/>
             <param name="SUPPRESS_REPETITION_TEXTS" value=""/>
             <param name="BLOCK_SIZE" value="3500"/>
             <param name="SHOW_PAGING_AREA_TOP" value="X"/>
             <param name="TARGET_DATA_PROVIDER_1" value="DATAPROVIDER_1"/>
             ITEM:            MYQUERY
    </object>
        </TD>
      </TR>
    </TABLE>
    <SCRIPT type="text/javascript">
    <!--
            var tbls = document.body.getElementsByTagName("TABLE");
            for (var i=0;i<tbls.length;i++) {
                  if (tbls<i>.name == "MYQUERY"){
                        var dataTable = tbls<i>;
                        break;
            document.title = queryTitle;
            rptWidth = dataTable.clientWidth;
            rptHeight = dataTable.clientHeight;
            originalRptWidth = rptWidth;
            originalRptHeight = rptHeight;
            originalRowHeight = Math.floor(rptHeight/(dataTable.rows.length+1));
            rptPageHeightMax = 580;                                                                                //660 less basic header and footer of 80
            if (header2 != '#') rptPageHeightMax = rptPageHeightMax - 20;   // adjust for extra headings
            if (header3 != '#') rptPageHeightMax = rptPageHeightMax - 20;  
            if (dataTable.rows.length == 1) {
                ColumnCnt = 1;                //No Applicable Data found message
            else {
                ColumnCnt = getTotalColumns();
            startingFont = 65;
            varFontSize = startingFont;
            if (rptWidth > WidthMax) {
                while ((rptWidth > WidthMax) && (varFontSize > 15))
                    writeDynamicFontRevisions(varFontSize);
                    rptWidth = dataTable.clientWidth;
                    rptHeight = dataTable.clientHeight;
                    varFontSize = varFontSize - 5;
                // calculate max rows per page
                rowHeight = Math.floor(rptHeight/(dataTable.rows.length+1)) + 1;        // add 1 for 2 row heading, add 1 for padding
                RowsPerPageMax = Math.floor(rptPageHeightMax/rowHeight) - 2;   // adjust for column headings
            if (dataTable.rows.length == 1) {
                varPageTotal = 1;                //No Applicable Data found message
            else {
                totalRows = dataTable.rows.length-1;                                       // total rows less headings
                varPageTotal = Math.floor(totalRows/RowsPerPageMax);       // compute total pages
                if (totalRows != (varPageTotal * RowsPerPageMax)) {
                    varPageTotal = varPageTotal + 1;                                        // if not a complete last page, add 1 for partial page
            currPage = 1;
            document.write(formatToPrint());
            document.all.tp1.style.display = "none";
            document.all.tp1.style.visibility = "hidden";
    //        DisplayPrintNotice();
    -->
    </SCRIPT>
    <STYLE>
    input.ie55   { display: none }
    </STYLE>
    <!-- special style sheet for printing -->
    <STYLE media=print>
    .noprint     { display: none }
    </STYLE>
    <script defer>
    function window.onload() {
        if (!factory.object) {
            return
        else {
    //     factory.printing.header = "SAP"
    //     factory.printing.footer = "SAP"
            if ( varPaperSize == "2" ) { factory.printing.portrait = true; }
            else { factory.printing.portrait = false; }
            factory.printing.Print(true);
            // enable control buttons
      /*  var templateSupported = factory.printing.IsTemplateSupported();
           var controls = idControls.all.tags("input");
           for ( i = 0; i < controls.length; i++ ) {
               controls<i>.disabled = false;
               if ( templateSupported && controls<i>.className == "ie55" )
                  controls<i>.style.display = "inline";
    </script>
    <P>
    <div id=idControls class="noprint" style="VISIBILITY: hidden">
    <input disabled type="button" value="Print this page"
    onclick="factory.printing.Print(true)">
    <input disabled type="button" value="Page Setup..."
    onclick="factory.printing.PageSetup()">
    <input class=ie55 disabled type="button" value="Print Preview..."
    onclick="factory.printing.Preview()">
    <input class=ie55 disabled type="button" value="Landscape"
    onclick="factory.printing.portrait=false">
    <input class=ie55 disabled type="button" value="Portrait"
    onclick="factory.printing.portrait=true">
    </div>
    </BODY>
    </HTML>

  • Getting a full colour PDF to print in just Black

    Is it possible [other than changing your pc print settings] to force a PDF  document, that is in colour, to print in 'black and white' and only print in colour if this  setting is overridden?
    Any help much appreciated.

    To print always in black & white, you will need to change a couple of settings in the print dialogue that opens when you select print.
    1 - In the print window select Advanced, the first options should be   for Output, where it says Color you will need to change that setting to Composite Gray in the drop down menu.
    2 - In the same Advanced settings window you should find a drop down at the top that says Custom, with a button next to it that says Save As...
    Save the setting you have just changed and name it something you will understand i.e. - Moll's Black/White. With this new setting selected click OK.
    3 - Back in the original Print window is a menu called Presets... again select Save As and name it something you understand. With that Preset selected click Print.
    That should do it, now whenever you need to print something black and white just select the Preset you have just created in the Print window and then Print. The settings should all remain and your print will be black and white.

  • After updating Firefox to version 12.0, I can no longer get my web-based help desk software to follow hyperlinks.

    Our help-desk is internal, secure website. We have used Firefox for our help desk software browser since we purchased the software. But after updating to version 12, clicking on a hyperlink no longer works but only for the help desk software. Pre-version 12 works fine. External sites are fine. IE executes the help-desk software fine. There is no error, it just never executes the hyperlink. It's like they're text. Where can I start looking? We'd prefer not to go to IE, but we are using it now to get by.

    Try to disable hardware acceleration in Firefox.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    *https://hacks.mozilla.org/2010/09/hardware-acceleration/
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Unable to Print From from Web-Based Sites, Error Occurred in script.

    When I try to print, I keep getting an error from a script running too long when I try to print anything web-based. I can print documents on my computer wirelessly, but not web-based (i.e.., financial statements). What is causing these errors from web sites? It is frustrating continually getting an error message. I have an HP 65000A Plus wireless CN557A#B1H, all in one printer and using Windows Vista Home edition operating system.
    When I hit print, an error message comes up saying;
    "An error has occurred in the script on this page"
    Line:2053
    Error: Invalid procedure call or argument
    At the bottom, it asks " do you want to continue running scripts on this page?".
    Any help would be appreciated. As mentioned, it is very frustrating.

    I have the same exact problem as SandyStill. It tries to print, ejects plain paper and nothing pending in the printer. I am running a Dell XP Pro, Adobe Reader 8.1.2, RAM-1G, and an HPDJ 6940 printer. Tried tech support with HP to no avail because everything else prints fine.
    I've even tried some of the suggestions of another thread using the Microsoft Utility to remove Adobe and then download it again with no success.
    Does anyone have a solution?

  • E72: Web-based apps try using connection other tha...

    I bought my wife an E72 yeasterday. After we charged the battery up and turned it on, everything seemed to work alright. I set up the WLAN connection on my wireless at home, and I tested the use of Facebook, MySpace, etc. Her SIM card needs to be topped up, so the phone keeps saying "SIM Registration Failed." We're going to top it up this morning, so no worries about that. This morning she tried using the Facebook app, but instead of conecting via WLAN, it says "Connecting via IDEAS" which is the Singtel SIM card here in Singapore. I've manually connected to my Wifi network here, and even went to the connection manager to set the priority to 1. The app still doesn't connect via WLAN, and instead tries to use the SIM. When she does top up her card, this could be a quick money waster, especially when we have an abundance of Wifi connectivity....so how do I get the web-based apps to use WLAN over anything else?
    Thanks in advance!

    JimSG wrote:
    Hadimassa, thank you for pointing me in the right direction! I was able to do this for the Facebook app, and now it works without any problems. Can something similar be done for the Ovi store, or other services, like downloading languages for the dictionary app? Both of these options attempt to use the Singtel IDEAS method to connect, but because it's a prepaid phone, it's not possible. Any way to make them use the Wifi, or can this not be done over this type of connection?
    Thanks in advance!
    I'll bet you can. Check the English manual on page 137 about Accesspoint Groups and Priorities.
    http://europe.nokia.com/support/product-support/e72/guides
    ‡Thank you for hitting the Blue/Green Star button‡
    N8-00 RM 596 V:111.030.0609; E71-1(05) RM 346 V: 500.21.009

  • When printing web based .pdf or regular .pdf I get message "This document failed to print"

    When printing web based .pdf or regular .pdf I get message "This document failed to print".  I've ran the HP Diagonistic tool and no errors are found.  I've gotten the same message on many different .pdf's so I don't believe it is a margin issue.

    Are the static IP addresses inside the DHCP range?  If so, move them to ones outside the range.
    Also, have you set the IP address in the printers' embedded web pages (via IP address in a browser) to match the ones set in the router? 
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Reinstalled Acrobat Pro 8.1.6 won't let me print web pages to PDFs

    I'm really ticked at Adobe's "help" in updating the program only to cause a lot of misery.  I'd read Acrobat had a security update, and got a constant reminder from Adobe update to install the available update.  I've been using Acrobat Pro 8.1.6 with absolutely no problems printing web pages to PDFs.  I installed the 8.1.7 update which immediately disabled Acrobat completely.  So I wasted a lot of time uninstalling Acrobat and reinstalling sequential versions to get back to 8.1.6.  Now I can't print web pages to a PDF.
    I had NOT done anything else to installed programs in the meantime, except that probably Norton has automatically updated antivirus files in the background.  I don't have any problems using Acrobat to open and print an existing PDF, or to create new PDFs from my scanner.  I can do a hardcopy print of a webpage by selecting my Brother printer.  From Word 2002 and Excel 2002, I can create a PDF by "printing" to Acrobat as usual.   The only problem is creating a PDF by "printing" a webpage by selecting Acrobat as the device from the list of available printers.  This problem happens both with Firefox and with Internet Explorer 7.
    I have Windows XP Pro SP3.  I did the most recent Windows Tuesday security update several days before messing around with Acrobat and did not have any problems printing PDF files from Firefox or IE7.  So, it seems like it's clearly an Adobe Acrobat problem.  I get the small box saying "Preparing to Print" which goes nowhere and then I have to use the Task Manager to get out of the loop.  That closes Firefox, and when I reopen Firefox, the same webpage comes up.

    I'm really ticked at Adobe's "help" in updating the program only to cause a lot of misery.  I'd read Acrobat had a security update, and got a constant reminder from Adobe update to install the available update.  I've been using Acrobat Pro 8.1.6 with absolutely no problems printing web pages to PDFs.  I installed the 8.1.7 update which immediately disabled Acrobat completely.  So I wasted a lot of time uninstalling Acrobat and reinstalling sequential versions to get back to 8.1.6.  Now I can't print web pages to a PDF.
    I had NOT done anything else to installed programs in the meantime, except that probably Norton has automatically updated antivirus files in the background.  I don't have any problems using Acrobat to open and print an existing PDF, or to create new PDFs from my scanner.  I can do a hardcopy print of a webpage by selecting my Brother printer.  From Word 2002 and Excel 2002, I can create a PDF by "printing" to Acrobat as usual.   The only problem is creating a PDF by "printing" a webpage by selecting Acrobat as the device from the list of available printers.  This problem happens both with Firefox and with Internet Explorer 7.
    I have Windows XP Pro SP3.  I did the most recent Windows Tuesday security update several days before messing around with Acrobat and did not have any problems printing PDF files from Firefox or IE7.  So, it seems like it's clearly an Adobe Acrobat problem.  I get the small box saying "Preparing to Print" which goes nowhere and then I have to use the Task Manager to get out of the loop.  That closes Firefox, and when I reopen Firefox, the same webpage comes up.

  • I am experiencing difficulties opening some web-based PDF files on my iPad. I was having the same difficulty opening the same PDFs on my iMac (after I upgrade to Yosemite) but was able to overcome it by adjusting the Adobe Reader plug-in settings.

    I am experiencing difficulty opening some web-based PDF documents on my iPad. I had exactly the same difficulty on my iMac (after I upgraded to Yosemite) but was able to overcome it by adjusting the Adobe Reader plug-in security settings in Safari (in OSX).
    Unfortunately there does not seem to be a way to similarity adjust the security settings in Safari in iOS 8.
    The message I get when I attempt to open the PDF (on my iPad) is as follows:
                "To view the full contents of this document you need a later version of PDF viewer. You can upgrade to the latest version of Adobe Reader from ..."
    Needless to say this is unhelpful for two reasons:
    - I have the very latest version of Adobe Reader; and
    - in iOS Adobe Reader is not a plug-in and plays absolutely no role in opening web-based PDF documents.      
    If anyone has experienced this difficulty and has been able to overcome it I would be most appreciative to hear of you solution.
    Cheers   
    AlbertaRic

    Did you check what I would consider the first place to look:
    * http://kb.mozillazine.org/Problematic_extensions
    If the site is still down (at least 12 hours) when you read this try [http://webcache.googleusercontent.com/search?q=cache:http%3A//kb.mozillazine.org/Problematic_extensions Google's cache]
    Link or url would make it easier to see which page you tried rather than "your online solution for ...".
    * http://kb.mozillazine.org/Firefox_hangs ([http://webcache.googleusercontent.com/search?q=cache:http%3A//kb.mozillazine.org/Firefox_hangs cached version])
    * http://kb.mozillazine.org/Firefox_crashes ([http://webcache.googleusercontent.com/search?q=cache:http%3A//kb.mozillazine.org/Firefox_crashes cached version])
    * [https://support.mozilla.com/kb/Firefox%20hangs#os=mac&amp;browser=fx4 Firefox hangs | Troubleshooting | Firefox Help]

  • Print web page to PDF file with live links in PDF file like Apple Safari's pdf prints?

    With Firefox for Macintosh, can I print a web page to PDF in such a manner that when I option the PDF file and click on a link, it is a live link that opens in my system's default web browser?
    With Apple Safari, when I print a web page to a PDF file, the links on that page are "live" and work to open the web browser to their destination. The PDF files I get from Firefox are dead. Clicking on link does not open in browser.
    Is there a way to get FireFox to act more like Safari in this regard?
    Thanks

    Seems the referenced thread is about Lion. I am having this problem in Snow Leopard 10.6.5 with Firefox. Any way to get PDFs with working links in Snow Leopard using FIrefox? I do not really want to have to use Safari for this purpose.
    Going forward when and under what circumstances will future versions of Firefox be able to create PDFs with live links? Are there any circumstances where a current or past version of Firefox can do it under any current or past version of OS X?
    Thanks.

  • I have a 2 x spot colour file in Illustrator CC and need to save it as a PDF for printing in spot colour....

    I have a 2 x spot colour file in Illustrator CC and need to save it as a PDF for printing in spot colour, which option do I choose in the 'save as' menu?
    and how do I check it?
    The overprint panel is open and I can turn off the cmyk ( there are no separations for the cmyk anyway)
    Have looked at the tutorials which tell me to print as PDF7 but that utility is disabled and has been for ages.
    it is a simple need but can find no simple information so think I must be missing something!
    Thanks in advance!

    No magic required. You simply save it as PDF-X from AI. If the spot colors are based on correct swatches and tagged accordingly, they will appear as separate inks/ plates in the PDF, which you can verify in the ink manager in Acrobat. That's pretty much all there is to it and the print facility should handle this file correctly.
    Mylenium

  • X Pro and Flash Player Error with web-based PDF readbook

    Everytime I try to view a web-based PDF book (with multiple PDF files) I get an error/alert that reads:
    "To View the Flash technology content in this PDF file, please install this version of Flash Player that supports Adobe Reader and Acrobat."
    I am currently using:
    IE Explorer 9.0.8112.16421
    Adobe Reader X 10.1.7
    Adobe Acrobat X Pro 10.1.4
    Shockwave 12.0.2 Development
    I have all of the appropriate settings enabled/disabled in the browser. Before I installed Adobe Acrobat Pro the files opened perfectly in IE9. I believe, but am unsure, that I was just using Reader X at that point.
    Of note...the PDF books in question still open perfectly if I DOWNLOAD the file and open it from the desktop. The issue is when I try to view it in the browser(a setting enabled in the preferences). This is an issue because I don't have the time or space to download these files and need to view them in the browser for efficiency.

    JohnPublic wrote:
    "To View the Flash technology content in this PDF file, please install this version of Flash Player that supports Adobe Reader and Acrobat."
    You would usually get this message if you don't have the Flash Player plugin installed.  However I do not quite understand why you get that message when viewing a PDF in the browser, but not when viewing it from your local disk.

  • Problem printing PDF picture files imported from JPG using HP Colour InkJet cp1700 printer

    When I print PDF picture files imported from JPG using an HP Colour InkJet cp1700 printer, the picture spills over.  A wide range of other PDF files print OK.  Have tried things such as configuring the printer to scale to letter size, etc,, but without success.  Have a Windows 7 64 bit computer and Adobe Acrobat Pro Extended 9.5.5.  Any ideas?

    Hello there! Welcome to the forums @rt70 
    I understand you're having some issues with printing PDF files from a website on Windows 7.
    I would personally suggest trying to print from that website using a different web browser. If you're using Internet Explorer, try FireFox or Chrome, for example.
    You can also try running the Print and Scan Doctor tool, that will search and try and fix printing issues.
    If you have any issues that continue, please let me know what they are and which programs, websites, and web browsers you have tried, along with the results from running the diagnostic tool above.
    Good luck and have a great day
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

Maybe you are looking for

  • LSMW Conversion Problem

    Hi guys,             I have a small problem while coverting the data for condition record upload. Here is the scenario - I'm using the Direct Input Method and Std program RV14BTCI for uploading the condition records. The Key combination is sales org

  • Error when try to print faces-config.xml

    Hello everybody. I use Jdeveloper Studio Edition Version 10.1.3.3.0.4154 on Debian GNU/Linux 4.0 i386 with Sun JDK 1.5.0_10 I have an error when I try to print the faces-config.xml diagram. The messages are BME-01604 and BME-99001. I have been restar

  • CSS11501 Balance Issue

    Hola a todos Existe la posibilidad de balancear 2 aplicatovos ubicados en las mismas maquinas? Ejemplo: Maquina 1: 10.10.10.3   aplicacion 1 y open ldap Maquina 1: 10.10.10.4   aplicacion 1 y open ldap Aplicacion debe hacer requerimientos hacia ldap

  • EJB - OAS 4.0.8.1

    I have tried to use Deployment Wizard to deploy EJB into OAS. Surprisingly, it generally works :) But it's no way I can change deployment descriptor for my EJB (e.g. STATEFUL to STATELESS). If I change .dd file generated by the wizard, it will just o

  • Unable to start OSX after reload from restore disks

    Hi, I was having a bunch of crashing issues with my eMac. After trying to repair permisssions and the file system and applying the most recent updates, decided to restore. After reformating the drive and installing OSx from the restore disks, the sys