Need to create 500 designs, all identical in every way except for a unique QR code

Hi there. I am using Photoshop CS6.
I have a design from which I want to create 500 versions of an image. All will be identical, except for the QR code which will be unique for every one.
The placement of the QR code will be identical in all of them. It's just the actual QR code that changes.
Any idea how I can achieve this in an automated way? I have the QR codes in a folder, already created, and I have the design already created. I just need to marry up the 2 now and end up with 500 design files to give to the printers for printing.
Thanks for any direction on how to do this!

I think you can do it with variables.   I haven't ever tried it, but someone posted up a link to it a few weeks back when a similar question came up.  I bookmarked it because it looked interesting:
PS CS5 - Working with Variables | The Complete Picture with Julieanne Kost | Adobe TV
And here's a walkthrough:
Using Variables in Photoshop with External Data Source

Similar Messages

  • Do i need to create a back up or a start up disc for a newly bought macbook pro os x 10.8 ?

    do i need to create a back up or a start up disc for a newly bought macbook pro os x 10.8 ?

    You do not need a startup disc. There is a hidden recovery partition on the hard drive that you can use for repairing or reinstalling the system. Hold down command-R at startup to boot from that system. If the hard drive should die or be replaced, all machines that have shipped with Mac OS X 10.7 or later include the capability to boot into internet recovery mode. If trying to boot into recovery mode fails, the machine will automatically try to boot from a system downloaded from Apple's servers over the internet. (You can also force the machine into internet recovery mode by holding down command-option-R at startup.)

  • OCR to searchable image deletes all text on every page except first page

    This problem only occurs with scanned .pdfs I receive from one particular firm.  When I get them, I run text recognition on them setting output to a 600 dpi searchable image.  What happens is that as soon as the processing starts, all the pages turn blank except for the first.  That is if I have a 10 page doc, page 1 is processed and looks fine, but pp. 2-9 end up completely blank.  I know it sounds bizarre.  I'm pretty sure the problem has something to do with how Acrobat creates/handles layers, but the fact that there can be layers totally exhausts my knowledge.  This problem occurs both at the office where I use Windows 7 and Acrobat X, and at home where I use a Mac (OS X 10.10.2 and Acrobat XI), so it's not version or OS-specific.  It's got to have something to do with the nature of the these scanned docs I'm getting from this one source.
    The problem does not occur if I set the output to ClearText, but there are reasons why I don't want to scan to ClearText.
    I found an old thread here (https://forums.adobe.com/thread/794667?tstart=0) that suggested that a solution is to go to Tools - Document Processing - Optimize Scanned Image, and check the box that says OCR it too while optimizing.  That solution in fact works fine and doesn't give me the blank pages as regular text recognition does.
    So I've got two workarounds.  But I'd sort of like to understand why the problem is occurring in the first place, and hopefully how to avoid it w/o having to use either workaround.
    Thanks for any advice/insight.

    Michael,
    Could you please share the sample document on which this issue is happening? That would help us figure out what is going on.
    Thanks
    Varinder

  • I just downloaded the Chambers Thesaurus app and paid $7.45. Then I saw the OED app and paid $25.99 for that. Now I find, to my surprise and disgust that these two apps are identical in every way. What's going on?!

    I just downloaded the Chamber Thesaurus app and paid $7.45.
    Then I saw the suggestion for the Shorter OED app, so I downloaded that and paid $25.99.
    Now I find, to my surprise, disbelief and disgust that both apps are identical in every way.
    This is a blatant rip-off. I demand an immediate expalnation and a full refund.
    Unbelievable.

    NEITHER of those products are made by Apple. They simply make them available in the App Store ,and NO ONE here can help with billing issues.
    http://www.apple.com/support/itunes/account/
    You can contact billing about a refund there, but I've heard that ALL sales are final through the app store.

  • So I plugged my iPhone 4s into my computer to charge it and when it was done charging I fallowed all the steps to unplug it. However when I went into my music all my music was gone except for my purchased music and all of my ringtones were were gone too?

    So I plugged my iPhone 4s into my computer to charge it and when it was done charging I fallowed all the steps to unplug it. However when I went into my music all my music was gone except for my purchased music and all of my ringtones were were gone too?

    I have it set on manually manage music and videos. So there is no automatic syncing going on or anything like that. Yes iTunes was open and when i plugged in my phone i could see all the music and everything on my phone, everything was working like it was supposed to, I didn't have a problem until I unplugged the phone. 

  • Hello, Whenever I try to download Premier Pro CC I get an error message to close (CEPHtmlEngine, CEPHtmlEngine Helper). However, all my applications are closed except for Creative Cloud.

    Hello, Whenever I try to download Premier Pro CC I get an error message to close (CEPHtmlEngine, CEPHtmlEngine Helper). However, all my applications are closed except for Creative Cloud.

    Terminate the processes in task manager/ activity monitor.
    Mylenium

  • Need to create a report: all materials in one storage location incl. value

    Hello,
    we have the requirement to create a report: all materials in one storage location incl. value.
    What are the database-tables we need to use in the report?
    Is there a standard transaction which shows all materials on one storage location?
    Thanks a lot.
    Kind regards
    Manfred

    Hello,
    MB52 is ok - but not good performance.
    What are the important tables we need to join in an own report?
    Kind regards
    Manfred

  • I need to show grouped id and only the max order value for each unique id

    select distinct 
    Table1.id,
    Table1.id +' - '+ Table1.VisitNumber +' : '+ Table1.Priority as UidVisitKey,
    Table1.VisitNumber,
    DATEDIFF(d, [dob],[Visite_dte])/365.25 as Age_On_Visit,
    Table1.Priority,
    Table1.OrderOfVisit,
    Table1.OrderOfVisit + ' - ' + Table1.Notes AS VisitNote, 
    Table1.Visitor_FName,
    Table1.Visitor_SName,
    Table2.dob,
    Table2.sex,
    Table1.Visit_dte,
    into #Temp1
    FROM         Table1 INNER JOIN
                Table2 ON Table1.id = Table2.id
    WHERE Table1.LeaveDate IS NOT NULL 
    and Table1.LeaveDate  between DATEADD(mm,-1,DATEADD(mm,DATEDIFF(mm,0,GETDATE()),0)) 
    and DATEADD(ms,-3,DATEADD(mm,0,DATEADD(mm,DATEDIFF(mm,0,GETDATE()),0))) 
    select #Temp1.id, max(#Temp1.[OrderOfVisit]), #Temp1.VisitNote 
    from #Temp1
    group by #Temp1.id, #Temp1.OrderOfVisit, #Temp1.[VisitNote]
    ORDER BY #Temp1.id
    drop table #Temp1
    ---I need to show grouped id and only the max OrderOfVisit for each unique id, and the VisitNote for each OrderOfVisit
    ----------------need help-------------

    Sounds like this
    select distinct
    Table1.id,
    Table1.id +' - '+ Table1.VisitNumber +' : '+ Table1.Priority as UidVisitKey,
    Table1.VisitNumber,
    DATEDIFF(d, [dob],[Visite_dte])/365.25 as Age_On_Visit,
    Table1.Priority,
    Table1.OrderOfVisit,
    Table1.OrderOfVisit + ' - ' + Table1.Notes AS VisitNote,
    Table1.Visitor_FName,
    Table1.Visitor_SName,
    Table2.dob,
    Table2.sex,
    Table1.Visit_dte,
    into #Temp1
    FROM Table1 INNER JOIN
    Table2 ON Table1.id = Table2.id
    WHERE Table1.LeaveDate IS NOT NULL
    and Table1.LeaveDate between DATEADD(mm,-1,DATEADD(mm,DATEDIFF(mm,0,GETDATE()),0))
    and DATEADD(ms,-3,DATEADD(mm,0,DATEADD(mm,DATEDIFF(mm,0,GETDATE()),0)))
    select id,OrderOfVisit,VisitNote
    from
    select #Temp1.id, #Temp1.[OrderOfVisit], #Temp1.VisitNote,ROW_NUMBER() OVER (PARTITION BY #Temp1.id ORDER BY #Temp1.[OrderOfVisit] DESC) AS Seq
    from #Temp1
    )t
    WHERE Seq = 1
    ORDER BY id
    drop table #Temp1
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • I had to restore my pc and i retrieve all my music to itunes except for a ebook i bought, how can i get it back

    hello, a few months ago i had to restore my pc and i got all my music back into itunes except for a ebook i bought thru itunes, how can i get that ebook back into itunes,
    Thanks,

    Welcome to Apple Communities
    http://support.apple.com/kb/HT2519

  • Comcast is blocking all outgoing email SMTP servers except for Comcast's own server

    Recently I have not been able to send any email from my Apple client on my iMac, MacBook, iPad or iPhones when connected to Comcast. I am using my iCloud account, my GMail account, and my Yahoo (SBCGlobal) account. I keep getting the error message that the SMTP Server cannot be reached. Again, this is only when I'm connected to Comcast. If I turn off my WiFi on my mobile devices, I can send just fine. I even connected to my Hotspot on my phone with my iMac and MacBook, and both of them send fine when NOT connected to Comcast. But if I connect to Comcast, I can no longer send email. I spent an hour on the phone with Apple, and they helped me determine that it is only when I'm connected to Comcast. I then spent over an hour-and-a-half on the phone with Comcast (first guy just hung up on my, the second woman transferred me to someone without telling me, the third guy transferred me to someone else, and the fourth guy said it was the mail client setup, and had nothing to do with Comcast. Comcast blocking all SMTP servers except for their own. I don't want all of my email going through their servers. Through general and advanced troubleshooting I have determined it is Comcast, or my Modem (which is a DocSys3.0 modem). But no one will help. Help!!!!!

    ehacking wrote:
    Recently I have not been able to send any email from my Apple client on my iMac, MacBook, iPad or iPhones when connected to Comcast. I am using my iCloud account, my GMail account, and my Yahoo (SBCGlobal) account. I keep getting the error message that the SMTP Server cannot be reached. Again, this is only when I'm connected to Comcast. If I turn off my WiFi on my mobile devices, I can send just fine. I even connected to my Hotspot on my phone with my iMac and MacBook, and both of them send fine when NOT connected to Comcast. But if I connect to Comcast, I can no longer send email.
    I spent an hour on the phone with Apple, and they helped me determine that it is only when I'm connected to Comcast.
    I then spent over an hour-and-a-half on the phone with Comcast (first guy just hung up on my, the second woman transferred me to someone without telling me, the third guy transferred me to someone else, and the fourth guy said it was the mail client setup, and had nothing to do with Comcast.
    Comcast blocking all SMTP servers except for their own. I don't want all of my email going through their servers. Through general and advanced troubleshooting I have determined it is Comcast, or my Modem (which is a DocSys3.0 modem). But no one will help.
    Help!!!!!
    It sounds like you may be trying to send over port 25.  Have you tried port 587/STARTTLS, or 465/SSL?
     

  • Need to create a 1-sided matrix in Virsa CC5.2 for (132) sensitive actions

    Hello
    I need to set up sensitive transactions in Virsa Compliance Calibrator 5.2 , in addition to the out of the box global rule set. Our company tracks 132 sensitive transactions in SAP like PA40 for example. I need to be able to have CC 5.2 give me a list of all users that have access to any of the 132 transations. So I would want to run a report in Virsa CC5.2 and it needs to provide me with the names/IDs of the users that have access to the action PA40. Display/Add/Create etc. it does not matter I just need to know who can perform the action. I believe there should be a way to create a one-sided matrix with the 132 sensitive transactions on one side. I tried putting a few in a Function ID, and creating a Risk with just that function but it is not pulling up any matches, when I am sure there should be some. Can you please let me know how to create the one sided matrix in CC5.2 if you can.
    Please help if possible.
    Thank You

    Hello Vince,
    The logic that transactions within a function use to calculate a risk on Critical action Level is "OR".
    Thus, for your scenerio what you can do is to create a Function and add all the transaction to it. Then, define a Critical Action risk with this single function only. That should do the work for you. Thus anytime, any role or user has one or more of these transactions, this will show up as a risk in your reports.
    Regards,
    Hersh

  • Need to Create a Report on 0TCT_C01 as No of  Navigations for Queries.

    Hi,
    I have  a report Requirement on 0TCT_C01 as Number of Navigations for Queries.
    already we are activated the Info Cube and loaded the data, now the data is avalible in the Cube.
    Report like  In Column Fields:
    Validity Period :Query:No of Navigations:Num Read Texts:
    Can any body let me know how can i work for built a Query on this Cube and we are working on BI 7.0 version.
    Best Regards
    Swapna.

    Dear  swapna devi, Welcome to SDN.
    As you are using standard business content cubes, standard queries also available on that particular cube. Try to activate queries also and use.
    Check: [SAP NetWeaver BI Administration Cockpit Technical Content BI Statistics|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/90080703-4331-2a10-cd98-9c1e95acdea0]
    Hope it Helps
    Srini
    [Dont forget to close the call by assigning points.... - Food for Points: Make a Difference through Community Contribution!|https://www.sdn.sap.com/irj/sdn/index?rid=/webcontent/uuid/007928c5-c4ef-2a10-d9a3-8109ae621a82]

  • Guys... I need help asap! Ummm... I got an iPhone 4, and when i click on an app, it doesnt pop up the game, it juss turns off the app and goes to home screen, all my apps are free except for COD zombies and doodle jump... How can i fix the problem?

    Umm... Help quick please, im desperate!

    Read the manual.
    The basics are restart, reset, restore.
    iPhone User Guide (For iOS 4.2 and 4.3 Software)

  • Itunes keeps on saying... Cannot connect to itunes. No network connection".. all other things/websites work except for itunes.

    I need Help ASAP. Itunes keepson saying "cannot connect to itunes. No network available". I dont have have any problems with regards to wifi.

    Can you try these entries in command prompt (Run as Administrator for Win7/Vista) one at a time?
    ipconfig /release
    then
    ipconfig /renew
    restart computer
    ipconfig /flushdns
    totally shut down computer then restart.
    netsh winsock reset all
    restart computer
    Now test your iTunes again. If that does not work, uninstall your Antivirus program and test again

  • I have lost one of my devices (ipad2) and i cannot seem to find it on my findmyiphone app. all other devices show up except for this one. is there something i can do?

    i cannot seem to actively see/locate my ipad2 on my findmyiphone app. is there a way i can find it using the serial # of my device

    If the iPad was running iOS 7, the thief/finder will not ever be able to use it.
    iCloud: Find My iPhone Activation Lock in iOS 7
    http://support.apple.com/kb/HT5818
    Apple (and no one else) can not assist (with serial number or iCloud) in finding a lost or stolen iPad.
    Report to police along with serial number. Change all your passwords.
    These links may be helpful.
    How to Track and Report Stolen iPad
    http://www.ipadastic.com/tutorials/how-to-track-and-report-stolen-ipad
    Reporting a lost or stolen Apple product
    http://support.apple.com/kb/ht2526
    What to do if your iOS device is lost or stolen
    http://support.apple.com/kb/HT5668
    iCloud: Locate your device on a map
    http://support.apple.com/kb/PH2698
    iCloud: Lost Mode - Lock and Trace
    http://support.apple.com/kb/PH2700
    iCloud: Remotely Erase your device
    http://support.apple.com/kb/PH2701
    Report Stolen iPad Tips and iPad Theft Prevention
    http://www.stolen-property.com/report-stolen-ipad.php
    How to recover a lost or stolen iPad
    http://ipadhelp.com/ipad-help/how-to-recover-a-lost-or-stolen-ipad/
    How to Find a Stolen iPad
    http://www.ehow.com/how_7586429_stolen-ipad.html
    What NOT to do if your iPhone or iPad is lost or stolen
    http://www.tomahaiku.com/what-not-to-do-if-your-iphone-or-ipad-lost-or-stolen/
    Apple Product Lost or Stolen
    http://sites.google.com/site/appleclubfhs/support/advice-and-articles/lost-or-st olen
    Oops! iForgot My New iPad On the Plane; Now What?
    http://online.wsj.com/article/SB10001424052702303459004577362194012634000.html
    If you don't know your lost/stolen iPad's serial number, use the instructions below. The S/N is also on the iPad's box.
    How to Find Your iPad Serial Number
    http://www.ipadastic.com/tutorials/how-to-find-your-ipad-serial-number
    iOS: How to find the serial number, IMEI, MEID, CDN, and ICCID number
    http://support.apple.com/kb/HT4061
     Cheers, Tom

Maybe you are looking for

  • Manage multiple computers from out side

    Hi , i want to manage 2 computers from out side my network. Ihave time machine, dynamic ip, wha ti wanted is able to log in from out side to this 2 computers. what is the best option ? thanks in advnace

  • Smart Playlists play 1 song at a time

    Ever since updating to iTunes 7, my smart playlists play 1 song at a time. this is not only annoying, but problematic. I travel a long distance to work and have to constantly press play. Is this just an effect of the new software or is there a new op

  • Calc with Current and Prior Periods Data

    <p>Hi Everyone -<br><br>I would like to come up with two types of calculations usingamounts from prior periods (dynamically)<br><br>1. "Net Sales" (current period) + "Net Sales"(current period - 3 months) + "Net Sales" (current period- 6 months) + "N

  • White screen of... :O

    When i boot my Mac it stays on the white screen then proceeds to a black screen stating theres no bootable device. To get around this i have to press the option button to load up the right part of the hard drive. (Forgot to mention this is because me

  • Can J2ME application start when the mobile is switched on?

    I would like to start the J2ME application when the mobile is switched on. The J2ME application will be in start-up programs of the mobile, like in Windows. Is this possible? Thanks in advance Hector