IPrint app for iOS fails to print photos in colour

We are running the latest build of the iPrint Appliance (Version: 1.0.1.69 Patch 1) and cannot get the iPrint app for iOS to print photos in colour. I suspect that this is a problem with the internal renderer and JPG files. Printing a PDF, DOC or DOCX file which uses the External windows renderer prints in colour without any issues. Anyone know whether this is a known bug or how I can enable colour printing for a JPG file?
Thanks
Chris

ckaropoulos,
It appears that in the past few days you have not received a response to your
posting. That concerns us, and has triggered this automated reply.
Has your problem been resolved? If not, you might try one of the following options:
- Visit http://support.novell.com and search the knowledgebase and/or check all
the other self support options and support programs available.
- You could also try posting your message again. Make sure it is posted in the
correct newsgroup. (http://forums.novell.com)
Be sure to read the forum FAQ about what to expect in the way of responses:
http://forums.novell.com/faq.php
If this is a reply to a duplicate posting, please ignore and accept our apologies
and rest assured we will issue a stern reprimand to our posting bot.
Good luck!
Your Novell Product Support Forums Team
http://forums.novell.com/

Similar Messages

  • None of the iWork apps for iOS can open documents from Dropbox or Google Drive

    Starting on version 2.5, all the iWork apps for iOS are supposed to be able to open files from any third-party storage provider like Box, Dropbox, Google Drive, etc. Actually, this feature was mentioned in the Apple presentation by Craig Federighi. Box works as advertised, however Dropbox and Google drive fail to show in the storage providers list, even though they appear in the "Manage Storage Providers" list, where you activate/deactivate the function. The Box app, works really nice, you can open any file, make changes and save back to Box. Any ideas?

    James Ward4 wrote:
    In all likelihood the issue isn't with any app specifically, but on the server side of those services that aren't working
    I can see how that makes sense. Thanks.
    It's still confusing, however, for a few reasons:
    1) many storage apps (e.g. One drive)don't show up at all in the chooser, so why are Box and Dropbox showing up there (you can toggle them on) but not working.
    2) Google Drive specifically listed in the last update that it could now open from and save to drive in other apps, but it doesn't work in iWork apps.
    3) Dropbox has implemented the chooser and it DOES work with google drive. So if the problem is that Google hasn't implemented something on their end, I still wonder why it actually does work in the dropbox app.

  • Eos remote app for iOS

    The idea was great, however the development seems to be stopped on this.
    It hasn't been updated since Dec of last year.
    Will there be a new version of EOS Remote app for iOS?
    Features I'd like to see from the upgrade (if there's any)
    1) Full size image transfer
    2) Video file transfer
    3) Indicate if a file is already downloaded to the phone or not.
    Thanks,

    Hi rmpark!
    Thanks for posting.
    The EOS Remote App currently works with up to iOS version 7.  I am not sure if or when the next version of the app will be released, or what features will be added to it, but I have forwarded your suggestions along.  This feedback is very important to Canon.  Please continue to check in the app store from time to time for any updated versions that may be released.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • Flash CS5.5 or CS6 creating an interactive ebook /app for IOS

    I'm in middle ground here as I'm able to create a simple app for IOS using CS5.5 and was wondering if I'm able to create an interactive IBook ( which is actually an app ) to know what I mean if you go to the Apple Book Store and download the free "Beatles" Yellow Submarine you will see the interactivity.
    When I write middle ground I mean I just finished downloading CS6 and looking at some tutes so if this is possible, which I know I can get the interactivity but its just putting it in book form that I was curious about.
    thx
    RD

    I misunderstood you, because I'm not english speaker. But I will try to answer..
    You develop 1 app. This app will include all that you wants. Page - it's just object. Each object can contain another objects. Like a tree and leafs. So you simply make 1 page with any animations. Page 2 with any animations and etc and combine this to one APP.
    Here is the link, you can get free 8 pages. Will be good if you can spent $1.99  =)))
    http://tinyurl.com/7plewc7
    If you don't have iPad - here is a Russian video review http://www.youtube.com/watch?feature=player_embedded&v=rXb2jswoz0Y
    This all done using Adobe Flash CS5.5 and Exported to Adobe Air, than published to AppStore.
    If you want to offer me some job in this area - just write me PM

  • Although I have been using Google Maps App in India for a while now (without any issues) but I still want to know if there are any plans for launching Turn by Turn Navigation under the OOTB Map App for iOS?

    Although I have been using Google Maps App in India for a while now (without any issues) but I still want to know if there are any plans for launching Turn by Turn Navigation under the OOTB Map App for iOS?
    It has been quite a while since Apple came up with Map App of their own and should be releasing improved maps with more capabilities in India.
    Cheers!
    Abhishek

    No one here can answer your question, as there is no one from Apple here, & no one here represents Apple or speaks for Apple.

  • Hello , how r u,  can i ask 1 question about xcode, i have mac os x 10.7.5 , n xcode version 4.6.3 i want build apps for ios 7.1 n mac os 1.9 ,, , but my macbook is old late 2008 macbook 4,1,  so can i develop apps for ios7 n 1.9 using xcode 4.6.3, bcz my

    hello , how r u,
    can i ask 1 question about xcode, i have mac os x 10.7.5 , n xcode version 4.6.3 i want build apps for ios 7.1 n mac os 1.9 ,, , but my macbook is old late 2008 macbook 4,1,  so can i develop apps for ios7 n 1.9 using xcode 4.6.3, bcz my machine cant upadte on 1.8 n 10.9,, ihave 2gb ram . core 2 duo pr, plz rely asap,
    thnxs

    Please type complete sentences and words.  This isn't an instant message program.
    https://developer.apple.com/support/ios/ios-dev-center.html

  • Embedding swf files in AIR app for ios

    Hi,
    After going through a lot of articles already available, I found answers with varying views on the following questions:-
    1) Can we embed swf files using the embed tag in air app for ios, with symbols exported ?
    Something like [Embed(source="someSWF",symbol="exportedSymbol")]
    and also something like [Embed(source="someSWF")].
    From what I understand, one can't embed swf's with actionscript byte code in them. So exporting symbols actually creates class linkages which leads to creation of abc. But I'm unsure on this because some sources say otherwise.
    2) Can we embed swf files using embed tag in air app for ios, without symbols exported ?
    Something like [Embed(source="someSWF")]
    and also something like [Embed(source="someSWF" mimeType = "application/octet-stream")]
    I read somewhere else, that you can actually embed symbols separately by providing symbol tag in embed tag but not entire swf (which leads to uncompiled actionscript error) but not sure about this as this is contradictory to finding #1.
    3) If #2 is possible, then do embedding two different swfs with same symbol names would cause a conflict and result in #3747 error ?
    Please note I am not asking about the Loader class here but using the Embed keyword for embedding swfs.
    Also do the results differ with AIRSDK 3.8 and 3.9 and using different swf-version in compiler flags ?
    In our application we started getting error #3747 in class creation of one of the embedded swfs (like new EmbeddedClass()) when we changed from swf-version 17 to 21 using AIRSDK 3.8. So was this error not there earlier or it was there but swf-version was suppressing it ?
    Any help is much appreciated.
    Thanks!

    I am fairly sure that the answer to your questions is: “no”.
    For embed to work the AIR app would have to be working in interpreter mode, and that can work for local testing, but can’t work for submitting apps. An easy change for you to do would be to use SWCs instead of Embed. Other than that you’re looking at Loader, but also a tricky command line build of the app.

  • Sharing a ZIP file is not available with the Creative Cloud App for iOS

    I can't share a ZIP file via Creative Cloud App for iOS. Why?

    Thank you! You solved the problem!! /Lars
    3 jan 2014 kl. 22:34 skrev AMreso <[email protected]>:
    Re: The Creative Cloud App for desktop can't be installed on my Macbook pro
    created by AMreso in Creative Cloud Download & Install - View the full discussion
    Rename OOBE folder with OOBEOLD ( Mac HD/Library/Application Support/Adobe/OOBE folder )
    Run the Adobe cleaner ( http://helpx.adobe.com/content/dam/help/en/support/AdobeCreativeCloudC leanerTool.dmg )
    Remove Adobe application Manager/Adobe creative cloud .
    Restart the computer and redownload Adobe Creative cloud and install it.
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5978280#5978280
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5978280#5978280
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5978280#5978280. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Creative Cloud Download & Install at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • How can i delete apps for IOS 7.0.6 when i press the home key the "X" key doesnt appear

    how can i delete apps for IOS 7.0.6 when i press the home key the "X" key doesnt appear?

    Hi-
    This worked!. After updating to 7.0.6 a few days ago I was unable to delete apps. Called Apple support for help without success. I have NEVER entered a passcode to get in to restrictions so I know I didn't make this change (so I'm assuming that 7.0.6 did it for me). Apple wanted me to restore my iphone but thought I'd do more research first. Your advice solved the problem. THANKS!

  • Apps for iOS 3

    Hi all
    can some one please let me know whether the apps for iOS 3 are still available with iTunes? is so can some one give me a link??
    Thanks in advance

    They are only available to download off iTunes on your computer I've read

  • Can I compile an App for iOS from Dreamweaver CS5.5 from a PC running Windows (7)?

    Can I compile an App for iOS from Dreamweaver CS5.5 from a PC running Windows (7)?

    No, you need XCode to compile the app and you need a Developers license to be able to publish.

  • Anyone else experiencing random app crash for mail app for IOS 7.1

    Anyone else experiencing random app crash for mail app for IOS 7.1

    Basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Try each of these in order until the issue is resolved.

  • Apps for iOS 3.1.2 and below!!!

    Hi, I have the 1st generation ipod touch with the latest installed version of iOS as 3.1.2. What i wanted to know is, is there anyway to find the apps in Itunes, that will support  iOS 3.1.2. All the apps that i find in iTunes currently seems to be supporting the latest version of iOS and the latest iPhones and iPods.
    Even as basic apps as Facebook does not seem to be available for iOS 3.1.2. Any pointers on how to get such apps compatible for iOS 3.1.2 would be really appreciated.
    Regards,
    pmbdcoe

    This method also works for 3.1.3
    HT4208 games and apps for ios 4.2.1: Apple Support Communities

  • QuickCast - no correspond​ing app for iOS or Android?

    Lenovo QuickCast shipps with new Thinkpad's but seems to be completely non-functional. I can't find any corresponding app for iOS or Android devices.

    Thanks for your confirmation that this app is useless! 
    You Lenovo should try more.
    Better is to use iDisplay (works either on iOS and Android) - so! Lenovo you don't need to make the mobile versions. We already can have it!
    Thanks once more!

  • OWA App for iOS devices

    There isn't a lot of info out there on the OWA app for iOS. I saw a reference where the current version is supposed to work with an on premise Exchange 2013 SP1 deployment but I cannot get it working at all even when going directly to my 2013 CAS server. 
    Has anyone be able to get this app working with an on premise deployment (no hybrid or O365). 
    Accessing OWA through the native browser works fine so I don't think it's an OWA issue.

    Yeah, that's what's got me.  There's nothing to the app setup.
    It goes through and does the autodiscover and asks if I trust the server I'm being directed to with the option of "close" or "no".  Then it comes back with "Couldn't connect to server".  I go through the advanced settings and fill in all the options
    there and it still comes back with the same message.  All my Service URL's are working correctly and the testexchangeconnectivity tests all pass.
    I get the same thing if I go directly to the CAS server's address or through the external URL. 
    Sounds like a cert issue. Is there a 3rd party trusted cert applied to IIS on the CAS with the correct Subject name?
    Twitter!: Please Note: My Posts are provided “AS IS” without warranty of any kind, either expressed or implied.

Maybe you are looking for