HAs anyone successfully loaded the Easy Photo Print Pro plug-in into Photoshop CC? If so, how?

I've tried to load it several times and keep getting a message saying the a compatible version of Photoshop has not been loaded. I've seen this question elsewhere, but without any answers. Does anyone know 1. If the two programs are incompatible, 2. If so, is either Canon or Adobe planning to make them compatible?
Solved!
Go to Solution.

ebiggs1 wrote:
"I was trying to do a borderless print from either LR 5.X or PS CC, forget which right now."
I would bet it was LR.  LR print settings are confusing but you should have no problem with PS.  However, LR will do what you want without any add-ins like EPP.  How versed are you in the use of LR?  You probably need to bone up on how to set it up to print.  Are you going to 'Page Setup' on the left side of the screen first?  You should.
Moderately capable with LR. However, haven't printed that much.  I remember having some trouble with
it when I last tried. 
I'll mess with it in the next couple of days and see how it goes.  I'll also try to read up on it at the same time.
Thanks.

Similar Messages

  • Down loaded cannon easy photo print , cannot acces i photo?

    Down loaded CANNON EASY PHOTO PRINT butt cannot access i photo with the software?
    steve

    Hi Steve,
    Does OSX's included Image Capture get the Pics from the Camera or card?

  • Has anyone successfully used the Intuit Quicken compatible with Lion upgrade for investment tracking?

    Has anyone successfully used the Intuit Quicken compatible with Lion upgrade for investment tracking?

    Although I gave up investment tracking for personal reasons (I had used Quicken Deluxe 2002 for many years for that reason), my understanding is that the new Quicken 2007 for Lion/Mt. Lion is completely the same feature wise as Quicken 2007 for PPC.  It will run on Snow Leopard, too.
    For $15, why not download it and just try it and LET US KNOW!

  • Photoshop CS5 - Compatibility with "Canon Easy Photo Print Pro"

    Hi,
    I have just downloaded and installed  the trial version of Photoshop CS5, only to discover that in the  Automate option  (Under Files), Canon's Easy PhotoPrint Pro is no longer  listed.
    Canon have advised that it is not their problem.
    I  found that with Photoshop CS3, that this method of printing, provided most  accurate colours,
    I would be interested in other subscribers, who have CS5 and who print with  the Canon Pixma Pro 9000,
    (1) Have you found a method of using Canon Easy Photo Print Pro, and if not
    (2) What settings do you find give the best results from your printer -  What options do you select in the print dialogue box, etc.
    Brian

    Hi,
    Thanks for this information - Canon came back to me with a similar responce.
    Pending a resolution, which allows something similar to  Canon's Easy PhotoPrint Pro to be installed as an "Add-in" to Photoshop CS5, I plan to allow Photoshop to manage colours.
    This requires you to disable the printer from managing colours.
    For those who have a similar problem and are not sure, how to disable Colour Management in the Pixma Pro 9000, the following is a quote from Canon:
    Thank you for contacting Canon Support. Your reference/ticket number is 1031274.
    We are sorry to hear about the problems you are having with your Canon Pro9000.
    Please go to the 'Printing Preferences' and then select the 'Main' tab.
    Here you will see a 'Colour / Intensity' option, make sure this is set
    to 'Manual'. The 'Set' button will now appear active, press this button
    and then go to the 'Matching' tab. Once here make sure 'Colour Correction'
    is set to 'None'. This will deactivate the colour management completely.
    Should you have any further queries, please do not hesitate to contact us
    on the telephone number below ensuring to quote your Canon Helpdesk ticket
    number noted in the subject line above. Alternatively, you can reply directly
    to this email by navigating to the link below.
    Best regards,
    Wayne Hudson – Canon Support Centre
    Tel.: 0844 369 0100 Select option 2
    I hope that will be of help.
    Brian
    Message was edited by: bht-at-Home

  • Has anyone successfully used the ZTE Open C with an AT&T microcell?

    I have a ZTE Open C and have had no issues with initial setup w/AT&T. However, like most newer phones the voice signal reception is very weak.
    I've had an AT&T Microcell before, but I don't have one now. For those that are unaware, the microcell allows 3G phones to connect via a 3G signal, but the call is routed through a home broadband internet connection.
    Has anyone successfully used a ZTE Open C w/Firefox OS AND used an AT&T microcell? If yes, did you need to do anything special on the phone or with Firefox OS.

    I don't use a ZTE Open C, however, I do have a ZTE Open (Original) on AT&T and so I'll see if I can help ;D
    I know someone who has a Microcell, and I have used it myself a few times. However, the microcell only works if you have entered in your phone number into settings of the Microcell.
    Check the Microcell settings.
    Check the data connection settings on your FxOS device
    Make sure your Microcell is properly connected to WiFi
    and check the AT&T support page for more info
    For a while, it actually hasn't actually worked for me. I apologize if this doesn't solve your problem :D

  • Has anyone successfully implemented the JSF Viewer with Facelets?

    We have recently started integrating Crystal into one of our web apps that is using JSF + Facelets + Seam.
    I've built a taglib for the jsf viewer and configured it in web.xml and faces-config. I'm pulling an IReportSource from a backing bean using com.crystaldecisions.reports.sdk.ReportClientDocument  and that is using a .rpt file stored on a directory. This all seems to be working, as I can step through the code and see the IReportSource being generated.
    However, when the page loads, I am seeing the crystal javascript being converted in the page source, but nothing is loading on the page. 
    Has anyone seen an issue similar to this tied to Facelets? I've seen numerous documentation on Crystal and JSP, but very little on JSF  or Facelets.
    Has anyone been able to get a setup like this or similar to work properly?
    I've also noticed an error when adding the viewer:
    java.io.IOException: Recover report client document state failed.
    at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.readExternal(SourceFile:1492)
    at com.crystaldecisions.sdk.occa.report.application.AdvancedReportSource.readExternal(SourceFile:131)
    at java.io.ObjectInputStream.readExternalData(ObjectInputStream.java:1792)
    I believe this to be related to me switching over to the serializable ReportClientDocument: com.crystaldecisions.sdk.occa.report.application.ReportClientDocument  versus using the nonserializable version.
    When using the non-serializable version, I am seeing a constructor issue with the JPEReportSource
    Exception: java.io.InvalidClassException: com.crystaldecisions.reports.reportengineinterface.JPEReportSource; no valid constructor
    Has anyone seen this issue before or able to offer any suggestions?

    Well, according to the tutorials I have seen on the internet, I believe CrystalReport was successfully implemented and tested with jsp, to have it working with Facelets, we need to do a little bit of work around. We need to make a new JSF custom component and assign it to an external renderer. then we can use it to view the report
    please follow these and it should work after then,
    1- bring the following jars into your libs
    commons-configuration-1.2.jar
    Concurrent.jar
    CrystalCommon.jar
    CrystalContentModels.jar
    CrystalDatabaseConnectors.jar
    CrystalFormulas.jar
    CrystalQueryEngine.jar
    CrystalReportEngine.jar
    CrystalReportingCommon.jar
    icu4j.jar
    jrcadapter.jar
    jrcerom.jar
    keycodeDecoder.jar
    MetafileRenderer.jar
    rasapp.jar
    rascore.jar
    rpoifs.jar
    serialization.jar
    URIUtil.jar
    webreporting.jar
    webreporting-jsf.jar
    xercesImpl.jar
    xml-apis.jar
    2- bring the folder "crystalreportviewers115" right under the "WebContent".
    3- implement the custom FacesComponent and make it extend the "UIReportPageViewer" as follows;
    import packagename.CustomReportRenderer;
    @FacesComponent ("packagename.newReportViewer")
    public class UIReportViewer extends com.crystaldecisions.report.web.jsf.UIReportPageViewer implements Serializable{
        public UIReportViewer () {
            this.setRendererType("packagename.CustomReportRenderer");
    4- implement the renderer and make it extend the "ViewerHtmlRenderer" as follows;
    @FacesRenderer(componentFamily="CrystalReports.DHTMLViewer", rendererType="packagename.CustomReportRenderer")
    public class CustomReportRenderer extends com.crystaldecisions.report.web.jsf.ViewerHtmlRenderer implements Serializable {
    5- make a new tag library xml file next to the web.xml so the application can find the tag configurations. name it "taglib.xml" and add the following inside it;
    <facelet-taglib xmlns="http://java.sun.com/xml/ns/javaee"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://java.sun.com/xml/ns/javaee"
        version="2.0">
        <namespace>http://new-jsf-custom-components/</namespace>
        <tag>
            <tag-name>ReportViewer</tag-name>
            <component>
                <component-type>packagename.newReportViewer</component-type>
                <renderer-type>packagename.CustomReportRenderer</renderer-type>
            </component>
        </tag>
    </facelet-taglib>
    6- configure the web.xml with the following
      <context-param>
            <description>
            State saving method: 'client' or 'server' (=default). See JSF Specification 2.5.2</description>
            <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
            <param-value>server</param-value>
        </context-param>
        <context-param>
              <param-name>javax.faces.FACELETS_LIBRARIES</param-name>
            <param-value>/WEB-INF/taglib.xml</param-value>
        </context-param>
        <context-param>
            <param-name>crystal_image_uri</param-name>
            <param-value>../../crystalreportviewers115</param-value>
        </context-param>
    7- implement the reportViewer.xhtml and make sure you have the following;
    - in the tag libraries add the namespace schema xmlns:crystalnmcps="http://new-jsf-custom-components/"
    - add the new reportViewer component
    <crystalnmcps:ReportViewer reportSource="#{youController.reportSource}"  displayToolbarLogo="false" parameterFields="#{youController.parameterFields}"  allowParameterPrompting="false" />
    Now run your app.
    I hope this helps. good luck

  • Has anyone successfully used the Zoom R16 with Audition?

    I’ve tried just about everything, but can’t seem to get Audition to run with the Zoom R16.  As noted in a recent post, I updated both the Zoom R16 firmware and widows driver, but that doesn’t seem to make the 2 work harmoniously. 
    Has anyone had success getting the 2 to work together?  If so, what’s the trick?!
    Thanks in advance
    C

    CharlestonPro wrote:
    As noted in a recent post, I updated both the Zoom R16 firmware and widows driver, but that doesn’t seem to make the 2 work harmoniously.
    I'm intrigued - what is actually disharmonious?

  • Has anyone successfully solved the distorted playback (itune

    Once upon a time, iTunes worked great! Music played without
    any distortion. Now, a song will play for a minute or so then the sound breaks up, distortion etc. If I pause the song and click the play icon, it plays a little longer then
    repeats the distortion and chopped sound. I've tried upgrading to the latest software and still the problem exists. Tried a few things mentioned on the forum and still the same results. Any help is much appreciated. BTW:
    Playing the songs from the iPod is perfect. Laptop is a Pentium 4 with lots of space, speed and room for growth.

    ebiggs1 wrote:
    "I was trying to do a borderless print from either LR 5.X or PS CC, forget which right now."
    I would bet it was LR.  LR print settings are confusing but you should have no problem with PS.  However, LR will do what you want without any add-ins like EPP.  How versed are you in the use of LR?  You probably need to bone up on how to set it up to print.  Are you going to 'Page Setup' on the left side of the screen first?  You should.
    Moderately capable with LR. However, haven't printed that much.  I remember having some trouble with
    it when I last tried. 
    I'll mess with it in the next couple of days and see how it goes.  I'll also try to read up on it at the same time.
    Thanks.

  • Has anyone successfully downloaded the latest 2.40-WIN BIOS for the P100-188?

    The reason I ask is because when I try to download the file it keeps coming up empty, I'm not comfortable with updating using the traditional method, as it seems more things can go wrong during the process, and Toshiba recommends using the windows method anyway.
    I don't understand it, the graphics driver they have listed as the latest version for my machine is 8.3.2.0, the one on my machine is 8.4.0.0, numbering convention states the version I have installed is the latest, so how come the 8.3 version is listed?
    Plus when you download a new driver or BIOS they don't give any details on what issues the update fixes or addresses, are they hiding this information from us or just assuming we're all psychic?
    Now they seem to be posting blank files as well, I know we are all human and we all make mistakes but is anybody working for this website paying attention? I sent an email to ForumModeration on the 17th of October about not being able to post as it was coming up as "profanity or inappropriate language" even though the offending piece of text was a link to a web page! 9 days later I'm still waiting on an answer, or even an acknowledgement.
    I'm sorry for ranting on a bit but I can't help feeling it would be easier to get blood from a stone than a information from anyone.

    Hi
    Strange. View min ago I have tried to download the BIOS 2.4WIN but I was not able to unzip this folder. I think there must be a zip error. Possibly it will be fixed in the netx couple of days. Lets hope
    Anyway, I have also looked for some additional information about BIOS update and release details but it seems there are no further informations about BIOS changes.
    But if you click on the option more info to the right of every update you will find some descriptions. You will also find Toshiba BIOS-Update Description.
    I think you should read this document before starting any BIOS updates.
    I get also the profanity or inappropriate language message and I assume it happens because of the word filtering which check the message before it will be post in the forum.
    Sometimes its a little bit annoying because I have to change the text but I can live with them. B-) be cool

  • Has anyone successfully used the serial-over-lan feature in ipmitool?

    The IPMI hardware in Apple's Intel Xserves ostensibly supports serial-over-LAN access via ipmitool. Attempting to access it with ipmitool doesn't appear to work, however; the command
    ipmitool -H hostname -U username sol activate
    simply returns without entering a serial session. I am able to perform other queries on the same interface with ipmitool, however. Is there some setting that I must enable in order to permit the above command to succeed?

    I have version 2.0.2 installed. The firmware is not up to date (its boot ROM is at version XS11.0080.B01); however, I never was able to figure out how to update it (see http://discussions.apple.com/thread.jspa?threadID=1569860&tstart=0). Querying the bmc info with ipmitool does work; it reports firmware revision 1.2.8. No manual changes were made within /dev to my knowledge.

  • Has anyone successfully added dual monitors to Macbook pro. Using cirago NuView HDMI?

    The NuView X2 looks to be trying to boot up but just keeps recycling.

    AFAIK, the Matrox is the only good solution out there... do you have the 13" non-retina 2012 model? It should work. Read the MacWorld review at the link provided on the Matrox page.
    Clinton

  • Lack of EZ Photo Print PRO on the PRO-100 ONLY

    I've been using Canon printers for fifteen years, I think, so this is not so overly picky newbie observation.  For the last five years, iP4300 and 4500's, and a 9000 MK II.  All come with the Easy Photo Print EX, as does the PRO-100 printer.  Way too "EZ" for me, I can just use the built in printer dialogue boxes, thank you very much.  
    Not so long ago I discovered the Easy Photo Print PRO, which requires either an Adobe product, or Canon's Digital Photo Professional.   Not having a Canon digital camera, I did find a source to download the original DPP 1.0, then upgraded straight off of an EOS Canon page. 
    Very nice!  All of the dialogue boxes into one, or almost one screen.  And what is really worth the price of admission, the "Pattern Print."   What we old wet darkroom types called a "ring around."  Wow!  Fine tune your color profile w/o expensive profiling equipment. 
    So yesterday I got a new PRO-100 which added the Print Studio Pro to the DPP.  Of course I check it out.  HORRIBLE!   First, I just HATE this trend of gray text on black backgrounds.  Who thought this *&*^$% up?  Form did not follow function.  Then, all the choices, which seem to be pretty much the same as the EZPP PRO, are packed into a long slider box on the right.  Said sliders are very narrow, very hard to grab and move. 
    OK, I'll just no use this and continue with the EZPP PRO, right?  Wrong!  The latter recognizes both the iP4500 and the 9000, but not the PRO-100, while the new PSP sees all three printers.  Upon looking at all the current PRO printers, ONLY the PRo-100 does not list the EZPP PRO as compatible! 
    What's up with that, Canon?  This is illogical and really frustrating, especially for a long time Canon fan leading the charge against the Epson lemmings.
    I've tried uninstalling and reinstalling the various print programs, nothing changes. 
    So at this point, with my PRO-100 I'm forced to either wade through dialogue boxes or find my anger rising with PSP.   The bit of good news is that one can get a "Pattern Print" from Manual Color adjustment, "Print a pattern for color adjustment."
    Rant done.  Awaiting immediate resolution from Canon.  Yeah, right.

    Well, I didn't get into the Adobe, pro/con, did I? I'm such a gentleman. The only way I could hurt myself is to pay a lot of money (which I don't have to spare) for programs that just aren't intuitive to me, to look at those damnable gray print on black backgrounds eyeball breakers, and have the use and control of programs so locked down I can't make a transfer to another machine without a call to Adobe.
    I'm a hobbyist, not in the graphics business, so I have lots of options. Nor do I do things because "everyone" does it, or it was the first program out there (Photoshop.)
    For quick looks at files and simple things, Irfanview. For complete digital asset management, digiKam. Open source, designed by Linux users, is ported to Windows, with maybe 95% good results. If I ever started working with layers and photoshop type manipulations, there's always The Gimp.
    For a po' boy like me, these are all I need and all are free.

  • OVD 10.1.4.2 - anyone successfully installed the patch on Windows?

    I have OVD 10.1.4.0.1 installed on the WinXP machine in front of me.
    I've tried to install the 10.1.4.2 patch/upgrade, but it just bombs out with a fatal windows exception reported in setup.exe (although the command line reports an AttachHome error, see below).
    NB; this machine never had OUI installed before (OVD 10.1.4.0.1 didn't use it). I've since added OUI, but the error continues.
    The only mention in metalink is Note:565514.1 Patch 10.1.4.2 Fails to Apply with 'AttachHome' failed .But this does not properly describe or address the error I am seeing.
    Has anyone successfully installed the 10.1.4.2 patch for OVD?
    Regards,
    Paul
    D:\sources\incoming\www.oracle.com\OracleAS\Identity Management\OVD\p5983640_101420_WINNT\Disk1>OVD10142_Server.exe D:\Oracle\OViD O
    ViD
    Created the D:\Oracle\OViD\inventory\ContentsXML\comps.xml file successfully
    AttachHome Failed.Oracle Home already exists at this location. Select another location.

    Thanks for the suggestion Kiran, but it doesn't help.
    In fact the D:\Oracle\OViD\inventory\ContentsXML\comps.xml file is created by the patch, and doesn't contain any home information.
    I'm thinking the 'AttachHome' is a red herring. The forked setup.exe process is actually crashing with an exception, and it is the parent process (OVD10142_Server.exe) that seems to be interpreting this as an 'AttachHome' failure.
    I've given up on this - word I got from Oracle is to wait for the 10.1.4.3 patch which should be out soon.
    But I'm still interested - has anyone installed the 10.1.4.2 patch on Windows? [Kiran - you didn't explicitly say whether you had]

  • Has anyone successfully printed on Konica Minolta Magicolor 2530DL on Mac OS X 10.9

    Has anyone successfully printed on the Konica Minolta Magicolor 2530DL after upgrading to Mac OS X 10.9?
    Also has anyone successfully printed on the Epson EPL-5700i after upgrading to Mac OS X 10.9?

    I realize that most people tend to visit the forums to report problems rather than visit the forums to report successes after an upgrade. And I appreciate John Blanchard1's taking the time to reply to my posting.
    Dakoda mentions problems printing to a Konica Minolta C280 and the thread that John Blanchard1 posted refers to problems printing to both Konica Minolta BizHubs (C652 & 501).
    However, the existence of these problems with other KM printer models does not let me know if anyone has been successful printing to the Konica Minolta Magicolor 2530DL after upgrading to Mac OS X 10.9 or even if anyone has had a problem with printing to the 2530DL after upgrading to 10.9.
    On October 28, 2013, a Konica Minolta technical support agent told me -- after checking with his supervisor -- that regarding the Konica Minolta Magicolor 2530DL that they will not be upgrading the 2530DL printer driver. In fact they have not upgraded the driver since 10.6. I learned on their support site that the 10.6 driver has continued to work with 10.7 and 10.8. They have not yet updated their support site for compatibility of their line of printers with 10.9.
    So I would like to find evidence that this printer has continued to work for someone after the upgrade to 10.9 rather than upgrade and then have to downgrade to still be able to use this printer.

  • Has anyone successfully connected an AEBS to the new Panasonic TVs with built-in WiFi?  If so, please describe the requirements and process.  Thanks.

    Has anyone successfully connected an AEBS to the new Panasonic TVs with built-in WiFi?  If so, please describe the requirements and process.  (TV subscription is through DirecTV and ISP is TWC.)  Thanks.

    If you wish to use the cellular capabilities of a device, you will need a SIM (unless the carrier uses CDMA which doesn't use SIMs) and you will have to pay a cell carrier. No cell company provides service for free. The only way you will get free Internet is via WiFi to a free and open WiFi access point, as sometimes is offered in public buildings or by some businesses.
    Regards.

Maybe you are looking for