OT: can anyone convert ID to QX

I have a client that wants a QX template. It's a 4 pager. I started doing it in QX but it took me an hour to do something I can do in 20 minutes in ID so I did the job in ID. Does anyone have ID2QX to convert this over for me. Thanks.

If it's anything like Q2ID's conversion there are about 5 things you need to do to get it ready and they are very predictable and quick.
Any Quark file that isn't going to take hours to proofread that has more than an hour of revisions is conversion material for me.
The only thing Quark is faster than InDesign for me is making aliens shoot each other with cartoon guns.

Similar Messages

  • Can Anyone Convert this to Coding..

    Hi..new to programming. I was just asking a huge favour. Can anyone convert the following sets of instructions to code. I really am struggling in java lately...thanks if anyone has done it for me.
    1. read each line from a buffered reader and create a string of the whole file with '\n' and everything.
    2. tokenize each line and then each element to determine the dimensions of the grid.
    3. create the grid using those dimensions.
    4. reinitialize the tokenizers.
    5. go through each element assigning it to the proper position on the grid.
    6. return the grid

    Well lets take these requirements one at a time.
    1. read each line from a buffered reader and create a string of the whole file with '\n' and everything.
    You are reading the file line by line.
    But you are not "creating a string of the whole file with '\n' and everything".
    The simple way to do that is to add it line by line
    String wholeFile = "";
    wholeFile = wholeFile + line + "\n";
    The better way would be to use a java.lang.StringBuffer, or a java.io.StringWriter object.
    public static String readFile(String layoutFileName) throws IO Exception{
    2. tokenize each line and then each element to determine the dimensions of the grid.
    You kind of have this already:
    StringTokenizer b = new StringTokenizer (fileContents, "\n");
    each time you call nextToken() it will return one line.
    To split the line:
    StringTokenizer colTokens = new StringTokenizer(line);
    3. create the grid using those dimensions.
    4. reinitialize the tokenizers.
    5. go through each element assigning it to the proper position on the grid.
    a[row][col] = ??????
    6. return the grid
    public static int[][] readGridFromString(String fileContents){
    so your program would be along the lines of...
    String fileContents = readFile(fileName);
    int[][] grid = readGridFromString(fileContents);
    What is it that separates the tokens on each individual line? Spaces?
    Hope this helps some,
    evnafets

  • Can anyone convert this code to java......(urgent)

    hi everybody.....
    can anybody provide me a java code for the following problem......
    i want that if user enters input like this:
    sam,john,undertaker,rock
    the output should be:
    'sam','john','undertaker','rock'
    i.e , is converted to ',' and the string starts with ' and ends with '
    i have a javascript code for this and it is reproduced below to have full view of the problem.........
    <HTML>
    <BODY>
    <script type="text/javascript">
    function CONVERT(){
    var re=/[,]/g
    for (i=0; i<arguments.length; i++)
    arguments.value="'" + arguments[i].value.replace(re, function(m){return replacechar(m)}) + "'"
    function replacechar(match){
    if (match==",")
    return "','"
    </script>
    <form>
    <textarea name="data1" style="width: 400px; height: 100px" ></textarea>
    <input type="button" value="submit" name="button" onclick="CONVERT(this.form.data1)">
    </form>
    </BODY>
    </HTML>
    can anyone do it for me.
    thx in anticipation

    Sunish,
    On your problem, check in the String class documentation the method replaceAll(), you can solve your problem in just one line of code.
    As for why the serious poster(the ones that are here to help, for many year, instead of just disrupting the forum) do not give you code is that they are here to help people learning and not to give free code.
    You help a person to learn, when you provide this person with the tools to research and help the person to think out of his problem, so that in the future the learning person can repeat the process by herself instead of going after finnished solution everytime he needs it.
    May the code be with you.

  • Can anyone convert an AppleWorks file for me?

    I am desperate to open an old AppleWorks spreadsheet file (.cwk).  Is there anyone out there who still has a running copy of Appleworks that I can send my file to and have convert it to something Numbers or Excel can open and send back to me?
    I believe this is the only way I am ever going to get the data from this old file.  I've tried everything else.  Much thanks!!!

    Wil,
    File opened with no trouble in version 2.3. I sent you the Numbers file by return email. You will have to tell me if it looks as you expected it to.
    Jerry

  • Can anyone convert this *.LIB file? 8.5 will not open it.

    This is getting annoying.  A lot of older VIs are posted here but the latest labview will not open them.  Al l can say to that is ERRRRR!!!!!.
    If anyone could convert this to a revision that LV 8.5 can open i would appreciate it.
    Thanks
    Tim C.
    1:30 Seconds ARRRGHHH!!!! I want my popcorn NOW! Isn't there anything faster than a microwave!
    Attachments:
    labview_browser.llb ‏1192 KB

    Well 9 minutes is not qite microwave speed but that is pretty good!
    Ben
    PS And it much faster than the microwave I have at home now. My wife reported last night "The microwave is on fire!" Well it wasn't exactly under going a chemical reaction with O2 but the sparks sure looked like flames!
    Message Edited by Ben on 12-04-2007 08:03 AM
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Can anyone convert this Oracle 11g (RAC?) into a usable Datasource in CF8.0.1 and CF9 Admin?

    Can someone help me convert this into the correct settings for an Oracle datasource in CF8.0.1 and CF9? I would prefer to not use the thin client if that is even possible. "With progress comes great change to connection settings!" -Nate, 2011
    ABCDEPRD = (DESCRIPTION=
       (LOAD_BALANCE=on)
       (FAILOVER=on)
       (ADDRESS_LIST=
          (SOURCE_ROUTE=yes)
          (ADDRESS = (PROTOCOL = TCP)(HOST = dom1.xyz.com)(PORT = 1521))
          (ADDRESS_LIST=
            (LOAD_BALANCE=yes)
            (ADDRESS=
              (PROTOCOL=TCP)
              (HOST=qrsx901.xyz.com)
              (PORT=3200)
            (ADDRESS=
              (PROTOCOL=TCP)
              (HOST=qrsx902.xyz.com)
              (PORT=3200)
        (ADDRESS_LIST=
          (SOURCE_ROUTE=yes)
          (ADDRESS = (PROTOCOL = TCP)(HOST = dom2.xyz.com)(PORT = 1521))
          (ADDRESS_LIST=
            (LOAD_BALANCE=yes)
            (ADDRESS=
              (PROTOCOL=TCP)
              (HOST=qrsx901.xyz.com)
              (PORT=3200)
            (ADDRESS=
              (PROTOCOL=TCP)
              (HOST=qrsx902.xyz.com)
              (PORT=3200)
        (CONNECT_DATA=
          (SERVER=dedicated)
          (SERVICE_NAME=ABCDEPRD_TAF)

    user13016840 wrote:
    By any chacne you have the steps on your blog)?Currently its not there in blog..
    You can refer to :
    http://oraforecast.com/orawiki/index.php/How_to_enable_Dead_Connection_Detection
    http://www.dba-oracle.com/t_sqlnet_expire_time.htm
    How does Dead connection detection work?
    Hope it will help..
    Regards
    Rajesh

  • Can anyone convert one arturia's minimoog v bank to logic's fxp?

    Please convert this bank http://dl.dropbox.com/u/1771161/MINIMOOGV.minibank to logic pro9 standard fxp presets.

    But you are doing neither - learning, or doing, you are just asking someone else to do it for you.
    If you were asking how to do it, that's one thing, but asking for someone else to do it for you is a little... well, hence my response.
    If you want to convert an instrument with dedicated patch handling to Logic's settings, then you have to, one by one, save each patch as a Logic settings file.
    There is no shortcut, it's a long a tedious process - and yes, I have done this for some of my synths.
    No one's going to do it for you, I'm afraid...

  • Can anyone convert this LV 4.0.2 VI to 7.1?

    This VI is part of a driver for a Fluke 2640/2645A (NetDAQ)
    Thanks
    Attachments:
    main.vi ‏73 KB

    I had no problem opening it with 7.1 (short of all the missing subVIs). In any case, here it is.
    Attachments:
    main_7.1.vi ‏61 KB

  • Can you convert this to recursion ?

    Can anyone Convert this to REcursion ?? (dont change the method signature, i have been trying for an hour but i got no luck, please post solutions , thanks !
    public static int binarySearchR(int[] a, int key) {
    int bot = 0, top = a.length;
    while (bot < top) {
    int mid = (bot + top)/2;
    if (key < a[mid])
    top = mid;
    else if (key > a[mid])
    bot = mid + 1;
    else return mid;
    return -1;
    }

    Forums trolls are people who just flame posts for
    attention.I see. So after all these years I've been on the forum and thought I knew what trolls were, all along it was me who was the troll. Thanks for letting me know.
    im looking for any hints how to do it. Not really. Looks to me like you're just looking for it to get done by someone else.
    >
    and its not homework. get your facts right. its a
    exercise from a lab. that has no grading policy.As if that makes a difference.

  • I have a MacBook Pro, I want to copy Itunes files to an SD card to play in my car, the SD Card doesn't appear in Itunes when I insert it, and I don't know how to convert the files to the correct format, can anyone help?

    I have a MacBook Pro, I want to copy Itunes files to an SD card to play in my car, the SD Card doesn't appear in Itunes when I insert it, and I don't know how to convert the files to the correct format, can anyone help?
    Thank you

    So it seems from reading the COMMAND manual that my first issue is that I used a 16GB SD card, and the manual says it will only recogize up to a 2GB SD card. I did use my MB Air's SD card slot and crated a folder and dragged the music files to it, then to the card. So I am going to get a 2GB card and try that next. Otherwise just stick with the iPOD connected. At least that is 8GB

  • I am sort of new to MAC's and I love them so far.  I am looking for a software or app to convert power point presentations to flash much like Ipring for PC Can anyone recommend something?

    I am looking for a software or app to convert power point presentations to flash much like Ipring for PC Can anyone recommend something?

    This article has 6 ways to do it.

  • Can anyone tell me how to convert crop marks to registration on a supplied pdf. The pdf also has spot colours which the crop marks need to be in too.

    Can anyone tell me how to convert crop marks to registration on a supplied pdf. The pdf also has spot colours which the crop marks need to be in too.

    Greetings,
    I've never seen this issue, and I handle many iPads, of all versions. WiFi issues are generally local to the WiFi router - they are not all of the same quality, range, immunity to interference, etc. You have distance, building construction, and the biggie - interference.
    At home, I use Apple routers, and have no issues with any of my WiFi enabled devices, computers, mobile devices, etc - even the lowly PeeCees. I have locations where I have Juniper Networks, as well as Aruba, and a few Netgears - all of them work as they should.
    The cheaper routers, Linksys, D-Link, Seimens home units, and many other no name devices have caused issues of various kinds, and even connectivity.
    I have no idea what Starbucks uses, but I always have a good connection, and I go there nearly every morning and get some work done, as well as play.
    You could try changing channels, 2.4 to 5 Gigs, changing locations of the router. I have had to do all of these at one time or another over the many years that I have been a Network Engineer.
    Good Luck - Cheers,
    M.

  • TS3356 Simple question I hope! I want to buy a camcorder by JVC but it uses a format called AVCHD. I believe this has to be converted before it can be used on iMovie. Can anyone tell me, in simple language, if this is so and how easy it is?

    I want to buy a new camcorder and am considering one by JVC. This one, plus a few others such as Sony use AVCHD. I gather this would be need converting before any editing can be done in imovie?? I cant find a simple answer to this question. It seems strange to me that Mac dont appear to support AVCHD when so many video camera companies use it. Can anyone advise please, in simple language as I am far from a computer geek!!!
    Is conversion a complicated or time consuming process and would it be simpler to fo for an MP4 type

    Most AVCHD camcorders can be used in iMovie without any conversion needed if they are imported directly from the camcorder.
    When you hear someone mention that you must convert AVCHD to use in iMovie, it is usually because they removed the files from the camcorder and only removed part of the files and folders. You need all of them to import to iMovie.
    However, you should check to see if the camcorder you are choosing will work in iMovie. Here is a list of compatible camcorders.
    http://help.apple.com/imovie/cameras/en/index.html?lang=en_US

  • Can anyone recommend a programme to convert a .mov file using windows 7 to iPad 2 please?

    Can anyone recommend a programme to convert a .mov file using windows 7 to iPad 2 please?

    I think handbrake is easier for novices.
    Mpegstreamclip is good software with a lot of great features but may be more than most people need.

  • Can ANYONE please give me the source for converting IPV4 packets to IPV6

    I had a file which contains IPV4 packets, I need to convert these packets into IPV6 . Can anyone please give the source..

    java.venkat wrote:
    one of my friend downloaded that file
    my project is to evaluate intrusion detection systems with ipv6 dataGo back to the person who gave you this project and ask for help because you've got alot of problems going on here. Mainly there are two problems.
    1) Whatever it might be that you want to do doesn't seem like a very good fit for Java at all.
    2) You are just continually spouting rubbish that either are obvious statements of fact or make no sense, as in this last post here.
    If you refuse to talk to the person who gave you this project for some much needed direction (which would be foolish by the way) then you really must tell us what your end goal here is. Like specifically what you are looking to do, how you plan on capturing this information in general and why you think this is going to help you resolve your problem. Because as stated your problem isn't making much sense and even if it did I for one don't see how this puts you further along in evaluating "intrustion detection systems".

Maybe you are looking for