Text Justification

My document uses "justified" alignment - i.e. |--------| -
versus left, right or centered. When I use the Touch Up Text Tool
and make changes the justification changes to left-justified. How
can the original justification be preserved? Thanks.

Hi Tombug,
Thanks for your post. However, this Forum is meant to discuss
issues related to acrobat.com and not acrobat. To post an issue
related to acrobat please visit the acrobat forum :
http://www.adobeforums.com/cgi-bin/webx/.3bbeda8b/
You may also open a web case with Adobe Support. To do so,
please visit the following link :
https://www.adobe.com/cfusion/support/index.cfm?event=portal

Similar Messages

  • Text justification issue in crystal report

    Hi,
    I have MVC application with crystal report in it. I am exporting crystal report to PDF, everything except text justification (as we do in MS-Word) is not working. Even in crystal report viewer itself it's not working.
    I have been trying since few days to solve text justification problem in CR. Well I have goggled a lot for this and found different available option to get the thing done. But that didn't solved my problem, I have read many replies on the crystal report discussion regarding the same but no result. I have tried four different versions of crystal report (13.0.5,13.0.6,13.0.9,13.0.13) as I found on the web that justify could work in these versions, but I was shocked when I didn't get anything useful.
    For me it's like justify doesn't work in crystal report by any means. Can any one here tell me who has solved the text justification problem in crystal report. I have attached sample screen shot of word document where in I have specified my requirement of text justification.
    Any positive reply would be highly appreciated.
    -Sunny

    Duplicate thread - Locked. Please continue discussion here:
    Re: Text justification issue in crystal report
    -Abhilash

  • Text justification using AEGP

    Is it possible to retrieve the text justification of a text layer using AEGP suites ?
    The jsx equivalent is
    var just = layer.property("ADBE Text Properties").property("ADBE Text Document").value.justification;
    Thanks

    Thanks.
    Of course that's only a workaround, but the ExecuteScript trick seems to work fine.
    (script string)
    #define TEXT_JUSTIFICATION_SCRIPT "function getTextJustificationForLayer(layerId) { \
         var comp = app.project.activeItem; \
         for (var i = 0; i < comp.numLayers; i++) \
              if (i == layerId && comp.layer(i+1) instanceof TextLayer) \
                   return comp.layer(i+1).property(\"ADBE Text Properties\").property(\"ADBE Text Document\").value.justification; \
    getTextJustificationForLayer(%d);"
    (somewhere in the code)
    AEGP_MemHandle     resultMemH          =     NULL;
    A_char          *resultAC          =     NULL;
    A_char          scriptAC[AEGP_MAX_MARKER_URL_SIZE] = {'\0'};
    sprintf(scriptAC, TEXT_JUSTIFICATION_SCRIPT, layerIndex);
    ERR(suites.UtilitySuite5()->AEGP_ExecuteScript(S_my_id, scriptAC, FALSE, &resultMemH, NULL));
    ERR(suites.MemorySuite1()->AEGP_LockMemHandle(resultMemH, reinterpret_cast<void**>(&resultAC)));
    // get justification constant (6012,6013,6014)
    int just = atoi(resultAC);
    ERR(suites.MemorySuite1()->AEGP_FreeMemHandle(resultMemH));

  • Where did the text justification feature in Pages for iPad Doc Setup go?

    In previous versions of Pages for iPad ( pre iOS8) there used to be text justification option in document  setup  mode. In latest version, 2.4.2, the justification feature is missing for the headers and footer . There does not seem to be any way to center my text in the header.
    Anyone have an idea?

    Tom,
    Thank you for the response, even if it confirmed my fears. I've had a go with the "Show Spelling and Grammar" and it is much less useful than the methods of 4.x
    How dissapointing, as someone who regularly works with documents in multiple languages. What's worse: I cannot even open my old documents now in Pages 4.x once they have been opened by 5.0.
    A mess, indeed.

  • Text justification in Pages

    When I open docx files or create new files in Pages, I regularly meet with the strange text justification. When justify alignment is used in the document, one of the lines start to be aligned with bigger letter spacing then others. It repeats several times per page. Look at the line #3 from down:
    The only advice I found here is to use hyphenation, which is not possible with official documents, for example. Are there any other solutions to the issue?

    I honestly do not believe anyone that designed, or has used Pages v5 (including v5.5), can actually predict its translation behavior with Word documents — whether on open, or export. I wish I could say, "Oh, just set your line spacing to exactly 1.2, and your character spacing to -2%," and have that fix your visual justification, and font artifacts. It could be that Pages translation of Word documents in the designated font were not thorougly tested.
    The fact is, that Pages v5 is the worst word processing application that Apple has ever unleashed on Mac users. You probably have read all that, so I would suggest a switch to Office for Mac 2011 update 14.4.5 on Yosemite, and work directly in the native Word document format. As you mentioned, apparently other application choices have figured out Word document handling.

  • Add Text Justification Options

    For text fields added to slides, the ability to control justification (e.g., Left, Center, Right), would be very helpful.

    If I understand the use-case correctly, you want the options selected from the addRemove component on page 1 to form the basis of the available options in the addRemove list on page 2.
    The recommended method of transfering values from one page to another is via the RequestBean. In your case, I suggest adding two properties to the request bean. The first we'll call "pageOneAddedValues", and it will be of type java.lang.Object[]. The second we'll call "pageTwoOptions", and it will be of type com.sun.rave.web.ui.model.Option[], and it should probably also be read-only. You bind the Selected property of the page 1 addRemove to the pageOneAddedValues property, and you bind the Items property of the page 2 addRemove to the pageTwoOptions property.
    The trick is to use the values set the pageOneAddedValues property as the seed for the options returned by the pageTwoOptions property. Assuming the simplest case where the option labels are the same as the values, this can be simply:
        public Option[] getPageTwoOptions() {
            Object[] selectedValues = this.getPageOneAddedValues();
            if (selectedValues == null)
                return new Option[0];
            Option[] options = new Option[selectedValues.length];
            for (int i = 0; i < options.length; i++) {
                options&#x5b;i] = new Option(selectedValues&#x5b;i]);
            return options;
        }Good luck!
    // Gregory
    Message was edited by:
    gjmurphy
    Message was edited by:
    gjmurphy

  • Text justification in text box

    I have just built a website in iweb and have included a table that has a coloumn of words to the very right of the text box. These look justified in iweb but become ragged in appearance when published. Can anyone suggest how I can avoid/correct this or is it reliant upon the server?
    Thank you - I am new to iweb so any help is appreciated.

    Either split the text and put the column in a separate textbox or create a table outside iWeb.
    Here's how :
         Create and add a TABLE in iWeb
         Sample page 1
         Sample page 2

  • JOptionPane.showMessageDialog() text justification

    Is there a way to format multiline text (in JOptionPane.showMessageDialog() )so that the length of the lines is the same. I am a String[] as a message. When the lines a not adjusted manually it doesn't look very good.
    Any ideas?
    Thank you.
    Leo

    So is there a way to make nicely formated messages?
    Leo

  • Text Wrap disables vertical justification

    Hi,
    I am using InDesign CS3 5.0.4 on Windows XP Pro SP3.
    I have the following problem: I have a text frame with vertical centrered text in it. Now when I put some object with text wrap near it, the vertical justification is just ignored (also blanked out in text frame options) and the text justifies at the top of the text frame. I think this is very annoying and I don't understand why this works the way it does. I remember this problem also ocurred in QuarkXPress but I hoped Adobe would do it better :)
    I hope someone can explain this to me. Thanks.
    Frank

    How near is near? If the object is too close to the text for comfort it's going to need text wrap or there'll be a
    collision. And vertical justification will be lost.
    Does the object span the full depth of the text frame? If so, just ignore text wrap, narrow the text frame and take its
    edge away from the object. If the object cuts into the text frame so some lines are wrapped and others are not, then the
    vertical justification will be lost.
    You could fiddle it by eye by breaking the text into three frames, with the text in the top frame aligned to the bottom,
    the text in the middle and bottom frame aligned to the top. Then align the text in all the frames to the same baseline
    grid (you can set a grid for each frame), and jiggle the depths appropriately.
    k

  • Column justification for spanning paragraphs

    I'm brand new to InDesign. I have a lot of experience with Framemaker and need to accomplish something that was routine with that product.
    First off, due to constant changes and updates, book length, and accidental movement of frames (even by the ID house we work with), individually adjusting frames is disabled (text frame layers are locked, but selection of locked objects is enabled, so text editing will work).
    We're producing long technical manuals and need to leave the outside edge of the page (opposite the binding) mostly clear. This will be used for user and author notes, as well as sidebars. Those I know I can do those with anchored frames.
    Frequently, we also need to have paragraphs span into into that reserved space in order to preserve required line breaks without making text unreadably small. We'll need to do the same thing with tables. How does one accomplish this in InDesign? On obvious way to do this would be to use three columns and set most paragraph styles to span across two of them. How does one specify that if all of the columns cannot be used for text flow (due to spanning), only the innermost columns are to be used (text justification in the columns needs to remain as-is).
    Can I force text to run outside of a frame?
    If these can't be done, can anchored frames be used inline? How do you assure accurate spacing between paragraphs in and out of the frame and how do you make these frames break correctly across pages?
    Is there a different workaround? A vendor plug-in?
    Thanks,
    Jeremy

    jcs-7689 wrote:
    I'm brand new to InDesign. I have a lot of experience with Framemaker and need to accomplish something that was routine with that product.
    First off, due to constant changes and updates, book length, and accidental movement of frames (even by the ID house we work with), individually adjusting frames is disabled (text frame layers are locked, but selection of locked objects is enabled, so text editing will work).
    We're producing long technical manuals and need to leave the outside edge of the page (opposite the binding) mostly clear. This will be used for user and author notes, as well as sidebars. Those I know I can do those with anchored frames.
    Frequently, we also need to have paragraphs span into into that reserved space in order to preserve required line breaks without making text unreadably small. We'll need to do the same thing with tables. How does one accomplish this in InDesign? On obvious way to do this would be to use three columns and set most paragraph styles to span across two of them. How does one specify that if all of the columns cannot be used for text flow (due to spanning), only the innermost columns are to be used (text justification in the columns needs to remain as-is).
    Can I force text to run outside of a frame?
    If these can't be done, can anchored frames be used inline? How do you assure accurate spacing between paragraphs in and out of the frame and how do you make these frames break correctly across pages?
    Is there a different workaround? A vendor plug-in?
    Thanks,
    Jeremy
    I know FrameMaker well, but I'm having difficulty understanding how your FrameMaker pages look, and how you achieved that result. It would be helpful to see some example pages/spreads, and some explanatory text.
    Was your FrameMaker workflow fully-automated? If not, what manual operations were needed?
    This info would be helpful in finding InDesign solutions to achieve the same, or similar, results.
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • How to center text in Pages to show correctly on iBook Reader

    Hi,
    First, I have to say that I posted the same question on ''Creating ePubs'' discussioun page but nobody could help.
    I am trying something really easy but could not solve it. Hope someone can help.
    Ok, I know that if I choose ''Chapte Name'' as a pharagraph style, iBook reader automatically puts it into a new page, so the new page starts with the chapter name on top. I dont have any problems with my chapters.
    However, I want my book to start with a page that has a brief info about the author. I want this info in the middle of the page (also centered in the middle). Than I want to go to the second page with a ''dedication'' part where I write my thanks to people. I also want this in the middle and centered. And finally I want to add my book title and author name together on the 3rd page. After that the chapters will start.
    So, as I told you, the chapters work just fine. But when I try to center the text in the first 3 pages, (I press return several times on my keybord to do it) the pages interwine with each other. For example, the last part of page 2 goes on top of page 3.
    I think this happens because I press the return key to center the texts. So, is there a way to lock texts to the pages where they belong to prevent them to interwine with other pages even if I press return to center the text
    OR
    Is there another way to center text to prevent them to interwine with other pages...
    Thank you

    One of the consequences of working all night on this was that there is errata, or improved insight.
    As I mentioned previously, each of the four document parts that I tested is in its own section. This means that each of the first three document icons, in thumbnail view, has its own distinct yellow race track around it. The chapter/body text is in a fourth multi-page section.
    On the first page, with invisibles and layout mode shown, I have a ¶ (pilcrow) showing on line 1, column 1. If I place the cursor before this mark, the text inspector shows the following:
    Style is body
    Character spacing is 0%
    Line spacing is single (1)
    Before paragraph is set to 172 pt.
    After paragraph is set to 6 pt.
    Now, if I place the cursor before the About the Author string:
    Ruler set to 1.6 inches
    Style is Heading 1
    Character spacing is 0%
    Line Spscing is single (1)
    Before paragraph is set to 196 pt
    After paragraph is set to 6 pt
    Place cursor between end of Author and Pilcrow and press return.
    With the cursor before the author description:
    Style is body
    My font choice was Baskerville, Regular 12 pt.
    Left ruler set to 1.6 inches. Right ruler to 6.2 inches.
    Character spacing is -4%
    Line-height is set at multiple (1.2)
    Before paragraph is 0
    After paragraph is 12 pt.
    Position cursor between last character and pilcrow - press return.
    Insert section break
    This is all there is too my first page:
    For the Dedication page:
    Line 1, Col 1 has the pilcrow and style is body
    Character spacing is 0%
    Line height is single (1)
    Before and After paragraph are set to 0
    With the cursor just before Dedication:
    Left ruler set at 2.6 inches
    Style is Heading 1
    Character spacing is 0
    Line height is 1.5
    Before paragraph set to 190 pt
    After paragraph set to 0 (yeah, raised my eyebrow too)
    Place cursor between trailing n and pilcrow, press return.
    With cursor on first line of names, just prior to first character:
    Style is body text with Baskerville Regular 12 pt override.
    Text justification is left.
    Left ruler is set to 2.9 inches
    Right ruler is set to 6.7 inches
    Character spacing is 0
    Line-height is 1.2
    Before and after paragraph are 0
    Insert cursor before last Pilcrow and press return
    On the next line, there is a Pilcrow at col 1, place the cursor in front of it.
    Style is body style
    Character spacing is 0
    Line-height is multiple (1.2)
    Before paragraph is 0
    After paragraph is 216 pt.
    Press return to set the jump.
    Insert section break
    You can likely insert step 14 at step 7 and skip 9 - 13. It was late.
    The Dedication page looks like this:
    Hopefully, you missed something, or it wasn't sufficiently explained previously. I hope you can duplicate the above and discover unique, centered content in your ePub.

  • Programmat​ically setting text justificat​ion in a table

    I am looking for a method to programmatically set text justification in a table. As far as I can tell the attribute is not available at run time. Has anyone had any experience with this? Thanks.

    Of course you could make several identical tables on top of each other, but with different font alignment, then make the desired one visible . It's ugly but will work just fine.
    LabVIEW Champion . Do more with less code and in less time .

  • Centering Text in After Effects 6.5

    Hi,
    How does center text in After Effects 6.5.
    Thanks.

    Use the alignment options in the Paragraph palette.
    Here's the relevant excerpt from After Effects 6.5 Help:
    "Aligning and justifying text
    You can align text to one edge of a paragraph (left, center, or right for horizontal text; top, center, or bottom for vertical text) and justify text to both edges of a paragraph. Alignment options are available for both point text and paragraph text; justification options are available only for paragraph text.
    To specify alignment: In the Paragraph palette, click an alignment option..."

  • Text alignment on WebView

    I have the following code:
    String htmlTexto = "<HTML> <script> function miFuncion(){ alert('hola');}</script> <BODY>";
            htmlTexto += "<P style=\"text-align:justify;font-weight:bold;font-family:verdana;\">"
                    + tesisActual.getRubro().replaceAll("\n", "<BR>\n") + "</P>";
    wbTexto.getEngine().loadContent(htmlTexto);wbTexto is a WebView and the text inside is ok, it puts Verdana as font, bold BUT left align on the text... I need to set it justify.
    Thanks in advance.
    Edited by: charlymoon on 25/02/2013 05:48 PM
    Edited by: charlymoon on 7/03/2013 11:15 AM

    I think text justification doesn't work in JavaFX 2.2.
    See:
    http://javafx-jira.kenai.com/browse/RT-17235 "HTMLEditor Justify button does nothing"
    The issue is marked as fixed in a later version of JavaFX.
    I tried a recent jdk8 snapshot release to see if it worked in the WebView and HTMLEditor and it didn't (jdk8b79, Win7):
    http://jdk8.java.net/download.html
    As the fix was pretty recent, it may just be that it will take a while for the fix to filter down to an early access binary build.
    Test for WebView:
    import static javafx.application.Application.launch;
    import javafx.application.*;
    import javafx.scene.Scene;
    import javafx.scene.web.WebView;
    import javafx.stage.Stage;
    public class JustifiedApp extends Application {
      private static final String loremIpsum =
        "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.";
      private static final String htmlText =
        "<p style='text-align:justify;font-weight:bold;font-family:verdana;'>" + loremIpsum + "</p>";
      @Override public void start(Stage stage) {
        WebView webview = new WebView();
        webview.getEngine().loadContent(htmlText);
        stage.setScene(new Scene(webview));
        stage.show();
      public static void main(String[] args) { launch(args); }
    }Test for editor:
    import static javafx.application.Application.launch;
    import javafx.application.*;
    import javafx.scene.Scene;
    import javafx.scene.web.HTMLEditor;
    import javafx.stage.Stage;
    public class EditorApp extends Application {
      private static final String loremIpsum =
        "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.";
      private static final String htmlText =
        "<p style='text-align:justify;font-weight:bold;font-family:verdana;'>" + loremIpsum + "</p>";
      @Override public void start(Stage stage) {
        HTMLEditor editor = new HTMLEditor();
        editor.setHtmlText(htmlText);
        stage.setScene(new Scene(editor));
        stage.show();
      public static void main(String[] args) { launch(args); }
    }Loading the exact same html into Firefox or IE will justify the text fine:
    <p style='text-align:justify;font-weight:bold;font-family:verdana;'>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>You may want to file an additional bug for your specific case against the runtime project:
    http://javafx-jira.kenai.com
    The JavaFX developers could check if your issue is fixed against the latest development trunk and close your issue as duplicate if it is else otherwise fix it.

  • InDesign CS6 Crashes on launch: error in BIB.dll

    Hello,
    When I launch a new install of InDesign CS6, it crashes with this error detail from event viewer.:
    Faulting application name: InDesign.exe, version: 8.0.0.370, time stamp: 0x4f72c3ee
    Faulting module name: BIB.dll, version: 1.2.2.19553, time stamp: 0x4f3a00dc
    Exception code: 0xc00000fd
    Fault offset: 0x0000e508
    Faulting process id: 0x1a18
    Faulting application start time: 0x01cd9361dc004636
    Faulting application path: C:\Program Files (x86)\Adobe\Adobe InDesign CS6\InDesign.exe
    Faulting module path: C:\Program Files (x86)\Adobe\Adobe InDesign CS6\BIB.dll
    Report Id: 4327293a-ff55-11e1-a5e7-7071bc1caa4c
    This is on a Win7 x64 system, 6 core 3.33GHz + 24GB RAM.  Other CS6 apps tested so far are working including Bridge, Premier Pro and Photoshop.
    Watching the splash screen, the error comes up shortly after it says "Starting Up Service Registry."
    This is installed in parallel with a previous CS3 install.  InDesign CS3 is working fine. 
    Reading some other threads, I have tried:
    1- launch using Run As Administrator option.
    2- reinstall InDesign CS6
    3- deleted C:\Users\<my user>\AppData\Local\Adobe\Indesign\Version 8.0 Folder
    4- login as another <admin> user and try it
    5- switched default printer per this: http://forums.adobe.com/thread/717953 (my default printer is in the shop, all other printers are virtual but they didn't help).
    6- removed all plug-ins from InDesign\Plug-ins folder
    7- tried replacing BIB.dll with that from another CS6 application
    While attempting these fixes I have gotten a different error, now faulting in CoolType.dll.  Per some other threads, I have deleted all non-system fonts from the fonts folder and still get an error in the same place, either referencing BIB.dll or CoolType.dll.
    Below is the initial crash dump report from windows.
    Thanks for any advice.
    Glenn
    Version=1
    EventType=APPCRASH
    EventTime=129922037798149895
    ReportType=2
    Consent=1
    ReportIdentifier=ecd2715c-ff5a-11e1-a5e7-7071bc1caa4c
    IntegratorReportIdentifier=ecd2715b-ff5a-11e1-a5e7-7071bc1caa4c
    WOW64=1
    Response.type=4
    Sig[0].Name=Application Name
    Sig[0].Value=InDesign.exe
    Sig[1].Name=Application Version
    Sig[1].Value=8.0.0.370
    Sig[2].Name=Application Timestamp
    Sig[2].Value=4f72c3ee
    Sig[3].Name=Fault Module Name
    Sig[3].Value=BIB.dll
    Sig[4].Name=Fault Module Version
    Sig[4].Value=1.2.2.19553
    Sig[5].Name=Fault Module Timestamp
    Sig[5].Value=4f3a00dc
    Sig[6].Name=Exception Code
    Sig[6].Value=c00000fd
    Sig[7].Name=Exception Offset
    Sig[7].Value=0000e430
    DynamicSig[1].Name=OS Version
    DynamicSig[1].Value=6.1.7601.2.1.0.256.48
    DynamicSig[2].Name=Locale ID
    DynamicSig[2].Value=1033
    DynamicSig[22].Name=Additional Information 1
    DynamicSig[22].Value=db90
    DynamicSig[23].Name=Additional Information 2
    DynamicSig[23].Value=db907dd15c081028f80933f9c3e73bc5
    DynamicSig[24].Name=Additional Information 3
    DynamicSig[24].Value=461d
    DynamicSig[25].Name=Additional Information 4
    DynamicSig[25].Value=461db17cb723b284267116290159b876
    UI[2]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\InDesign.exe
    UI[3]=Adobe InDesign CS6 has stopped working
    UI[4]=Windows can check online for a solution to the problem.
    UI[5]=Check online for a solution and close the program
    UI[6]=Check online for a solution later and close the program
    UI[7]=Close the program
    LoadedModule[0]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\InDesign.exe
    LoadedModule[1]=C:\Windows\SysWOW64\ntdll.dll
    LoadedModule[2]=C:\Windows\syswow64\kernel32.dll
    LoadedModule[3]=C:\Windows\syswow64\KERNELBASE.dll
    LoadedModule[4]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\ObjectModel.dll
    LoadedModule[5]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\PMRuntime.dll
    LoadedModule[6]=C:\Windows\syswow64\PSAPI.DLL
    LoadedModule[7]=C:\Windows\system32\dbghelp.dll
    LoadedModule[8]=C:\Windows\syswow64\msvcrt.dll
    LoadedModule[9]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\tbb.dll
    LoadedModule[10]=C:\Windows\system32\MSVCP100.dll
    LoadedModule[11]=C:\Windows\system32\MSVCR100.dll
    LoadedModule[12]=C:\Windows\syswow64\USER32.dll
    LoadedModule[13]=C:\Windows\syswow64\GDI32.dll
    LoadedModule[14]=C:\Windows\syswow64\LPK.dll
    LoadedModule[15]=C:\Windows\syswow64\USP10.dll
    LoadedModule[16]=C:\Windows\syswow64\ADVAPI32.dll
    LoadedModule[17]=C:\Windows\SysWOW64\sechost.dll
    LoadedModule[18]=C:\Windows\syswow64\RPCRT4.dll
    LoadedModule[19]=C:\Windows\syswow64\SspiCli.dll
    LoadedModule[20]=C:\Windows\syswow64\CRYPTBASE.dll
    LoadedModule[21]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Database.dll
    LoadedModule[22]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Public.dll
    LoadedModule[23]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\ACE.dll
    LoadedModule[24]=C:\Windows\syswow64\SHELL32.dll
    LoadedModule[25]=C:\Windows\syswow64\SHLWAPI.dll
    LoadedModule[26]=C:\Windows\syswow64\ole32.dll
    LoadedModule[27]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\BIB.dll
    LoadedModule[28]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\CoolType.dll
    LoadedModule[29]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\MPS.dll
    LoadedModule[30]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\AGM.dll
    LoadedModule[31]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\ARE.dll
    LoadedModule[32]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\BIBUtils.dll
    LoadedModule[33]=C:\Windows\syswow64\WS2_32.dll
    LoadedModule[34]=C:\Windows\syswow64\NSI.dll
    LoadedModule[35]=C:\Windows\system32\MPR.dll
    LoadedModule[36]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\AFL.dll
    LoadedModule[37]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\icuuc40.dll
    LoadedModule[38]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\icudt40.dll
    LoadedModule[39]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\icuin40.dll
    LoadedModule[40]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\amtlib.dll
    LoadedModule[41]=C:\Windows\system32\WINHTTP.dll
    LoadedModule[42]=C:\Windows\system32\webio.dll
    LoadedModule[43]=C:\Windows\syswow64\SETUPAPI.dll
    LoadedModule[44]=C:\Windows\syswow64\CFGMGR32.dll
    LoadedModule[45]=C:\Windows\syswow64\OLEAUT32.dll
    LoadedModule[46]=C:\Windows\syswow64\DEVOBJ.dll
    LoadedModule[47]=C:\Windows\system32\IPHLPAPI.DLL
    LoadedModule[48]=C:\Windows\system32\WINNSI.DLL
    LoadedModule[49]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\adobe_caps.dll
    LoadedModule[50]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\boost_filesystem.dll
    LoadedModule[51]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\boost_system.dll
    LoadedModule[52]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\boost_regex.dll
    LoadedModule[53]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\icucnv40.dll
    LoadedModule[54]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\ASLSupport.dll
    LoadedModule[55]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\WRServices.dll
    LoadedModule[56]=C:\Windows\syswow64\COMDLG32.dll
    LoadedModule[57]=C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_ 6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
    LoadedModule[58]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\WidgetBin.dll
    LoadedModule[59]=C:\Windows\syswow64\IMM32.dll
    LoadedModule[60]=C:\Windows\syswow64\MSCTF.dll
    LoadedModule[61]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\AdobeOwl.dll
    LoadedModule[62]=C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601 .17825_none_72d273598668a06b\gdiplus.dll
    LoadedModule[63]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\AdobeOwlCanvas.dll
    LoadedModule[64]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\adbeape.dll
    LoadedModule[65]=C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_ none_50934f2ebcb7eb57\MSVCR90.dll
    LoadedModule[66]=C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_ none_50934f2ebcb7eb57\MSVCP90.dll
    LoadedModule[67]=C:\Windows\system32\uxtheme.dll
    LoadedModule[68]=C:\Windows\system32\profapi.dll
    LoadedModule[69]=C:\Windows\syswow64\CLBCatQ.DLL
    LoadedModule[70]=C:\Windows\system32\propsys.dll
    LoadedModule[71]=C:\Windows\system32\ntmarta.dll
    LoadedModule[72]=C:\Windows\syswow64\WLDAP32.dll
    LoadedModule[73]=C:\Windows\system32\dwmapi.dll
    LoadedModule[74]=C:\Windows\system32\CRYPTSP.dll
    LoadedModule[75]=C:\Windows\system32\rsaenh.dll
    LoadedModule[76]=C:\Windows\system32\RpcRtRemote.dll
    LoadedModule[77]=C:\Windows\system32\apphelp.dll
    LoadedModule[78]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\updaternotifications.dll
    LoadedModule[79]=C:\Windows\system32\NETAPI32.dll
    LoadedModule[80]=C:\Windows\system32\netutils.dll
    LoadedModule[81]=C:\Windows\system32\srvcli.dll
    LoadedModule[82]=C:\Windows\system32\wkscli.dll
    LoadedModule[83]=C:\Windows\system32\ATMLIB.dll
    LoadedModule[84]=C:\Windows\system32\mscms.dll
    LoadedModule[85]=C:\Windows\system32\USERENV.dll
    LoadedModule[86]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\ACTIONS.RPLN
    LoadedModule[87]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\AXE8SharedExpat.dll
    LoadedModule[88]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\APPFRAMEWORK.RPLN
    LoadedModule[89]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\boost_threads.dll
    LoadedModule[90]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\boost_date_time.dll
    LoadedModule[91]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\APPLICATION UI.RPLN
    LoadedModule[92]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\ScCore.dll
    LoadedModule[93]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\LogSession.dll
    LoadedModule[94]=C:\Windows\system32\VERSION.dll
    LoadedModule[95]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\ExtendScript.dll
    LoadedModule[96]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\ARTICLE.RPLN
    LoadedModule[97]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\ASSIGNMENTS.RPLN
    LoadedModule[98]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\AWS.RPLN
    LoadedModule[99]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\AWSUI.RPLN
    LoadedModule[100]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\BASIC TOOLS.RPLN
    LoadedModule[101]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\BEHAVIOR.RPLN
    LoadedModule[102]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\BNCORE.RPLN
    LoadedModule[103]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\BOOK.RPLN
    LoadedModule[104]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\CELLSTYLES.RPLN
    LoadedModule[105]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\CJK TEXT ATTRIBUTES.RPLN
    LoadedModule[106]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\CJKGRID.RPLN
    LoadedModule[107]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\COLOR MANAGEMENT.RPLN
    LoadedModule[108]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\COMPFONTMGR.RPLN
    LoadedModule[109]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\CONDITIONALTEXT.RPLN
    LoadedModule[110]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\CONTENTDROPPER.RPLN
    LoadedModule[111]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\DIALOG LAYOUT.RPLN
    LoadedModule[112]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\DOCUMENT ACTIONS.RPLN
    LoadedModule[113]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\DOCUMENT FRAMEWORK.RPLN
    LoadedModule[114]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\DOCUMENT UI.RPLN
    LoadedModule[115]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\DYNAMICDOCUMENTS.RPLN
    LoadedModule[116]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\ADBE_AGMFL.dll
    LoadedModule[117]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\aflamingo.dll
    LoadedModule[118]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\EPS PAGE ITEM.RPLN
    LoadedModule[119]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\FONT MANAGER.RPLN
    LoadedModule[120]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\FORMFIELD.RPLN
    LoadedModule[121]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\GALLEY.RPLN
    LoadedModule[122]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\GALLEYUI.RPLN
    LoadedModule[123]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\GENERIC PAGE ITEM.RPLN
    LoadedModule[124]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\GENERICSETTINGS.RPLN
    LoadedModule[125]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\GLOBAL PREFERENCES PANEL.RPLN
    LoadedModule[126]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\GRADIENT FILL.RPLN
    LoadedModule[127]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\GRAPHICS.RPLN
    LoadedModule[128]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\GROUP.RPLN
    LoadedModule[129]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\GUIDES.RPLN
    LoadedModule[130]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\HTMLPGT.RPLN
    LoadedModule[131]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\HYPERLINKS.RPLN
    LoadedModule[132]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\IMAGE FILTERS.RPLN
    LoadedModule[133]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\IMAGE.RPLN
    LoadedModule[134]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\IME.RPLN
    LoadedModule[135]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\IMPORT EXPORT UI.RPLN
    LoadedModule[136]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\INCOPYSHARED.RPLN
    LoadedModule[137]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\INCOPYSHAREDUI.RPLN
    LoadedModule[138]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\INCOPYWORKFLOW.RPLN
    LoadedModule[139]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\INDEXING.RPLN
    LoadedModule[140]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\INXCORE.RPLN
    LoadedModule[141]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\LAYER.RPLN
    LoadedModule[142]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\LAYOUT UI.RPLN
    LoadedModule[143]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\LAYOUT.RPLN
    LoadedModule[144]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\LINGUISTICS.RPLN
    LoadedModule[145]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\LINKS.RPLN
    LoadedModule[146]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\AdobeXMP.dll
    LoadedModule[147]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\AdobeXMPFiles.dll
    LoadedModule[148]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\MASTER PAGE.RPLN
    LoadedModule[149]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\MEDIA.RPLN
    LoadedModule[150]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\METADATA DATABASE FILTER.RPLN
    LoadedModule[151]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\METADATA.RPLN
    LoadedModule[152]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\MOVIE.RPLN
    LoadedModule[153]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\OPEN PLACE.RPLN
    LoadedModule[154]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\PARAGRAPH COMPOSER.RPLN
    LoadedModule[155]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\PATH TYPE.RPLN
    LoadedModule[156]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\PathTypeLib.dll
    LoadedModule[157]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\PDF.RPLN
    LoadedModule[158]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\PDFPort.dll
    LoadedModule[159]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\JP2KLib.dll
    LoadedModule[160]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\pdfsettings.dll
    LoadedModule[161]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\PHOTOSHOP IMPORT FILTER.RPLN
    LoadedModule[162]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\AdobePSL.dll
    LoadedModule[163]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\tbbmalloc.dll
    LoadedModule[164]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\PNG IMPORT FILTER.RPLN
    LoadedModule[165]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\PRINT.RPLN
    LoadedModule[166]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\RULERS.RPLN
    LoadedModule[167]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\SCRIPTING.RPLN
    LoadedModule[168]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\SECTIONS.RPLN
    LoadedModule[169]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\SHAREDCONTENT.RPLN
    LoadedModule[170]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\SOUND.RPLN
    LoadedModule[171]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\SPELLING SERVICE.RPLN
    LoadedModule[172]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\SPLINE UI.RPLN
    LoadedModule[173]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\SPLINE.RPLN
    LoadedModule[174]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\SPREAD UI.RPLN
    LoadedModule[175]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\SPREAD.RPLN
    LoadedModule[176]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\STROKE AND FILL.RPLN
    LoadedModule[177]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\SUPPORT FOR JAVASCRIPT.RPLN
    LoadedModule[178]=C:\Windows\syswow64\WININET.dll
    LoadedModule[179]=C:\Windows\syswow64\urlmon.dll
    LoadedModule[180]=C:\Windows\syswow64\CRYPT32.dll
    LoadedModule[181]=C:\Windows\syswow64\MSASN1.dll
    LoadedModule[182]=C:\Windows\syswow64\iertutil.dll
    LoadedModule[183]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\TABLE MODEL.RPLN
    LoadedModule[184]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\TABLESTYLES.RPLN
    LoadedModule[185]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\TEXT ATTRIBUTES.RPLN
    LoadedModule[186]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\TEXT EDITOR MODEL.RPLN
    LoadedModule[187]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\TEXT EDITOR.RPLN
    LoadedModule[188]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\TEXT WALKER.RPLN
    LoadedModule[189]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\TEXT WRAP PATH.RPLN
    LoadedModule[190]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\TEXT WRAP.RPLN
    LoadedModule[191]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\TEXT.RPLN
    LoadedModule[192]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\TOC.RPLN
    LoadedModule[193]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\TRANSPARENCY.RPLN
    LoadedModule[194]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\UTILITIES.RPLN
    LoadedModule[195]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\WIDGETS.RPLN
    LoadedModule[196]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\WORKGROUP CLIENT UI.RPLN
    LoadedModule[197]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\WORKGROUP CLIENT.RPLN
    LoadedModule[198]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\WORKGROUP.RPLN
    LoadedModule[199]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\WORLDREADY.RPLN
    LoadedModule[200]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\XML.RPLN
    LoadedModule[201]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\AXEDOMCore.dll
    LoadedModule[202]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\XMLPARSER.RPLN
    LoadedModule[203]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\AXSLE.dll
    LoadedModule[204]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\DATA SERVICES\DATA SERVICES UI.APLN
    LoadedModule[205]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\DATA SERVICES\DATA SERVICES.APLN
    LoadedModule[206]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\DATA SERVICES\TRANSFORMS\DTTRANSFORM.APLN
    LoadedModule[207]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\DICTIONARIES\DICTIONARY EDITOR DIALOG.APLN
    LoadedModule[208]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\TextPanelLib.dll
    LoadedModule[209]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\DICTIONARIES\LILO\LILO.APLN
    LoadedModule[210]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\AdobeLinguistic.dll
    LoadedModule[211]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\FILTERS\EBOOKEXPORT.APLN
    LoadedModule[212]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\FILTERS\MEDIA IMPORT FILTER.APLN
    LoadedModule[213]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\FILTERS\PNG IMPORT FILTER UI.APLN
    LoadedModule[214]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\FILTERS\SANGAM PREFERENCES UI.APLN
    LoadedModule[215]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Sangam.dll
    LoadedModule[216]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\FILTERS\SANGAMEXPORT.APLN
    LoadedModule[217]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\FILTERS\SANGAMSERVICER-MAPPER.APLN
    LoadedModule[218]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\FILTERS\SAVEBACK.APLN
    LoadedModule[219]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\FILTERS\TAGGED TEXT ATTRIBUTES.APLN
    LoadedModule[220]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\FILTERS\TAGGED TEXT FILTERS UI.APLN
    LoadedModule[221]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\FILTERS\TAGGED TEXT FILTERS.APLN
    LoadedModule[222]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\CLIPPING PATH DIALOG.APLN
    LoadedModule[223]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\COLOR MANAGEMENT UI.APLN
    LoadedModule[224]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\COLOR PICKER PANEL.APLN
    LoadedModule[225]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\DYNAMICDOCUMENTSUI.APLN
    LoadedModule[226]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\EPS UI.APLN
    LoadedModule[227]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\GENERIC STYLE EDITOR.APLN
    LoadedModule[228]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\GRADIENT PANEL.APLN
    LoadedModule[229]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\GRAPHIC PANELS.APLN
    LoadedModule[230]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\JPEG EXPORT UI.APLN
    LoadedModule[231]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\JPEG EXPORT.APLN
    LoadedModule[232]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\OUTPUT PREVIEW.APLN
    LoadedModule[233]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\OUTPUTMISCUI.APLN
    LoadedModule[234]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\PDF UI.APLN
    LoadedModule[235]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\PRINTER STYLES.APLN
    LoadedModule[236]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\PRINTUI.APLN
    LoadedModule[237]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\PS IMPORT UI.APLN
    LoadedModule[238]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\SVG EXPORT.APLN
    LoadedModule[239]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\svgexport.dll
    LoadedModule[240]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\SWATCH LIBRARY PANEL.APLN
    LoadedModule[241]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\SWATCHES PANEL.APLN
    LoadedModule[242]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\GRAPHICS\TRANSPARENCY UI.APLN
    LoadedModule[243]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\INCOPYWORKFLOW\ASSIGNMENT UI.APLN
    LoadedModule[244]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\INCOPYWORKFLOW\INCOPY BRIDGE UI.APLN
    LoadedModule[245]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\INCOPYWORKFLOW\INCOPY BRIDGE.APLN
    LoadedModule[246]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\INCOPYWORKFLOW\INCOPYEXPORT.APLN
    LoadedModule[247]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\INCOPYWORKFLOW\INCOPYEXPORTUI.APLN
    LoadedModule[248]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\INCOPYWORKFLOW\INCOPYIMPORT.APLN
    LoadedModule[249]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\INCOPYWORKFLOW\INCOPYWORKFLOW UI.APLN
    LoadedModule[250]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\INCOPYWORKFLOW\NOTE.APLN
    LoadedModule[251]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\INCOPYWORKFLOW\NOTEPREF.APLN
    LoadedModule[252]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\INCOPYWORKFLOW\USERNAME UI.APLN
    LoadedModule[253]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\INTERACTIVE\BUTTONUI.APLN
    LoadedModule[254]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\INTERACTIVE\MEDIAUI.APLN
    LoadedModule[255]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\ALIGNMENT PANEL.APLN
    LoadedModule[256]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\ASSET LIBRARY PANEL.APLN
    LoadedModule[257]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\ASSET PUBLIBRARY.APLN
    LoadedModule[258]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\BOOK PANEL.APLN
    LoadedModule[259]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\BOOKMARK PANEL.APLN
    LoadedModule[260]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\CONTENTDROPPER TOOL.APLN
    LoadedModule[261]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\CONTROL PANEL.APLN
    LoadedModule[262]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\CREATE GUIDES DIALOG.APLN
    LoadedModule[263]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\EYEDROPPER TOOL.APLN
    LoadedModule[264]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\HYPERLINKS PANEL.APLN
    LoadedModule[265]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\INDEX PANEL.APLN
    LoadedModule[266]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\unihan.dll
    LoadedModule[267]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\INFO PANEL.APLN
    LoadedModule[268]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\KNOWLEDGE BASE.APLN
    LoadedModule[269]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\LAYERS PANEL.APLN
    LoadedModule[270]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\LAYOUT ADJUSTMENT PANEL.APLN
    LoadedModule[271]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\LAYOUT ADJUSTMENT.APLN
    LoadedModule[272]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\LINKS UI.APLN
    LoadedModule[273]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\PAGE SETUP DIALOG.APLN
    LoadedModule[274]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\PAGES PANEL.APLN
    LoadedModule[275]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\SECTIONS UI.APLN
    LoadedModule[276]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\STEPREPEAT.APLN
    LoadedModule[277]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\TEXT WRAP PANEL.APLN
    LoadedModule[278]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\TOC UI DIALOG.APLN
    LoadedModule[279]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\LAYOUT\TRANSFORM PANEL.APLN
    LoadedModule[280]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\PAGE ITEM\IMAGE IMPORT UI.APLN
    LoadedModule[281]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\PAGE ITEM\SCOTCH RULES.APLN
    LoadedModule[282]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\PMPACK\BNUI.APLN
    LoadedModule[283]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\PMPACK\DATAMERGE.APLN
    LoadedModule[284]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\PMPACK\DATAMERGEUI.APLN
    LoadedModule[285]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\PMPACK\PMWELCOMESCREEN.APLN
    LoadedModule[286]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\PREPRESS\PACKAGE AND PREFLIGHT UI.APLN
    LoadedModule[287]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\PREPRESS\PACKAGE AND PREFLIGHT.APLN
    LoadedModule[288]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\SANDBOX\JBX.APLN
    LoadedModule[289]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\SCRIPT\SCRIPT LABEL PANEL.APLN
    LoadedModule[290]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\SCRIPT\SCRIPTS PANEL.APLN
    LoadedModule[291]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\SCRIPT\SUPPORT FOR VISUAL BASIC.APLN
    LoadedModule[292]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TABLES\TABLES UI.APLN
    LoadedModule[293]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TABLES\TABLESTYLESUI.APLN
    LoadedModule[294]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\CHARACTER PANEL.APLN
    LoadedModule[295]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\CONDITIONALTEXT UI.APLN
    LoadedModule[296]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\CREATE OUTLINES.APLN
    LoadedModule[297]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\FIND AND CHANGE PANEL.APLN
    LoadedModule[298]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\FIND CHANGE FORMAT PANEL.APLN
    LoadedModule[299]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\FONT USAGE DIALOG.APLN
    LoadedModule[300]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\GLYPHS PANEL.APLN
    LoadedModule[301]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\HYPHENATION PANEL.APLN
    LoadedModule[302]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\INDENTS AND TABS.APLN
    LoadedModule[303]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\JUSTIFICATION PANEL.APLN
    LoadedModule[304]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\KEEPS PANEL.APLN
    LoadedModule[305]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\OPTICAL KERNING.APLN
    LoadedModule[306]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\PARAGRAPH PANEL.APLN
    LoadedModule[307]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\PARAGRAPH RULES PANEL.APLN
    LoadedModule[308]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\PATH TYPE UI.APLN
    LoadedModule[309]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\RUNIN STYLES PANEL.APLN
    LoadedModule[310]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\SING.APLN
    LoadedModule[311]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\SPANCOLUMNS PANEL.APLN
    LoadedModule[312]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\SPELLING PANEL.APLN
    LoadedModule[313]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\STORY PANEL.APLN
    LoadedModule[314]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\STYLE PANEL.APLN
    LoadedModule[315]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\TEXT COLOR PANEL.APLN
    LoadedModule[316]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\TEXT FRAME OPTIONS.APLN
    LoadedModule[317]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\TEXT PANEL.APLN
    LoadedModule[318]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\TEXT PREFERENCES.APLN
    LoadedModule[319]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\TEXT RULER.APLN
    LoadedModule[320]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\TEXT\TEXT STYLE PANEL.APLN
    LoadedModule[321]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\UI\ARTICLEPANEL.APLN
    LoadedModule[322]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\UI\CSXS.APLN
    LoadedModule[323]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\PlugPlug.dll
    LoadedModule[324]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\UI\GALLEY PREFERENCES.APLN
    LoadedModule[325]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\UI\GAPTOOL.APLN
    LoadedModule[326]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\UI\GENERAL PREFERENCES PANEL.APLN
    LoadedModule[327]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\UI\HELP.APLN
    LoadedModule[328]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\ahclient.dll
    LoadedModule[329]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\UI\OBJECTSTYLESUI.APLN
    LoadedModule[330]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\UI\PERFORMANCE UI.APLN
    LoadedModule[331]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\UI\SHAREDCONTENTUI.APLN
    LoadedModule[332]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\UI\SHORTCUT EDITOR DIALOG.APLN
    LoadedModule[333]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\UI\TOOL BOX.APLN
    LoadedModule[334]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\UI\TOOL TIPS.APLN
    LoadedModule[335]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\UI\TRACK CHANGES PREFERENCES.APLN
    LoadedModule[336]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\UI\TRACK CHANGES UI.APLN
    LoadedModule[337]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\UTILITY\PERFORMANCEMETRICS.APLN
    LoadedModule[338]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\WORKFLOW\METADATA UI.APLN
    LoadedModule[339]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\FileInfo.dll
    LoadedModule[340]=C:\Windows\system32\MSIMG32.dll
    LoadedModule[341]=C:\Windows\system32\WINMM.dll
    LoadedModule[342]=C:\Windows\system32\OLEACC.dll
    LoadedModule[343]=C:\Windows\system32\WINSPOOL.DRV
    LoadedModule[344]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\WORKGROUP\WORKGROUP UI.APLN
    LoadedModule[345]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\XMEDIA\SNIPPET.APLN
    LoadedModule[346]=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Plug-ins\XMEDIA\XMEDIA UI.APLN
    FriendlyEventName=Stopped working
    ConsentKey=APPCRASH
    AppName=Adobe InDesign CS6
    AppPath=C:\Program Files (x86)\Adobe\Adobe InDesign CS6\InDesign.exe

    Thank you both for your replies.  This was a painful issue to resolve.  I worked with Adobe support over three different calls.  I received different advice at each call but the successful process in the end was to completly uninstall and further delete all traces of adobe software and reinstalling again.  I had CS3 installed and was told that it is incompatible with Windows 7 (though its been running on my desktop and laptop without trouble for years.)
    So what I did was to first uninstall pretty much everything starting with Adobe in my Uninstall Programs control panel. 
    Then, per adobe support, I proceded to delete files/keys from these locations manually.  Not all of them existed.  I also included Program Files (x86) where any Program Files paths are listed.  (Note: AdobeCreativeSuiteCleanerTool does NOT remove all traces of files and keys!)
    C:\Program Files\Adobe*
    C:\Program Files\Common Files\Adobe*
    C:\Program Files\Common Files\Macrovision Shared\FlexNet*
    C:\Program Data\Adobe*
    C:\Program Data\FlexNet*
    C:\Users\All Users\Adobe*
    HKEY_LOCAL_MACHINE\Software\Adobe*
    HKEY_CURRENT_USER\Software\Adobe*
    HKEY_LOCAL_MACHINE\SOFTWARE\Macrovision\FLEXnet Publisher*
    I rebooted and installed again and it worked.
    During this process I discovered what I believe may have been the actual cause.  Under one of the above paths was another InDesign\Fonts folder loaded with fonts.  Sorry, I do not recall which as I have since had a hard disc failure and had to really start over.  I thought I had done a search of fonts but apparently had not done such a good job.  I recall now having trouble getting my fonts (installed in windows/fonts) to appear in InDesign CS3 and the workaround was to place a copy in this folder.  I the end, I believe I had a copy of a corrupted font in that folder. 
    My recommendation to anyone else struggling with this problem is to (1) remove all fonts from the windows/fonts folder and (2) to check the above paths for any fonts you may have added and remove them, and (3) check the above paths for any remaining fonts and verify they are not corrupt by opening them to preview.  Remove anything corrupt.  If all else fails, (4) follow uninstall procedure described above.   

Maybe you are looking for

  • "Connection Failed" when trying to connect to another Mac on my wireless network.

    Hi, I am having an intermittent problem with the connectivity between my iMac and Mac Pro - the latter is the media server for our house. Occasionally my Apple TV's seem to lose connectivity to the Mac Pro too which is a real pain. Both Macs are runn

  • Two IPod Nanos On One Computer..HELP

    My son has an IPod Nano and has all his songs on my computer, he received free songs when we first hooked it up to ITunes. Problem, my daughter now has the same IPod and is using my computer to get her music as well. When we first hooked hers up, she

  • Another User-modified Table [Message 131-183]

    Hi Expert, My client tries to add the Sales Quotation and get a following error message. "Another User-modified Table u201C(QUT1) (ODBC -2039) [Message 131-183]" And also canu2019t add as a draft either. Using: 2007A PL42 I checked notes and Forum bu

  • Purchase Requisition Field mandatory in External Service processing order

    Dear Team,                 I am running one scenario, wherein i am creating an Corrective maintenance order and i am using control key for external Service processing and entering the services and its rate and releasing the order. Now While Releasing

  • Where I can Find AelFred XML Parser for J2ME?

    Hi, I need the Aelfred XML SAXParser to run MIDP applications. The actual url is www.microstar.com but the site is not avialable. If any body has an idea about the new URL? or if u have the aelfred parser kit for the J2ME API, then please send it bac