Port Translation (Non to Standard Ports)

Hi Guys
I would like some advise/ideas on the best solution for the below.
I have a application server which uses non standard HTTP/HTTPS ports.
What I want is a solution to translate these ports to standard ports.
Client 1 accesses the site on port 80 – from a gateway or something similar – the gateway accesses the application server on port 4466 etc and presents the site to the client on port 80.
I have various application servers which use non standard ports and want to create a central solution so that all three of my clients will not have to make any changes to the firewall/ proxy servers as to them they will be accessing the site on a standard port 80.
Any advise much appreciated.
Many thanks
Ed

The translation is from one port to another, not many to one.
Meaning that we can't redirect all three ports to just one on the outside.
We have to use one port per IP.
Would this work if i had multiple ports ?
Only if you have multiple addresses.
Like:
Test1.com:80---internalTest1.com:4445
Test2.com:80---internalTest2.com:4456
Test3.com:80---internalTest3.com:8776
They will allow the traffic through as normal?
Yes, the clients in the outside will just go to the websites as usual, the whole process will be transparent for them.

Similar Messages

  • Is there a problem with itunes (11.1 latest version) on a windows 7 non-administrator (standard) account?

    When I tried to update my dad's iphone 5 to iOS 7 on a windows 7 standard account an unknown error was encountered and he lost everything! It also doesn't recognise my mum's iphone 4s (already updated to iOS 7), it gets an error, but her phone works fine on my administrator account. Do non-administrator restrictions cause problems? Any support would be really valued. Thanks.

    I think there is a problem. I dont get the noises on each song even though that happened to me on a previous update but rather than being a sporadic click it was a very loud hiss over every single track...
    The latest problem with my copy is that the songs are only playing out of one speaker and its not even the centre speakers, its the left speaker.
    The last time itunes didnt work properly it took apple around a week or so to correct so im not worried at the moment but i have to use windows media player in the mean time which I dont like to use.
    HP   Windows XP  

  • Dvd of non-broadcast standard size video movies possible with FCP & DVDSP4?

    Hi all,
    I pulled my hair out trying to produce training tutorials with screencasts (Snapz Pro X2) using FC Express and iDVD. After months of trial and error (and tons of Q&A), it was finally explained to me that I couldn't do this with FCE and iDVD because they were hard wired to output to ntsc/pal or miniDV formats etc.
    So I've invested in FC Studio and it should arrive in a few days. My question is, how can I edit my video screen captures in FCP (for example captured at 800x600 pixels, 30fps) and then using DVD Studio Pro, create a dvd that can be viewed on a computer monitor (not interested in playing on a tv)?
    The problem I was having before was that every time things were converted down to 720x480, all the video got blurry and I ran into problems with the square pixel vs non-square pixel issues that I never could figure out.
    Will DVDSP let me somehow create an interface for playing my clips on a computer, but not force me into the ntsc/pal standard format? Or, even if it does force me into this format (I guess it would if I'm expecting to play it using Apple's DVD Player), is there a way I can ensure my video stays sharp? I need to be able to display small on-screen text (ie Finder windows, application pallets etc) in the screen captures clear enough to be easily read.
    I know if I leave them as edited QT movies and played them with the QT Player, this would be easy, but I like having chapters and the attractive interfaces I can create with the dvd authoring apps to help the user navigate through the tutorial.
    Any help at all is appreciated.
    G4/1.3Ghz DP AGP   Mac OS X (10.4.6)  
    G4/1.3Ghz DP AGP   Mac OS X (10.4.6)  

    Thanks Hal,
    I'll give this all a try again. I've done four tutorials so far. Mainly to assist in training others that work with me on projects. The first one, I did as you suggested because I was able to size things down to fit within our ntsc format here in the USA. But the last three used apps that didn't permit sizing their main windows and pallets down to these small sizes, plus there were times where I needed to show close up of data entry fields.
    In any case, the next time I do this, I'll be using FCP and not FCE, thus I hope this will solve some of the export format issues. FCE really only works with miniDV formats (and HD video). Although I can export to a QT conversion file and keep everything looking great, I'll loose all my chapter markers doing this and the video will go through another conversion when I process it for standard dvd playback.
    I'm hoping FCP will provide me an option for exporting the project in a format that'll work with iDVD/DVDSP that'll maintain the clarity of the original clips generated via SPX.
    Thanks for your help. What I didn't want to do was spend weeks trying to do something in FCP/DVDSP that couldn't be done.
    BTW, if you look at the sample tutorials for FC Studio on Apple's web site,
    http://www.apple.com/finalcutstudio/tutorials/
    those are REALLY done nice. That's what I'd like to be able to eventually do. They manage to do zooming, panning and have pallets "slide" into the viewing area. Granted a lot of this is done in post, but I'd still like to know how they get these results and what tools they're using.
    They also say that this tutorial is available on the dvd that comes with the suite, so somehow they've gotten all of this to work (but aren't telling us how). I've been looking and asking questions for over six months and can't find ANYONE doing this type of work, that'll say how this type of stuff is done.
    Subala

  • Translating Web Dynpro Standard Components texts ?

    Hello
    I am testing NWDW 7.0 SP3 and i want to make a Web application in my own language (Serbian, Serbo - Croatian).
    I have found a lot of documentation about creating international Web Dynpro applications where developers can translate their own texts and messages, but i am interested in translating standard texts and messages in Web Dynpro components (Like months, errors in validation, etc.). How can i create my own MessageBundle.properties file for NW app server 7.0 and use it for my language, or maybe use some other translations and change only messages that i want in that translation?

    Hi,
    The Internationalization Service of the Web Dynpro Runtime Services supports this PropertyResourceBundle concept and allows easy access to the classes java.util.ResourceBundle and java.text.format. With the class com.sap.tc.webdynpro.services.sal.localization.api.WDResourceHandler, you can read the language-specific text elements using the following source code:
    // Load the resource bundle u201CMyResourceBundle.propertiesu201D located
    // in the package u201Ccom.sap.testu201D for locale set in the resource handler.
    // Therefore, the resource handler also needs the classloader that has
    // the package u201Ccom.sap.testu201D in its scope
    resourceHandler.loadResourceBundle(u201Ccom.sap.test.MyResourceBundleu201D, this.getClass() );
    // get the message of the u201Cpress saveu201D button
    String saveMessage = resourceHandler.getString( u201Cpress_saveu201D );
    Example of a Properties File
    A properties file contains simple name/value pairs for a specific language ID, as the following example of a properties file ResourceTest.properties (generated automatically by the SAP NetWeaver Developer Studio) shows:
    Resource bundle for Test
    message pool
    message.error1 = Runtime error
    message.warning1 = You have to re-deploy your application!
    view TestViewInternationalization
    view.TestViewInternationalization.DefaultTextView.text = Hello World!
    Regards,
    Sunaina Reddy T

  • How to create a userdefined non Iso standard Locale

    Hi
    I m able to create a non standard locale with following code
    new locale("en_IDC")
    where IDC is the non standard Country but i want to specify some settings or parameter for this locale
    I want that for IDC I must be able to speciify
    "LocaleString" , "Languages", "Countries", "DateTimePatterns", etc...
    For std locale eg. fr_FR jvm read it from the LocaleElements_fr_FR class.
    How its possible for non standard en_IDC locale
    shall create the LocaleElements_en_IDC java file.
    Pls help me
    Thanks in advance.
    Novin

    Hi John,
    Thanks for ur valuable reply.
    I want to make one thing clear like for
    suppose i have set the default locale as "fr_FR" and when i try to use any of the formater for e.g Numberformat
    Here is the code
    Locale objLocale = new Locale("fr","FR");
    Locale.setDefault(objLocale);
    double value = 12345.56;
    NumberFormat nf = NumberFormat.getInstance(objLocale);
    String formattedValue = nf.format(value);
    System.out.println("formattedValue="+formattedValue);
    The jvm automatically pick up the "java.text.resources.LocaleElements_fr_FR" resourcebudle from the cache and the number format class fetch the "NumberPatterns" keys value from the resource budle and apply it to the double.
    Above thing managed by the jvm
    Is the same thing is possible for userdefined Locale class which extend the ListResourcebudle
    for eg. I had created following locale where
    Language="xx" (fake or non existing language)
    Country ="IDC"( fake or non existing language)
    where i had defined some "NumberPatterns" "##,##0.###"
    class LocaleElements_xx_IDC extends ListResourceBundle
    getcontent(){
    new Object[] {
         "NumberPatterns", new String[] {                         "#,##0.###;-#,##0.###", "\244#,##0.00; (\244#,##0.00)", "#,##0%"
    when i use follwoing code for the xx_IDC locale its not formating the double value with the NumberPatterns i had specified in the class
    Locale objLocale = new Locale("xx" , "IDC");
    Locale.setDefault(objLocale);
    double value = 12345.56;
    NumberFormat nf = NumberFormat.getInstance(objLocale);
    String formattedValue = nf.format(value);
    System.out.println("formattedValue="+formattedValue);
    when i try the above code jvm is not responding in the same way in comparision to "fr_FR" locale
    Its not picking up the "NumberPatterns" which i had specified.
    ///according to ur reply the above thing is not possible uptill jDK 1.5 but it is possible in jdk1.6
    So u want to say that the "xx_IDC" implementation is possible in jdk1.6
    Pls reply
    Thanks a lot.
    Novin

  • ProRes and Non-TV-standard resolution

    Hi, I've tried to use the ProRes HQ codec for two different frame-sizes
    1: 1366x702 (for a kiosk solution)
    2: 680x384 ( for a FLV kiosk solution)
    Trying to make a sequence in FCP for these sizes, gives me, on output, a black vertical line about 10 pixels wide at the left side of the picture... and some places on that line, it is green og transparent, but only at 1 to 2 pixels high...
    Is it so that the ProRes can only handle TV standards?

    I have exactly the same problem. However, I really like using the ProRes since it plays smoothly at high resolutions (1366 x 768 in my case, it's the native resolution of many tft tvs). File size is not an issue for me, I need the smooth playback. I had some small success by generating Image Sequences and then using Quicktime Pro to convert these to ProRes - the problem does not seem to exist then. Also, when saving ProRes from Motion (same resolution of course) I don't get the black bar either - it's just from Final Cut Pro.
    I'm really disappointed by Apple - the put this application suite out with many bugs and don't seem to be fixing anything (Motion has so many bugs it's unbelievable).
    I'll report back when I know more about the image sequence method.

  • Compressing non-TV standard resolutions

    How can I compress movies that don't confirm to normal SD/HD resolutions?
    Seems like compressor wants to limit my frame size.

    Okay, this is what I get. No option other than broadcast TV resolutions.
    Message was edited by: Navarro Parker -

  • Error when export report to PDF with a none standard Windows font

    Hi,
    I got this error when trying to export PDF under VS2008 with an special true type font in the code behind. The error says:
    ...temp_9550ab94-02fc-4362-b259-cc6de8d6c04b {32E546F5-C6A3-44FC-B8EF-D5E37A1118FA}.rpt:\nOperation not yet implemented.
    In the crystal reort under VS2008, I use a special font which is true type and it is already installed in the system, I can see the font in many other software like Word, Notepad, etc... without any problem.
    Is anyone know how to fix it? please help.
    Many thanks!!!
    Lan

    Hi Ludek,
    I trid the SP, but doesn't work. I can send the font to you, it is only 50K. If you would like to try I can send it to you, but i am not sure how i can upload the font file. I guess any none Windows standard font will have same issue, i guess.
    For now, i am going to give up and use image file instead.
    Thanks,
    Lan
    Do you know if it is well-known issue in CR?
    - No I do not.
    where i can get any SP of CR for VS2008?
    https://smpdl.sap-ag.de/~sapidp/012002523100009351512008E/crbasic2008sp1.exe
    Runtimes for SP1:
    CRRedist2008_ia64.msi
    https://smpdl.sap-ag.de/~sapidp/012002523100006255262008E/CRRedist2008_ia64.zip
    CRRedist2008_x64.msi
    https://smpdl.sap-ag.de/~sapidp/012002523100006255272008E/CRRedist2008_x64.zip
    CRRedist2008_x86.msi
    https://smpdl.sap-ag.de/~sapidp/012002523100006255282008E/CRRedist2008_x86.zip
    I would not mind testing this, but I need to know if there is a free download of this font available. I Googled the font name, but a quick search did not come up with anything.
    Alternatively, you could try CR 2008 (12.x) and see if that will do the trick for you. An Eval of CR 2008 is available here:
    http://www.sap.com/solutions/sapbusinessobjects/sme/freetrials/index.epx

  • Translation of non-ABAP objects

    Hello colleagues,
    I know that SAP provides special Translation Environment for translation of ABAP-objects (TX SE63 etc.). But what about translation of non-ABAP objects? Could be SE63 suitable for this task or it can be performed only via translation xlf files (SAP NW Developer Studion and so on)?
    Regards,
    Arkadiy

    Hi Prakash,
    firstly thank you for you reply.
    Secondly I know about three main categories of non-ABAP objects but I haven't an information about what is it certainly? So there are at least two questions in my opinion:
    1) Could it be suitable to translate Java objects or WebDyn Pro Java objects?
    2) If yes, how it can be suitable for it? Because I know how I can translate Java or WebDynpro via NW Developer Studio, but I don't know how it can be possible via SE63.
    Really I can't find any helpful information about translation non-ABAP objects via SE63.
    Could anyone help me in my questions?
    Regards,
    Arkadiy

  • Translation for Standard BAPI error messages

    Hi All,
    We are calling a standard BAPI in our report program. This BAPI has return table of type BAPIRET2.
    When i logon in Spanish Language, still the BAPI returns error messages in English.
    Any pointers to get the messages from Standard BAPI's in Logon language.
    Thanks,
    Best regards,
    Prashant

    Hi,
    Since these messages are Standard SAP  Messages, i assume that SAP would maintain the translations for them.
    If i go to message class & check translations for these standard messages, i dont see the translations.
    Are we expected to manually maintain translations for Standard SAP Messages ?
    I feel SAP would be providing translations for Standard SAP message.
    Best regards,
    Prashant

  • Billing doc error due t copa standard quantity

    Hi  I am facing an issue .this is regarding the error while releaseing a billing doc the errortranslating the quantity to the COPA standard quatity.
    in material master i checked the unit of measure is SET and in copa KEA6 VVAUM( Alt Uom)
    Error translating the quantity to the CO-PA standard quantity
    Message no. K/832
    Diagnosis
    Customizing in Profitability Analysis CO-PA allows a standard quantity field to be updated.
    An error has occurred in the present document while the standard quantity field "VVAUM" was being supplied.
    The base unit of measure "SET" could not be translated into the standard unit of measure "M3" for the material "B/CAL/PROJECT5".
    System Response
    It is not possible to process the document again.
    Procedure
    1. If required, maintain the unit of measure "M3" as an alternative unit of measure in the material master for the material "B/CAL/PROJECT5".
    2. In certain cases, you should check whether derivation of the unit of measure for the CO-PA standard quantity field "VVAUM" needs to be changed in Customizing for CO-PA characteristic derivation
    This is billing docments needs to be released . what is the problem some body can help me to resolve the issue
    Arjun

    Hi
    I am assuming that you want to update qty in COPA with UoM M3
    In MM02 - Maintain conversion of SET to M3
    In KE4MS - Maintain M3 as the Standard Unit of Measure
    In KE4M - Assign SD Qty field (FKIMG) to VVAUM
    BR,Ajay M

  • How to set mandatory a InputField in standard Web Dynpro component?

    Hi guys.
    A very weird thing is happening. I am trying to validate that a non-mandatory STANDARD input field (COST_ASSIGNMENT) does not to be empty. This input field belongs to GENERAL_DATA_VIEW, FITE_VC_GENERAL_DATA WD component. The entry fields at screen belong to this GENERAL_DATA_VIEW, but navigation is allocated in buttons that belong to another component (LAYOUT_VIEW in the FITV_FPM WD component). All the views and components are standard and they seem to be in the same screen from user's point of view. I was able to put my own code at WDDOAFTERACTION method in LAYOUT_VIEW to raise an error message.
    Incredibly, my error text message appears in the MESSAGEAREA, and the UI components from GENERAL_DATA_VIEW are rightly still in the screen waiting for user answer since I set CANCEL_NAVIGATION = 'X', but the UI components from LAYOUT_VIEW (the buttons with navigate functions) changed like they had accepted my entry in spite of I set the code in this view. In fact, below my error text displayed, there is other (success) text which communicates "Standing approval for business trips exists" with a green tick.
    The success text should not be displayed since I raised an error message, even after (I think so) the system created the success message.  I suspect that the standard positive message with the green tick indicates that my error is being taking into acccount by the system to be displayed but the LAYOUT_VIEW UI components dont stop navigation and the data is wrongly saved from the code where the success message was generated.
    I think there would be another way to define an standard inputfield mandatory, but I dont know how to do it. Do you know that? I really appreciate all help. Thanks

    hi,
    just make the input feild as mandatory in properties and use the following code.
    data:
    lo_view_controller type ref to if_wd_view_controller,
    lo_dyn type ref to cl_wd_dynamic_tool.
    Create Object
    create object lo_dyn.
    data lt_messages type lo_dyn->t_check_result_message_tab.
    Get view controller reference
    lo_view_controller = wd_this->wd_get_api( ).
    Call Method to verify the element has the value or not
    call method cl_wd_dynamic_tool=>check_mandatory_attr_on_view
    exporting
    view_controller = lo_view_controller
    display_messages = ABAP_TRUE
    importing
    messages = lt_messages .
    endmethod.
    Regards,
    Kranthi

  • Error in Reading Standard.joboptions

    Adobe PDF-Einstellungen: Fehler beim Lesen der Datei in :
    C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\Adobe\Adobe PDF\Settings\Standard.joboptions
    System: Windows Server 2003 / Acrobat Standard 9.52 (versions before had the same problem)
    One user can read it, another user cannot read it, they have the same group rights. Also its not possible to open any joboption in Distiller but Printing from for example Outlook is no Problem.
    I have already tried every hint and help I could find in the internet, i also found this question here more times, but never found a answer from an Adobe Expert. NOW I need to find a solution!
    I have already compared registry entries one by one from one user to another. Its horrible how adobe acrobat creates registry entries if you update from 8 to 9! Unbelievable
    BTW: changing the decimal seperator did also not solved the problem
    Standard.joboptions (also tried other ones, build my own..)
    Why are there only crypted symbols at the language i need? (German)
    <<
      /ASCII85EncodePages false
      /AllowTransparency false
      /AutoPositionEPSFiles true
      /AutoRotatePages /All
      /Binding /Left
      /CalGrayProfile (Gray Gamma 2.2)
      /CalRGBProfile (sRGB IEC61966-2.1)
      /CalCMYKProfile (U.S. Web Coated \050SWOP\051 v2)
      /sRGBProfile (sRGB IEC61966-2.1)
      /CannotEmbedFontPolicy /OK
      /CompatibilityLevel 1.5
      /CompressObjects /All
      /CompressPages true
      /ConvertImagesToIndexed true
      /PassThroughJPEGImages true
      /CreateJobTicket false
      /DefaultRenderingIntent /Default
      /DetectBlends true
      /DetectCurves 0.1000
      /ColorConversionStrategy /LeaveColorUnchanged
      /DoThumbnails false
      /EmbedAllFonts false
      /EmbedOpenType false
      /ParseICCProfilesInComments true
      /EmbedJobOptions false
      /DSCReportingLevel 0
      /EmitDSCWarnings false
      /EndPage -1
      /ImageMemory 1048576
      /LockDistillerParams false
      /MaxSubsetPct 100
      /Optimize true
      /OPM 1
      /ParseDSCComments true
      /ParseDSCCommentsForDocInfo true
      /PreserveCopyPage true
      /PreserveDICMYKValues true
      /PreserveEPSInfo false
      /PreserveFlatness true
      /PreserveHalftoneInfo false
      /PreserveOPIComments false
      /PreserveOverprintSettings true
      /StartPage 1
      /SubsetFonts true
      /TransferFunctionInfo /Apply
      /UCRandBGInfo /Remove
      /UsePrologue false
      /ColorSettingsFile ()
      /AlwaysEmbed [ true
      /NeverEmbed [ true
        /Arial-Black
        /Arial-BlackItalic
        /Arial-BoldItalicMT
        /Arial-BoldMT
        /Arial-ItalicMT
        /ArialMT
        /ArialNarrow
        /ArialNarrow-Bold
        /ArialNarrow-BoldItalic
        /ArialNarrow-Italic
        /CenturyGothic
        /CenturyGothic-Bold
        /CenturyGothic-BoldItalic
        /CenturyGothic-Italic
        /CourierNewPS-BoldItalicMT
        /CourierNewPS-BoldMT
        /CourierNewPS-ItalicMT
        /CourierNewPSMT
        /Georgia
        /Georgia-Bold
        /Georgia-BoldItalic
        /Georgia-Italic
        /Impact
        /LucidaConsole
        /Tahoma
        /Tahoma-Bold
        /TimesNewRomanMT-ExtraBold
        /TimesNewRomanPS-BoldItalicMT
        /TimesNewRomanPS-BoldMT
        /TimesNewRomanPS-ItalicMT
        /TimesNewRomanPSMT
        /Trebuchet-BoldItalic
        /TrebuchetMS
        /TrebuchetMS-Bold
        /TrebuchetMS-Italic
        /Verdana
        /Verdana-Bold
        /Verdana-BoldItalic
        /Verdana-Italic
      /AntiAliasColorImages false
      /CropColorImages true
      /ColorImageMinResolution 150
      /ColorImageMinResolutionPolicy /OK
      /DownsampleColorImages true
      /ColorImageDownsampleType /Bicubic
      /ColorImageResolution 150
      /ColorImageDepth -1
      /ColorImageMinDownsampleDepth 1
      /ColorImageDownsampleThreshold 1.50000
      /EncodeColorImages true
      /ColorImageFilter /DCTEncode
      /AutoFilterColorImages true
      /ColorImageAutoFilterStrategy /JPEG
      /ColorACSImageDict <<
        /QFactor 0.76
        /HSamples [2 1 1 2] /VSamples [2 1 1 2]
      >>
      /ColorImageDict <<
        /QFactor 0.76
        /HSamples [2 1 1 2] /VSamples [2 1 1 2]
      >>
      /JPEG2000ColorACSImageDict <<
        /TileWidth 256
        /TileHeight 256
        /Quality 15
      >>
      /JPEG2000ColorImageDict <<
        /TileWidth 256
        /TileHeight 256
        /Quality 15
      >>
      /AntiAliasGrayImages false
      /CropGrayImages true
      /GrayImageMinResolution 150
      /GrayImageMinResolutionPolicy /OK
      /DownsampleGrayImages true
      /GrayImageDownsampleType /Bicubic
      /GrayImageResolution 150
      /GrayImageDepth -1
      /GrayImageMinDownsampleDepth 2
      /GrayImageDownsampleThreshold 1.50000
      /EncodeGrayImages true
      /GrayImageFilter /DCTEncode
      /AutoFilterGrayImages true
      /GrayImageAutoFilterStrategy /JPEG
      /GrayACSImageDict <<
        /QFactor 0.76
        /HSamples [2 1 1 2] /VSamples [2 1 1 2]
      >>
      /GrayImageDict <<
        /QFactor 0.76
        /HSamples [2 1 1 2] /VSamples [2 1 1 2]
      >>
      /JPEG2000GrayACSImageDict <<
        /TileWidth 256
        /TileHeight 256
        /Quality 15
      >>
      /JPEG2000GrayImageDict <<
        /TileWidth 256
        /TileHeight 256
        /Quality 15
      >>
      /AntiAliasMonoImages false
      /CropMonoImages true
      /MonoImageMinResolution 1200
      /MonoImageMinResolutionPolicy /OK
      /DownsampleMonoImages true
      /MonoImageDownsampleType /Bicubic
      /MonoImageResolution 1200
      /MonoImageDepth -1
      /MonoImageDownsampleThreshold 1.50000
      /EncodeMonoImages true
      /MonoImageFilter /CCITTFaxEncode
      /MonoImageDict <<
        /K -1
      >>
      /AllowPSXObjects true
      /CheckCompliance [
        /PDFA1B:2005
      /PDFX1aCheck false
      /PDFX3Check false
      /PDFXCompliantPDFOnly false
      /PDFXNoTrimBoxError true
      /PDFXTrimBoxToMediaBoxOffset [
        0.00000
        0.00000
        0.00000
        0.00000
      /PDFXSetBleedBoxToMediaBox true
      /PDFXBleedBoxToTrimBoxOffset [
        0.00000
        0.00000
        0.00000
        0.00000
      /PDFXOutputIntentProfile (None)
      /PDFXOutputConditionIdentifier ()
      /PDFXOutputCondition ()
      /PDFXRegistryName ()
      /PDFXTrapped /False
      /CreateJDFFile false
      /Description <<
        /ARA <FEFF0633062A062E062F0645002006470630064700200627064406250639062F0627062F0627062A00200644 0625064606340627062100200648062B062706260642002000410064006F006200650020005000440046002006 450646062706330628062900200644063906310636002006480637062806270639062900200648062B06270626 064200200627064406230639064506270644002E00200020064A06450643064600200641062A062D0020064806 2B0627062606420020005000440046002006270644062A064A0020062A06450020062506460634062706260647 06270020062806270633062A062E062F062706450020004100630072006F006200610074002006480020004100 64006F00620065002000520065006100640065007200200036002E00300020064806450627002006280639062F 0647002E>
        /BGR <FEFF04180437043F043E043B043704320430043904420435002004420435043704380020043D043004410442 0440043E0439043A0438002C00200437043000200434043000200441044A043704340430043204300442043500 2000410064006F00620065002000500044004600200434043E043A0443043C0435043D04420438002C0020043F 043E04340445043E0434044F044904380020043704300020043D04300434043504360434043D043E0020044004 3004370433043B0435043604340430043D0435002004380020043F04350447043004420430043D04350020043D 04300020043104380437043D0435044100200434043E043A0443043C0435043D04420438002E00200421044A04 370434043004340435043D043804420435002000500044004600200434043E043A0443043C0435043D04420438 0020043C043E0433043004420020043404300020044104350020043E0442043204300440044F04420020044100 20004100630072006F00620061007400200438002000410064006F006200650020005200650061006400650072 00200036002E0030002004380020043F043E002D043D043E043204380020043204350440044104380438002E>
        /CHS <FEFF4f7f75288fd94e9b8bbe5b9a521b5efa7684002000410064006f00620065002000500044004600206587 6863900275284e8e55464e1a65876863768467e5770b548c62535370300260a853ef4ee54f7f75280020004100 630072006f0062006100740020548c002000410064006f00620065002000520065006100640065007200200036 002e003000204ee553ca66f49ad87248672c676562535f00521b5efa7684002000500044004600206587686330 02>
        /CHT <FEFF4f7f752890194e9b8a2d7f6e5efa7acb7684002000410064006f00620065002000500044004600206587 4ef69069752865bc666e901a554652d965874ef6768467e5770b548c52175370300260a853ef4ee54f7f752800 20004100630072006f0062006100740020548c002000410064006f006200650020005200650061006400650072 00200036002e003000204ee553ca66f49ad87248672c4f86958b555f5df25efa7acb7684002000500044004600 2065874ef63002>
        /CZE <FEFF0054006f0074006f0020006e006100730074006100760065006e00ed00200070006f0075017e0069006a 007400650020006b0020007600790074007600e101590065006e00ed00200064006f006b0075006d0065006e00 74016f002000410064006f006200650020005000440046002000760068006f0064006e00fd006300680020006b 0065002000730070006f006c00650068006c0069007600e9006d0075002000700072006f0068006c00ed017e00 65006e00ed002000610020007400690073006b00750020006f006200630068006f0064006e00ed006300680020 0064006f006b0075006d0065006e0074016f002e002000200056007900740076006f01590065006e00e9002000 64006f006b0075006d0065006e0074007900200050004400460020006c007a00650020006f0074006500760159 00ed007400200076002000610070006c0069006b0061006300ed006300680020004100630072006f0062006100 74002000610020004100630072006f006200610074002000520065006100640065007200200036002e00300020 00610020006e006f0076011b006a016100ed00630068002e>
        /DAN <FEFF004200720075006700200069006e0064007300740069006c006c0069006e006700650072006e00650020 00740069006c0020006100740020006f007000720065007400740065002000410064006f006200650020005000 440046002d0064006f006b0075006d0065006e007400650072002c0020006400650072002000650067006e0065 00720020007300690067002000740069006c00200064006500740061006c006a00650072006500740020007300 6b00e60072006d007600690073006e0069006e00670020006f00670020007500640073006b007200690076006e 0069006e006700200061006600200066006f0072007200650074006e0069006e006700730064006f006b007500 6d0065006e007400650072002e0020004400650020006f00700072006500740074006500640065002000500044 0046002d0064006f006b0075006d0065006e0074006500720020006b0061006e002000e50062006e0065007300 2000690020004100630072006f00620061007400200065006c006c006500720020004100630072006f00620061 0074002000520065006100640065007200200036002e00300020006f00670020006e0079006500720065002e>
        /ESP <FEFF005500740069006c0069006300650020006500730074006100200063006f006e00660069006700750072 00610063006900f3006e0020007000610072006100200063007200650061007200200064006f00630075006d00 65006e0074006f0073002000640065002000410064006f00620065002000500044004600200061006400650063 007500610064006f007300200070006100720061002000760069007300750061006c0069007a00610063006900 f3006e0020006500200069006d0070007200650073006900f3006e00200064006500200063006f006e00660069 0061006e007a006100200064006500200064006f00630075006d0065006e0074006f007300200063006f006d00 650072006300690061006c00650073002e002000530065002000700075006500640065006e0020006100620072 0069007200200064006f00630075006d0065006e0074006f007300200050004400460020006300720065006100 64006f007300200063006f006e0020004100630072006f006200610074002c002000410064006f006200650020 00520065006100640065007200200036002e003000200079002000760065007200730069006f006e0065007300 200070006f00730074006500720069006f007200650073002e>
        /ETI <FEFF004b00610073007500740061006700650020006e0065006900640020007300e400740074006500690064 002c0020006500740020006c0075007500610020005000440046002d0064006f006b0075006d0065006e007400 65002c0020006d0069007300200073006f00620069007600610064002000e4007200690064006f006b0075006d 0065006e00740069006400650020007500730061006c006400750073007600e400e4007200730065006b007300 2000760061006100740061006d006900730065006b00730020006a00610020007000720069006e00740069006d 006900730065006b0073002e00200020004c006f006f0064007500640020005000440046002d0064006f006b00 75006d0065006e0074006500200073006100610062002000610076006100640061002000760061006900640020 004100630072006f0062006100740020006a0061002000410064006f0062006500200052006500610064006500 7200200036002e00300020006a00610020007500750065006d006100740065002000760065007200730069006f 006f006e00690064006500670061002e>
        /FRA <FEFF005500740069006c006900730065007a00200063006500730020006f007000740069006f006e00730020 006100660069006e00200064006500200063007200e900650072002000640065007300200064006f0063007500 6d0065006e00740073002000410064006f006200650020005000440046002000700072006f0066006500730073 0069006f006e006e0065006c007300200066006900610062006c0065007300200070006f007500720020006c00 61002000760069007300750061006c00690073006100740069006f006e0020006500740020006c00270069006d 007000720065007300730069006f006e002e0020004c0065007300200064006f00630075006d0065006e007400 73002000500044004600200063007200e900e90073002000700065007500760065006e0074002000ea00740072 00650020006f007500760065007200740073002000640061006e00730020004100630072006f00620061007400 2c002000610069006e00730069002000710075002700410064006f006200650020005200650061006400650072 00200036002e0030002000650074002000760065007200730069006f006e007300200075006c007400e9007200 6900650075007200650073002e>
        /GRE <FEFF03A703C103B703C303B903BC03BF03C003BF03B903AE03C303C403B5002003B103C503C403AD03C20020 03C403B903C2002003C103C503B803BC03AF03C303B503B903C2002003B303B903B1002003BD03B1002003B403 B703BC03B903BF03C503C103B303AE03C303B503C403B5002003AD03B303B303C103B103C603B1002000410064 006F006200650020005000440046002003BA03B103C403AC03BB03BB03B703BB03B1002003B303B903B1002003 B103BE03B903CC03C003B903C303C403B7002003C003C103BF03B203BF03BB03AE002003BA03B103B9002003B5 03BA03C403CD03C003C903C303B7002003B503C003B103B303B303B503BB03BC03B103C403B903BA03CE03BD00 2003B503B303B303C103AC03C603C903BD002E0020002003A403B1002003AD03B303B303C103B103C603B10020 005000440046002003C003BF03C5002003B803B1002003B403B703BC03B903BF03C503C103B303B703B803BF03 CD03BD002003B103BD03BF03AF03B303BF03C503BD002003BC03B50020004100630072006F0062006100740020 03BA03B103B9002000410064006F00620065002000520065006100640065007200200036002E0030002003BA03 B103B9002003BD03B503CC03C403B503C103B503C2002003B503BA03B403CC03C303B503B903C2002E>
        /HEB <FEFF05D405E905EA05DE05E905D5002005D105E705D105D905E205D505EA002005D005DC05D4002005DB05D3 05D9002005DC05D905E605D505E8002005DE05E105DE05DB05D9002000410064006F0062006500200050004400 46002005D405DE05EA05D005D905DE05D905DD002005DC05EA05E605D505D205D4002005D505DC05D405D305E4 05E105D4002005D005DE05D905E005D505EA002005E905DC002005DE05E105DE05DB05D905DD002005E205E105 E705D905D905DD002E0020002005E005D905EA05DF002005DC05E405EA05D505D7002005E705D505D105E605D9 0020005000440046002005D1002D0020004100630072006F006200610074002005D505D1002D00200041006400 6F006200650020005200650061006400650072002005DE05D205E805E105D400200036002E0030002005D505DE 05E205DC05D4002E>
        /HRV <FEFF004F0076006500200070006F0073007400610076006B00650020006B006F007200690073007400690074 00650020006B0061006B006F0020006200690073007400650020007300740076006F00720069006C0069002000 410064006F00620065002000500044004600200064006F006B0075006D0065006E007400650020006B006F006A 00690020007300750020007000720069006B006C00610064006E00690020007A006100200070006F0075007A00 640061006E00200070007200650067006C006500640020006900200069007300700069007300200070006F0073 006C006F0076006E0069006800200064006F006B0075006D0065006E006100740061002E002000530074007600 6F00720065006E0069002000500044004600200064006F006B0075006D0065006E007400690020006D006F0067 00750020007300650020006F00740076006F007200690074006900200075002000700072006F00670072006100 6D0069006D00610020004100630072006F00620061007400200069002000410064006F00620065002000520065 006100640065007200200036002E0030002000690020006E006F00760069006A0069006D002000760065007200 7A0069006A0061006D0061002E>
        /HUN <FEFF0045007a0065006b006b0065006c0020006100200062006500e1006c006c00ed007400e10073006f006b 006b0061006c002000fc007a006c00650074006900200064006f006b0075006d0065006e00740075006d006f00 6b0020006d00650067006200ed007a00680061007400f30020006d00650067006a0065006c0065006e00ed0074 00e9007300e900720065002000e900730020006e0079006f006d00740061007400e1007300e100720061002000 61006c006b0061006c006d00610073002000410064006f006200650020005000440046002d0064006f006b0075 006d0065006e00740075006d006f006b006100740020006b00e90073007a00ed0074006800650074002e002000 200041007a002000ed006700790020006c00e90074007200650068006f007a006f007400740020005000440046 002d0064006f006b0075006d0065006e00740075006d006f006b00200061007a0020004100630072006f006200 610074002000e9007300200061007a002000410064006f00620065002000520065006100640065007200200036 002c0030002d0073002000e900730020006b00e9007301510062006200690020007600650072007a006900f300 6900760061006c0020006e00790069007400680061007400f3006b0020006d00650067002e>
        /ITA (Utilizzare queste impostazioni per creare documenti Adobe PDF adatti per visualizzare e stampare documenti aziendali in modo affidabile. I documenti PDF creati possono essere aperti con Acrobat e Adobe Reader 6.0 e versioni successive.)
        /JPN <FEFF30d330b830cd30b9658766f8306e8868793a304a3088307353705237306b90693057305f002000410064 006f0062006500200050004400460020658766f8306e4f5c6210306b4f7f75283057307e305930023053306e8a 2d5b9a30674f5c62103055308c305f0020005000440046002030d530a130a430eb306f3001004100630072006f 0062006100740020304a30883073002000410064006f0062006500200052006500610064006500720020003600 2e003000204ee5964d3067958b304f30533068304c3067304d307e305930023053306e8a2d5b9a3067306f30d5 30a930f330c8306e57cb30818fbc307f3092884c3044307e30593002>
        /KOR <FEFFc7740020c124c815c7440020c0acc6a9d558c5ec0020be44c988b2c8c2a40020bb38c11cb97c0020c548 c815c801c73cb85c0020bcf4ace00020c778c1c4d558b2940020b3700020ac00c7a50020c801d569d55c002000 410064006f0062006500200050004400460020bb38c11cb97c0020c791c131d569b2c8b2e4002e0020c774b807 ac8c0020c791c131b41c00200050004400460020bb38c11cb2940020004100630072006f0062006100740020bc 0f002000410064006f00620065002000520065006100640065007200200036002e00300020c774c0c1c5d0c11c 0020c5f40020c2180020c788c2b5b2c8b2e4002e>
        /LTH <FEFF004e006100750064006f006b0069007400650020016100690075006f007300200070006100720061006d 006500740072007500730020006e006f0072011700640061006d0069002000730075006b007500720074006900 2000410064006f00620065002000500044004600200064006f006b0075006d0065006e007400750073002c0020 00740069006e006b0061006d0075007300200076006500720073006c006f00200064006f006b0075006d006500 6e00740061006d00730020006b006f006b0079006200690161006b006100690020007000650072017e0069016b 007201170074006900200069007200200073007000610075007300640069006e00740069002e00200053007500 6b00750072007400750073002000500044004600200064006f006b0075006d0065006e00740075007300200067 0061006c0069006d00610020006100740069006400610072007900740069002000730075002000410063007200 6f006200610074002000690072002000410064006f00620065002000520065006100640065007200200036002e 00300020006200650069002000760117006c00650073006e0117006d0069007300200076006500720073006900 6a006f006d00690073002e>
        /LVI <FEFF004c006900650074006f006a00690065007400200161006f00730020006900650073007400610074012b 006a0075006d00750073002c0020006c0061006900200069007a0076006500690064006f007400750020004100 64006f00620065002000500044004600200064006f006b0075006d0065006e007400750073002c0020006b0061 00730020007000690065006d01130072006f00740069002000640072006f01610061006900200075007a014601 13006d0075006d006100200064006f006b0075006d0065006e0074007500200073006b00610074012b01610061 006e0061006900200075006e0020006400720075006b010101610061006e00610069002e00200049007a007600 6500690064006f0074006f0073002000500044004600200064006f006b0075006d0065006e0074007500730020 0076006100720020006100740076011300720074002c00200069007a006d0061006e0074006f006a006f007400 2000700072006f006700720061006d006d00750020004100630072006f00620061007400200075006e00200041 0064006f00620065002000520065006100640065007200200036002e003000200076006100690020006a006100 75006e0101006b0075002000760065007200730069006a0075002e>
        /NLD (Gebruik deze instellingen om Adobe PDF-documenten te maken waarmee zakelijke documenten betrouwbaar kunnen worden weergegeven en afgedrukt. De gemaakte PDF-documenten kunnen worden geopend met Acrobat en Adobe Reader 6.0 en hoger.)
        /NOR <FEFF004200720075006b00200064006900730073006500200069006e006e007300740069006c006c0069006e 00670065006e0065002000740069006c002000e50020006f007000700072006500740074006500200041006400 6f006200650020005000440046002d0064006f006b0075006d0065006e00740065007200200073006f006d0020 00650072002000650067006e0065007400200066006f00720020007000e5006c006900740065006c0069006700 20007600690073006e0069006e00670020006f00670020007500740073006b0072006900660074002000610076 00200066006f0072007200650074006e0069006e006700730064006f006b0075006d0065006e00740065007200 2e0020005000440046002d0064006f006b0075006d0065006e00740065006e00650020006b0061006e002000e5 0070006e00650073002000690020004100630072006f00620061007400200065006c006c006500720020004100 64006f00620065002000520065006100640065007200200036002e003000200065006c006c00650072002e>
        /POL <FEFF004b006f0072007a0079007300740061006a010500630020007a00200074007900630068002000750073 007400610077006900650144002c0020006d006f017c006e0061002000740077006f0072007a00790107002000 64006f006b0075006d0065006e00740079002000410064006f00620065002000500044004600200070006f007a 00770061006c0061006a01050063006500200077002000730070006f007300f300620020006e00690065007a00 610077006f0064006e0079002000770079015b0077006900650074006c00610107002000690020006400720075 006b006f00770061010700200064006f006b0075006d0065006e007400790020006600690072006d006f007700 65002e00200020005500740077006f0072007a006f006e006500200064006f006b0075006d0065006e00740079 00200050004400460020006d006f017c006e00610020006f007400770069006500720061010700200077002000 700072006f006700720061006d0061006300680020004100630072006f00620061007400200069002000410064 006f0062006500200052006500610064006500720020007700200077006500720073006a006900200036002e00 300020006f00720061007a002000770020006e006f00770073007a00790063006800200077006500720073006a 00610063006800200074007900630068002000700072006f006700720061006d00f30077002e004b006f007200 7a0079007300740061006a010500630020007a0020007400790063006800200075007300740061007700690065 0144002c0020006d006f017c006e0061002000740077006f0072007a0079010700200064006f006b0075006d00 65006e00740079002000410064006f00620065002000500044004600200070006f007a00770061006c0061006a 01050063006500200077002000730070006f007300f300620020006e00690065007a00610077006f0064006e00 79002000770079015b0077006900650074006c00610107002000690020006400720075006b006f007700610107 00200064006f006b0075006d0065006e007400790020006600690072006d006f00770065002e00200020005500 740077006f0072007a006f006e006500200064006f006b0075006d0065006e0074007900200050004400460020 006d006f017c006e00610020006f007400770069006500720061010700200077002000700072006f0067007200 61006d0061006300680020004100630072006f00620061007400200069002000410064006f0062006500200052 006500610064006500720020007700200077006500720073006a006900200036002e00300020006f0072006100 7a002000770020006e006f00770073007a00790063006800200077006500720073006a00610063006800200074 007900630068002000700072006f006700720061006d00f30077002e>
        /PTB <FEFF005500740069006c0069007a006500200065007300730061007300200063006f006e0066006900670075 0072006100e700f50065007300200064006500200066006f0072006d0061002000610020006300720069006100 7200200064006f00630075006d0065006e0074006f0073002000410064006f0062006500200050004400460020 0061006400650071007500610064006f0073002000700061007200610020006100200076006900730075006100 6c0069007a006100e700e3006f002000650020006100200069006d0070007200650073007300e3006f00200063 006f006e0066006900e1007600650069007300200064006500200064006f00630075006d0065006e0074006f00 7300200063006f006d0065007200630069006100690073002e0020004f007300200064006f00630075006d0065 006e0074006f00730020005000440046002000630072006900610064006f007300200070006f00640065006d00 20007300650072002000610062006500720074006f007300200063006f006d0020006f0020004100630072006f 006200610074002000650020006f002000410064006f0062006500200052006500610064006500720020003600 2e0030002000650020007600650072007300f50065007300200070006f00730074006500720069006f00720065 0073002e>
        /RUM <FEFF005500740069006C0069007A006101630069002000610063006500730074006500200073006500740103 00720069002000700065006E007400720075002000610020006300720065006100200064006F00630075006D00 65006E00740065002000410064006F006200650020005000440046002000610064006500630076006100740065 002000700065006E007400720075002000760069007A00750061006C0069007A00610072006500200064006500 2000EE006E00630072006500640065007200650020015F0069002000700065006E00740072007500200069006D 007000720069006D006100720065006100200064006F00630075006D0065006E00740065006C006F0072002000 64006500200061006600610063006500720069002E00200044006F00630075006D0065006E00740065006C0065 0020005000440046002000630072006500610074006500200070006F0074002000660069002000640065007300 6300680069007300650020006300750020004100630072006F0062006100740020015F0069002000410064006F 00620065002000520065006100640065007200200036002E003000200073006100750020007600650072007300 690075006E006900200075006C0074006500720069006F006100720065002E>
        /RUS <FEFF04180441043F043E043B044C043704430439044204350020044D044204380020043F043004400430043C 043504420440044B0020043F0440043800200441043E043704340430043D0438043800200434043E043A044304 3C0435043D0442043E0432002000410064006F006200650020005000440046002C0020043F043E04340445043E 0434044F04490438044500200434043B044F0020043D0430043404350436043D043E0433043E0020043F044004 3E0441043C043E044204400430002004380020043F043504470430044204380020043104380437043D04350441 002D0434043E043A0443043C0435043D0442043E0432002E00200421043E043704340430043D043D044B043500 200434043E043A0443043C0435043D0442044B00200050004400460020043C043E0436043D043E0020043E0442 043A0440044B0442044C002C002004380441043F043E043B044C04370443044F0020004100630072006F006200 61007400200438002000410064006F00620065002000520065006100640065007200200036002E00300020043B 04380431043E00200438044500200431043E043B043504350020043F043E04370434043D043804350020043204 350440044104380438002E>
        /SKY <FEFF0054006900650074006f0020006e006100730074006100760065006e0069006100200073006c00fa017e 006900610020006e00610020007600790074007600e100720061006e0069006500200064006f006b0075006d00 65006e0074006f007600200076006f00200066006f0072006d00e100740065002000410064006f006200650020 005000440046002c0020006b0074006f007200e90020007300fa002000760068006f0064006e00e90020006e00 61002000730070006f013e00610068006c0069007600e90020007a006f006200720061007a006f00760061006e 006900650020006100200074006c0061010d0020006f006200630068006f0064006e00fd006300680020006400 6f006b0075006d0065006e0074006f0076002e002000200056007900740076006f00720065006e00e900200064 006f006b0075006d0065006e0074007900200076006f00200066006f0072006d00e10074006500200050004400 460020006a00650020006d006f017e006e00e90020006f00740076006f00720069016500200076002000700072 006f006700720061006d00650020004100630072006f0062006100740020006100200076002000700072006f00 6700720061006d0065002000410064006f006200650020005200650061006400650072002c0020007600650072 007a0069006900200036002e003000200061006c00650062006f0020006e006f007601610065006a002e>
        /SLV <FEFF005400650020006E006100730074006100760069007400760065002000750070006F0072006100620069 007400650020007A00610020007500730074007600610072006A0061006E006A006500200064006F006B007500 6D0065006E0074006F0076002000410064006F006200650020005000440046002C0020007000720069006D0065 0072006E006900680020007A00610020007A0061006E00650073006C006A006900760020006F0067006C006500 6400200069006E0020007400690073006B0061006E006A006500200070006F0073006C006F0076006E00690068 00200064006F006B0075006D0065006E0074006F0076002E0020005500730074007600610072006A0065006E00 6500200064006F006B0075006D0065006E0074006500200050004400460020006A00650020006D006F0067006F 010D00650020006F00640070007200650074006900200073002000700072006F006700720061006D006F006D00 610020004100630072006F00620061007400200069006E002000410064006F0062006500200052006500610064 0065007200200036002E003000200074006500720020006E006F00760065006A01610069006D0069002E>
        /SUO <FEFF004b00e40079007400e40020006e00e40069007400e4002000610073006500740075006b007300690061 002c0020006b0075006e0020006c0075006f0074002000410064006f0062006500200050004400460020002d00 64006f006b0075006d0065006e007400740065006a0061002c0020006a006f0074006b006100200073006f0070 006900760061007400200079007200690074007900730061007300690061006b00690072006a006f006a006500 6e0020006c0075006f00740065007400740061007600610061006e0020006e00e400790074007400e4006d0069 007300650065006e0020006a0061002000740075006c006f007300740061006d0069007300650065006e002e00 20004c0075006f0064007500740020005000440046002d0064006f006b0075006d0065006e0074006900740020 0076006f0069006400610061006e0020006100760061007400610020004100630072006f006200610074006900 6c006c00610020006a0061002000410064006f00620065002000520065006100640065007200200036002e0030 003a006c006c00610020006a006100200075007500640065006d006d0069006c006c0061002e>
        /SVE <FEFF0041006e007600e4006e00640020006400650020006800e4007200200069006e0073007400e4006c006c 006e0069006e006700610072006e00610020006f006d002000640075002000760069006c006c00200073006b00 6100700061002000410064006f006200650020005000440046002d0064006f006b0075006d0065006e00740020 0073006f006d00200070006100730073006100720020006600f60072002000740069006c006c006600f6007200 6c00690074006c006900670020007600690073006e0069006e00670020006f006300680020007500740073006b 007200690066007400650072002000610076002000610066006600e4007200730064006f006b0075006d006500 6e0074002e002000200053006b006100700061006400650020005000440046002d0064006f006b0075006d0065 006e00740020006b0061006e002000f600700070006e00610073002000690020004100630072006f0062006100 740020006f00630068002000410064006f00620065002000520065006100640065007200200036002e00300020 006f00630068002000730065006e006100720065002e>
        /TUR <FEFF0130015f006c006500200069006c00670069006c0069002000620065006c00670065006c006500720069 006e0020006700fc00760065006e0069006c0069007200200062006900e70069006d006400650020006700f600 7200fc006e007400fc006c0065006e006d006500730069006e0065002000760065002000790061007a00640131 00720131006c006d006100730131006e006100200075007900670075006e002000410064006f00620065002000 5000440046002000620065006c00670065006c0065007200690020006f006c0075015f007400750072006d0061 006b0020006900e70069006e00200062007500200061007900610072006c0061007201310020006b0075006c00 6c0061006e0131006e002e0020004f006c0075015f0074007500720075006c0061006e00200050004400460020 0064006f007300790061006c0061007201310020004100630072006f0062006100740020007600650020004100 64006f00620065002000520065006100640065007200200036002e003000200076006500200073006f006e0072 0061006b00690020007300fc007200fc006d006c0065007200690079006c00650020006100e70131006c006100 620069006c00690072002e>
        /UKR <FEFF04120438043A043E0440043804410442043E043204430439044204350020044604560020043F04300440 0430043C043504420440043800200434043B044F0020044104420432043E04400435043D043D044F0020043404 3E043A0443043C0435043D044204560432002000410064006F006200650020005000440046002C0020043F0440 04380437043D043004470435043D0438044500200434043B044F0020043D0430043404560439043D043E043304 3E0020043F0435044004350433043B044F04340443002004560020043404400443043A0443002004340456043B 043E04320438044500200434043E043A0443043C0435043D044204560432002E0020042104420432043E044004 35043D04560020005000440046002D0434043E043A0443043C0435043D044204380020043C043E0436043D0430 0020043204560434043A04400438043204300442043800200437043000200434043E043F043E043C043E043304 3E044E0020043F0440043E043304400430043C04380020004100630072006F0062006100740020045600200041 0064006F00620065002000520065006100640065007200200036002E00300020044204300020043F0456043704 3D04560448043804450020043204350440044104560439002E>
        /ENU (Use these settings to create Adobe PDF documents suitable for reliable viewing and printing of business documents.  Created PDF documents can be opened with Acrobat and Adobe Reader 6.0 and later.)
        /DEU <FEFF00560065007200770065006e00640065006e002000530069006500200064006900650073006500200045 0069006e007300740065006c006c0075006e00670065006e0020007a0075006d00200045007200730074006500 6c006c0065006e00200076006f006e002000410064006f006200650020005000440046002d0044006f006b0075 006d0065006e00740065006e002c00200075006d002000650069006e00650020007a0075007600650072006c00 e40073007300690067006500200041006e007a006500690067006500200075006e006400200041007500730067 00610062006500200076006f006e00200047006500730063006800e40066007400730064006f006b0075006d00 65006e00740065006e0020007a0075002000650072007a00690065006c0065006e002e00200044006900650020 005000440046002d0044006f006b0075006d0065006e007400650020006b00f6006e006e0065006e0020006d00 6900740020004100630072006f00620061007400200075006e0064002000520065006100640065007200200036 002e003000200075006e00640020006800f600680065007200200067006500f600660066006e00650074002000 770065007200640065006e002e>
      >>
    >> setdistillerparams
    <<
      /HWResolution [600 600]
      /PageSize [612.000 792.000]
    >> setpagedevice
    amt.log from temp directory:
    2012-09-15 12:11:01 [3504]  AMT: START SESSION, library version 1.5.0.59,52.358792
    2012-09-15 12:11:01 [3504]  AMT: Initializing C:\Programme\Adobe\Acrobat 9.0\Acrobat [de_DE]
    2012-09-15 12:11:01 [3504]  AMT: Adobe License Manager version 2.5 (build 1.59) RELEASE
    2012-09-15 12:11:01 [3504]  /AMT0250984558/ {AC76BA86-1033-F400-BA7E-000000000004}
    2012-09-15 12:11:01 [3504]  /AMT0194694755/ {AC76BA86-1033-F400-BA7E-000000000004}
    2012-09-15 12:11:01 [3504]  /PCDService0127063747/ {AC76BA86-1033-F400-BA7E-000000000004}
    2012-09-15 12:11:01 [3504]  /AMT0073107491/ {AC76BA86-1033-F400-BA7E-000000000004}
    2012-09-15 12:11:01 [3504]  /AMT0087759331/ {AC76BA86-1033-F400-BA7E-000000000004}
    2012-09-15 12:11:01 [3504]  /AMT0051932803/ License-GUID-AcrobatStd-9.0-Win
    2012-09-15 12:11:01 [3504]  /AMT0186350190/
    2012-09-15 12:11:01 [3504]  /AMT0151031902/
    2012-09-15 12:11:01 [3504]  /AMT0217686206/
    2012-09-15 12:11:01 [3504]  /AMT0013778542/
    2012-09-15 12:11:01 [3504]  /AMT0141832179/ C:\Programme\Adobe\Acrobat 9.0\Acrobat\AMT
    2012-09-15 12:11:01 [3504]  /AMT0166617427/ C:\Programme\Adobe\Acrobat 9.0\Acrobat\AMT\application.sif
    2012-09-15 12:11:01 [3504]  /AMT0268432926/ 91018473468376865060
    2012-09-15 12:11:01 [3504]  /AMT0172021198/
    2012-09-15 12:11:01 [3504]  /AMT0201805758/
    2012-09-15 12:11:01 [3504]  /AMT0013754766/
    2012-09-15 12:11:01 [3504]  /AMT0088421566/
    2012-09-15 12:11:01 [3504]  /AMT0171050355/ 56.073886
    2012-09-15 12:11:01 [3504]  /AMT0125289710/ Validating
    2012-09-15 12:11:01 [3504]  /AMT0011178590/
    2012-09-15 12:11:01 [3504]  /AMT0227587655/
    2012-09-15 12:11:01 [3504]  /AMT0193605470/
    2012-09-15 12:11:01 [3504]  /AMT0227926229/ 0x1afe9909 972
    2012-09-15 12:11:01 [3504]  /AMT0227926229/ 0xa7a378c4 4032
    2012-09-15 12:11:01 [3504]  /AMT0227926229/ 0x971816b5 72308
    2012-09-15 12:11:01 [3504]  /AMT0112838974/
    2012-09-15 12:11:01 [3504]  /AMT0074144334/
    2012-09-15 12:11:01 [3504]  /ALMService0136556144/
    2012-09-15 12:11:01 [3504]  /ALMService0064228135/
    2012-09-15 12:11:01 [3504]  /ALMService0173276467/ true
    2012-09-15 12:11:01 [3504]  /AMT0053109662/
    2012-09-15 12:11:02 [3504]  /AMT0072388350/
    2012-09-15 12:11:02 [3504]  /AMT0156978254/
    2012-09-15 12:11:02 [3504]  /AMT0206183934/
    2012-09-15 12:11:02 [3504]  /AMT0237326350/
    2012-09-15 12:11:02 [3504]  /AMT0234484270/ 0 161153
    2012-09-15 12:11:02 [3504]  /AMT0056200073/
    2012-09-15 12:11:02 [3504]  /AMT0118780867/ Acrobat StandardAcrobat Standard{AC76BA86-1033-F400-BA7E-000000000004}{AC76BA86-1033-F400-BA7E-000000000004}
    2012-09-15 12:11:02 [3504]  /AMT0034786110/ Validated
    2012-09-15 12:11:02 [3504]  /AMT0217531966/
    2012-09-15 12:15:02 [3504]  AMT: END SESSION.
    If i start distiller:
    Acrobat Distiller 9.0
    Start: Saturday, 15. September 2012 um 12:29:11
    Adobe PostScript Softwareversion: 3018.101
    CID support library initialization completed.
    Adobe PDF-Einstellungen: Fehler beim Lesen der Datei in High Quality Print.joboptions:
    general parser failureAdobe PDF-Einstellungen: Fehler beim Lesen der Datei in PDFA1b 2005 CMYK.joboptions:
    general parser failureAdobe PDF-Einstellungen: Fehler beim Lesen der Datei in PDFA1b 2005 RGB.joboptions:
    general parser failureAdobe PDF-Einstellungen: Fehler beim Lesen der Datei in Press Quality.joboptions:
    general parser failureAdobe PDF-Einstellungen: Fehler beim Lesen der Datei in Smallest File Size.joboptions:
    general parser failureAdobe PDF-Einstellungen: Fehler beim Lesen der Datei in Standard.joboptions:
    general parser failureAdobe PDF-Einstellungen: Fehler beim Lesen der Datei in Standard_original.joboptions:
    general parser failure
    NO the joboption files are not corrupted, otherwise it could not be read by another user without any problems.
    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\Software\Adobe]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\6.0]
    "ShowAutoRun"="1"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\5.0]
    "XLLeft"=dword:00000000
    "XLRowIndex"=dword:ffffffff
    "XLVisible"=hex:00
    "WDVisible"=dword:00000000
    "WDLeft"=dword:0000026a
    "WDRowIndex"=dword:00000004
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\6.0]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\6.0\BookmarkOptions]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\6.0\BookmarkOptions\Styles]
    "NumberOfHeadings"=dword:00000000
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\6.0\Global]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\6.0\Global\Settings]
    "ViewPDFFile"=hex:01
    "PromptForPDFFilename"=hex:01
    "ConvertDocInfo"=hex:01
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\6.0\Word]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\6.0\Word\Bookmarks]
    "BookmarksFromHeadings"=dword:00000001
    "BookmarksFromStyles"=dword:00000000
    "BookmarkMagnification"=dword:00000000
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\6.0\Word\DisplayOptions]
    "LinkType"=dword:00000000
    "LinkLineStyle"=dword:00000000
    "LinkHilight"=dword:00000002
    "LinkColor"=dword:00000000
    "ShowBookmarkPane"=hex:00
    "FirstPageNumber"=dword:00000001
    "PageMagnification"=dword:0000000d
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\6.0\Word\DisplayOptions\Reviewers]
    "NumberOfReviewers"=dword:00000000
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\6.0\Word\Office]
    "AutoSaveFile"=hex:00
    "CreateTextNotes"=hex:01
    "CreateThreads"=hex:01
    "CreateFootnoteLinks"=hex:01
    "CreateXrefLinks"=hex:01
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\6.0\Word\Security]
    "UserPasswdReq"=hex:00
    "OwnerPasswdReq"=hex:00
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\6.0\Word\Settings]
    "JobOptions"="Standard"
    "CreateLinks"=hex:01
    "CreateBookmarks"=hex:01
    "CreateStructure"=hex:01
    "AttachSourceFile"=hex:00
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Access]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Access\Settings]
    "RowIndex"=dword:0000001d
    "Left"=dword:00000000
    "Top"=dword:00000000
    "ToolBarVisible"=hex:01
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\BookmarkOptions]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\BookmarkOptions\Styles]
    "Abbildungsverzeichnis"="0|1|0|"
    "Anrede"="0|1|0|"
    "Aufzählungszeichen"="0|1|0|"
    "Aufzählungszeichen 2"="0|1|0|"
    "Aufzählungszeichen 3"="0|1|0|"
    "Aufzählungszeichen 4"="0|1|0|"
    "Aufzählungszeichen 5"="0|1|0|"
    "Beschriftung"="0|1|0|"
    "Blocktext"="0|1|0|"
    "Datum"="0|1|0|"
    "Dokumentstruktur"="0|1|0|"
    "E-Mail-Signatur"="0|1|0|"
    "Endnotentext"="0|1|0|"
    "Fuß/-Endnotenüberschrift"="0|1|0|"
    "Fußnotentext"="0|1|0|"
    "Fußzeile"="0|1|0|"
    "Grußformel"="0|1|0|"
    "HTML Adresse"="0|1|0|"
    "HTML Vorformatiert"="0|1|0|"
    "Index 1"="0|1|0|"
    "Index 2"="0|1|0|"
    "Index 3"="0|1|0|"
    "Index 4"="0|1|0|"
    "Index 5"="0|1|0|"
    "Index 6"="0|1|0|"
    "Index 7"="0|1|0|"
    "Index 8"="0|1|0|"
    "Index 9"="0|1|0|"
    "Indexüberschrift"="0|1|0|"
    "Kommentartext"="0|1|0|"
    "Kommentarthema"="0|1|0|"
    "Kopfzeile"="0|1|0|"
    "Liste"="0|1|0|"
    "Liste 2"="0|1|0|"
    "Liste 3"="0|1|0|"
    "Liste 4"="0|1|0|"
    "Liste 5"="0|1|0|"
    "Listenfortsetzung"="0|1|0|"
    "Listenfortsetzung 2"="0|1|0|"
    "Listenfortsetzung 3"="0|1|0|"
    "Listenfortsetzung 4"="0|1|0|"
    "Listenfortsetzung 5"="0|1|0|"
    "Listennummer"="0|1|0|"
    "Listennummer 2"="0|1|0|"
    "Listennummer 3"="0|1|0|"
    "Listennummer 4"="0|1|0|"
    "Listennummer 5"="0|1|0|"
    "Makrotext"="0|1|0|"
    "Nachrichtenkopf"="0|1|0|"
    "Nur Text"="0|1|0|"
    "Rechtsgrundlagenverzeichnis"="0|1|0|"
    "RGV-Überschrift"="0|1|0|"
    "Sprechblasentext"="0|1|0|"
    "Standard"="0|1|0|"
    "Standard (Web)"="0|1|0|"
    "Standardeinzug"="0|1|0|"
    "Textkörper"="0|1|0|"
    "Textkörper 2"="0|1|0|"
    "Textkörper 3"="0|1|0|"
    "Textkörper-Einzug 2"="0|1|0|"
    "Textkörper-Einzug 3"="0|1|0|"
    "Textkörper-Erstzeileneinzug"="0|1|0|"
    "Textkörper-Erstzeileneinzug 2"="0|1|0|"
    "Textkörper-Zeileneinzug"="0|1|0|"
    "Titel"="0|1|0|"
    "Überschrift 1"="1|1|1|"
    "Überschrift 2"="1|2|1|"
    "Überschrift 3"="1|3|1|"
    "Überschrift 4"="1|4|1|"
    "Überschrift 5"="1|5|1|"
    "Überschrift 6"="1|6|1|"
    "Überschrift 7"="1|7|1|"
    "Überschrift 8"="1|8|1|"
    "Überschrift 9"="1|9|1|"
    "Umschlagabsenderadresse"="0|1|0|"
    "Umschlagadresse"="0|1|0|"
    "Unterschrift"="0|1|0|"
    "Untertitel"="0|2|0|"
    "Verzeichnis 1"="0|1|0|"
    "Verzeichnis 2"="0|1|0|"
    "Verzeichnis 3"="0|1|0|"
    "Verzeichnis 4"="0|1|0|"
    "Verzeichnis 5"="0|1|0|"
    "Verzeichnis 6"="0|1|0|"
    "Verzeichnis 7"="0|1|0|"
    "Verzeichnis 8"="0|1|0|"
    "Verzeichnis 9"="0|1|0|"
    "NumberOfHeadings"=dword:000000ae
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Excel]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Excel\Settings]
    "RowIndex"=dword:00000018
    "Left"=dword:00000000
    "Top"=dword:00000034
    "ToolBarVisible"=hex:01
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Global]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Global\Settings]
    "ViewPDFFile"=hex:01
    "PromptForPDFFilename"=hex:01
    "ConvertDocInfo"=hex:01
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Outlook]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Outlook\AttachAsPDF]
    "OutlName"="Als Adobe PDF anhängen"
    "OutlVisible"=dword:ffffffff
    "LastSavedFolder"="G:\\2009\\GoCaps\\"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Outlook\EmailToPDF]
    "OutlLeft"=dword:000002ca
    "OutlRowIndex"=dword:00000002
    "OutlVisible"=dword:ffffffff
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Outlook\Security]
    "UserPasswdReq"=hex:00
    "AttachmentsPasswdReq"=hex:00
    "OwnerPasswdReq"=hex:00
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Outlook\Settings]
    "Compatibility"=dword:00000009
    "AttachmentsOption"=dword:00000001
    "OutputPC"=hex:01
    "EmbedIndex"=hex:01
    "RemoveFolderInfo"=hex:00
    "BlockExternalContent"=hex:01
    "EmbedIndexArchival"=hex:00
    "PageSize"=dword:00000000
    "SizeUnit"=dword:00000001
    "PageWidth"=dword:0009154b
    "PageHeight"=dword:000cd8a1
    "TopMargin"=dword:0000d37d
    "BottomMargin"=dword:0000d37d
    "LeftMargin"=dword:00011940
    "RightMargin"=dword:00011940
    "PageOrientation"=dword:00000003
    "NoOfRememberPackages"=dword:00000005
    "LastSavedFolder"="C:\\Dokumente und Einstellungen\\ademi\\Documents\\"
    "File0"="C:\\Dokumente und Einstellungen\\ademi\\Documents\\AW_ habe Probleme mit meinem Email - Ric weis mehr !!!!!!!!!!.pdf"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Outlook\Synchronization]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Outlook\Synchronization\Goerlich]
    "Frequency"=dword:00000000
    "Time"="00:00:00"
    "Enabled"=dword:00000000
    "MaintainLog"=dword:00000000
    "LogFile"=""
    "Next"="15: 8:112: 0: 0: 0"
    "Running"=dword:00000000
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Word]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Word\Bookmarks]
    "BookmarksFromHeadings"=dword:00000001
    "BookmarksFromStyles"=dword:00000000
    "BookmarksFromWord"=dword:00000000
    "BookmarkMagnification"=dword:00000000
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Word\DisplayOptions]
    "LinkType"=dword:00000000
    "LinkLineStyle"=dword:00000000
    "LinkHilight"=dword:00000002
    "LinkColor"=dword:00000000
    "ShowBookmarkPane"=hex:00
    "FirstPageNumber"=dword:00000001
    "PageMagnification"=dword:0000000d
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Word\DisplayOptions\Reviewers]
    "NumberOfReviewers"=dword:00000000
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Word\Media]
    "AudioDataRate"="Hoch (160 kbps)"
    "VideoDataRate"="Hoch (400 kbps)"
    "FlashOutputLocation"="Dokumentspeicherort"
    "EncodeAudio"=hex:01
    "Deinterlace"=hex:00
    "DefaultLocationSelected"=hex:01
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Word\Office]
    "AutoSaveFile"=hex:00
    "CreateTextNotes"=hex:00
    "CreateThreads"=hex:01
    "CreateFootnoteLinks"=hex:01
    "CreateXrefLinks"=hex:01
    "AdvancedTagging"=hex:00
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Word\Security]
    "UserPasswdReq"=hex:00
    "AttachmentsPasswdReq"=hex:00
    "OwnerPasswdReq"=hex:00
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Word\Settings]
    "RowIndex"=dword:00000004
    "Left"=dword:00000000
    "Top"=dword:00000034
    "ToolBarVisible"=hex:01
    "JobOptions"="Standard"
    "CreateLinks"=hex:01
    "CreateBookmarks"=hex:01
    "CreateStructure"=hex:01
    "AttachSourceFile"=hex:00
    "PDFComplianceLevel"=dword:00000000
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat\PDFMaker\9.0\Word\Settings\PrePDFA]
    "JobOptions"="Standard"
    "CreateStructure"=hex:01
    "AttachSourceFile"=hex:00
    "CreateLinks"=hex:01
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\6.0]
    "DidInit"="1"
    "JobOptions"="Standard"
    "WindowPlacement"=hex:2c,00,00,00,00,00,00,00,01,00,00,00,ff,ff,ff,ff,ff,ff,ff,\
      ff,ff,ff,ff,ff,ff,ff,ff,ff,3c,01,00,00,01,01,00,00,cd,02,00,00,d9,02,00,00
    "PageSizeUnits"="0"
    "Upgraded4"="64"
    "DistillerPrinterFontCache"=dword:00000001
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\6.0\Clients]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\6.0\FontFolders]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\6.0\FontFolders\C:/Dokumente und Einstellungen/ademi/WINDOWS/Fonts/]
    "#WinDist FontFolder Order"="0"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\6.0\FontFolders\C:/Programme/Adobe/Acrobat 6.0/Resource/Font/]
    "#WinDist FontFolder Order"="3"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\6.0\FontFolders\C:/Programme/Gemeinsame Dateien/Microsoft Shared/EQUATION/]
    "#WinDist FontFolder Order"="1"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\6.0\FontFolders\C:/WINNT/Fonts/]
    "#WinDist FontFolder Order"="0"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\6.0\FontFolders\C:/WINNT/system32/spool/DRIVERS/W32X86/3/]
    "#WinDist FontFolder Order"="2"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\6.0\Installer]
    "InstallTime"="12:46:16"
    "InstallDate"="14.01.2008"
    "ENU_GUID"="{AC76BA86-1033-F400-BA7E-000000000001}"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\6.0\InstallPath]
    @="C:\\Programme\\Adobe\\Acrobat 6.0\\Distillr"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\6.0\Preferences]
    "AlertForWatchedFolders"=hex:00
    "AlertForVolumeFull"=hex:01
    "AskForPdfFileName"=hex:00
    "ViewPrintOutput"=hex:00
    "ViewInteractiveOutput"=hex:00
    "DeleteLogOnSuccess"=hex:01
    "AskToReplacePdfFile"=hex:00
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\9.0]
    "DidInit"="1"
    "Upgraded4"="64"
    "JobOptions"=""
    "DistillerPrinterFontCache"=dword:00000001
    "WindowPlacement"=hex:2c,00,00,00,00,00,00,00,01,00,00,00,ff,ff,ff,ff,ff,ff,ff,\
      ff,ff,ff,ff,ff,ff,ff,ff,ff,48,00,00,00,ed,00,00,00,f9,01,00,00,0d,03,00,00
    "PageSizeUnits"="4"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\9.0\AdobePDFOutputFolder]
    @=dword:00000000
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\9.0\Clients]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\9.0\FontFolders]
    "IgnoreStdTTFs"="1"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\9.0\FontFolders\C:/Programme/Adobe/Acrobat 9.0/Resource/Font/]
    "#WinDist FontFolder Order"="3"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\9.0\FontFolders\C:/Programme/Gemeinsame Dateien/Adobe/Fonts/]
    "#WinDist FontFolder Order"="2"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\9.0\FontFolders\C:/Programme/Gemeinsame Dateien/Microsoft Shared/EQUATION/]
    "#WinDist FontFolder Order"="1"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\9.0\FontFolders\C:/WINNT/Fonts/]
    "#WinDist FontFolder Order"="0"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\9.0\Installer]
    "ENU_GUID"="{AC76BA86-1033-F400-BA7E-000000000004}"
    "InstallDate"="08.09.2012"
    "InstallTime"="16:52:36"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\9.0\InstallPath]
    @="C:\\Programme\\Adobe\\Acrobat 9.0\\Acrobat"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\9.0\Preferences]
    "AlertForWatchedFolders"=hex:00
    "AlertForVolumeFull"=hex:01
    "AskForPdfFileName"=hex:00
    "ViewPrintOutput"=hex:00
    "ViewInteractiveOutput"=hex:00
    "DeleteLogOnSuccess"=hex:00
    "AskToReplacePdfFile"=hex:00
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\AdobePDFSettings]
    @="C:\\Dokumente und Einstellungen\\All Users\\Anwendungsdaten\\Adobe\\Adobe PDF\\Settings\\"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\AdobePDFSettings\DisplayName]
    "PDFX1a 2001 JPN"="PDF/X-1a:2001 (Japan)"
    "Standard"="Standard"
    "Smallest File Size"="Kleinste Dateigröße"
    "Press Quality"="Druckausgabequalität"
    "PDFX3 2003"="PDF/X-3:2003"
    "PDFX3 2002 JPN"="PDF/X-3:2002 (Japan)"
    "PDFX3 2002"="PDF/X-3:2002"
    "PDFX1a 2001"="PDF/X-1a:2001"
    "PDFA1b 2005 CMYK"="PDF/A-1b:2005 (CMYK)"
    "High Quality Print"="Qualitativ hochwertiger Druck"
    "PDFX3 2003 JPN"="PDF/X-3:2003 (Japan)"
    "PDFX1a 2003 JPN"="PDF/X-1a:2003 (Japan)"
    "PDFX1a 2003"="PDF/X-1a:2003"
    "PDFA1b 2005 RGB"="PDF/A-1b:2005 (RGB)"
    "Oversized Pages"="Übergroße Seiten"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\PrinterJobControl]
    "C:\\Dokumente und Einstellungen\\ademi\\Documents\\Angebot 01 0000032779.pdf"="244"
    "C:\\Dokumente und Einstellungen\\ademi\\Documents\\B0001_GC_0000032779.pdf"="245"
    "C:\\Dokumente und Einstellungen\\ademi\\Documents\\Unbenannt - Editor.pdf"="2"
    "LastPdfPortFolder - Acrobat.exe"="C:\\Dokumente und Einstellungen\\ademi\\Eigene Dateien"
    "5c2bbf67"="C:\\Dokumente und Einstellungen\\ademi\\Documents\\Testseite.pdf"
    "C:\\Dokumente und Einstellungen\\ademi\\Documents\\Testseite.pdf"="2"
    "e7534dc"="C:\\Dokumente und Einstellungen\\ademi\\Documents\\Angebot 01 0000032736.pdf"
    "C:\\Dokumente und Einstellungen\\ademi\\Documents\\Angebot 01 0000032736.pdf"="5"
    "4a7498bf"="C:\\Dokumente und Einstellungen\\ademi\\Documents\\B0001_GC_0000032736.pdf"
    "C:\\Dokumente und Einstellungen\\ademi\\Documents\\B0001_GC_0000032736.pdf"="6"
    "3c73791e"="C:\\Dokumente und Einstellungen\\ademi\\Documents\\Testseite.pdf"
    "238710e"="C:\\Dokumente und Einstellungen\\ademi\\Documents\\Testseite.pdf"
    "d6c6834"="C:\\Dokumente und Einstellungen\\ademi\\Documents\\Angebot 01 0000032736.pdf"
    "154b029d"="C:\\Dokumente und Einstellungen\\ademi\\Documents\\B0001_GC_0000032736.pdf"
    "82742b43"="C:\\Dokumente und Einstellungen\\ademi\\Documents\\Angebot 01 0000032736.pdf"
    "f56d5614"="C:\\Dokumente und Einstellungen\\ademi\\Documents\\Angebot 01 0000032736.pdf"
    "c96b18e9"="C:\\Dokumente und Einstellungen\\ademi\\Documents\\B0001_GC_0000032736.pdf"
    "d6c3599"="C:\\Dokumente und Einstellungen\\ademi\\Documents\\Angebot 01 0000032779.pdf"
    "1b6cdf48"="C:\\Dokumente und Einstellungen\\ademi\\Documents\\Angebot 01 0000032779.pdf"
    "cfcbe16"="C:\\Dokumente und Einstellungen\\ademi\\Documents\\z_rptOFFER_gocaps.pdf"
    "C:\\Dokumente und Einstellungen\\ademi\\Documents\\z_rptOFFER_gocaps.pdf"="5"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Distiller\PrinterJobControl\DownloadFonts]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Elements]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Elements\6.0]
    "InstallTime"="0"
    "InstallDate"="0"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Elements\6.0\Installer]
    "InstallTime"="0"
    "InstallDate"="0"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Elements\6.0\InstallPath]
    @="C:\\Programme\\Adobe\\Acrobat 6.0\\Acrobat Elements"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Elements\9.0]
    "InstallTime"=""
    "InstallDate"=""
    "ENU_GUID"="{AC76BA86-1033-F400-BA7E-000000000004}"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Elements\9.0\Installer]
    "InstallTime"=""
    "InstallDate"=""
    "ENU_GUID"="{AC76BA86-1033-F400-BA7E-000000000004}"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Elements\9.0\InstallPath]
    @="C:\\Programme\\Adobe\\Acrobat 9.0\\Acrobat Elements"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Elements\9.0\Settings]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Elements\9.0\Settings\Excel]
    "JobOptions"="Standard"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Elements\9.0\Settings\NONE]
    "JobOptions"="Standard"
    "SecurityOption"=hex:00,00,00,00
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Elements\9.0\Settings\PScript]
    "JobOptions"=""
    "SecurityOption"=hex:00,00,00,00
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat PDFMaker]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat PDFMaker\9.0]
    @=""
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\10.0]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\10.0\AdobeViewer]
    "TrustedMode"=dword:00000000
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\10.0\Annots]
    "bStampsPaletteInvisible"=dword:00000001
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\10.0\Annots\cAnnots]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\10.0\Annots\cAnnots\cAnnot]
    "tauthor"="ademi"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\10.0\Annots\cAnnots\cHighlight_003aHighlightNote]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\10.0\Annots\cAnnots\cHighlight_003aHighlightNote\cstrokeColor]
    "t0"="RGB"
    "d1"="1.000000"
    "d2"="1.000000"
    "d3"="0.000000"
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\10.0\AVConversionFromPDF]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\10.0\AVConversionFromPDF\cSettings]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\10.0\AVConversionToPDF]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\10.0\AVConversionToPDF\cSettings]
    [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\10.0\AVDisplay]
    "iCheckError2DGPU"=dword:00000006
    "iCompatLevel2DGPU"=dword:00000000
    "iDriverVersion2DGPUhi"=dword:00050002
    "iDriverVersion2DGPUlo"=dword:0ece0f77
    "sNameOf2DGPU"=hex:00
    "iNum2DGPUDisplays"=dword:00000001
    "iRXOPolicy"=dword:00000002
    "bSmoothZooming"=dword:00000000
    "bUse2DGPUf"=dword:00000000
    "iVendorID2DGPU"=dword:00000003
    "bVerified2DGPU"=dword:00000001

    Thank you for the answer @Test Screen Name:
    As I said its a windows 2003 32bit server used as a workstation, at the moment this is unfortunately the only combination which is allowed until we have upgraded our erp software (hopefully in march).
    The joboption is at the right place, if i copy the path which adobe log says it does not find the jobfile and copy it into the windows explorer its no problem to access the directory. But still i cannot open the file with distiller, open it with editor or any other program is no problem.
    Is it the location? Try storing job options onto the users own desktop.
    - Its at the rigt place, if i copy it to the desktop -> generall parsing error
    Is it a PostScript error? Try distilling the job options file. This will fail always, but maybe fail differently.
    -> Sorry how do you mean a script error? If i open distiller the field at the top showing the standard file is empty. If i drag and drop a joboption file into distiller (i gave the user administration rights and mad hime owner of the file bevore) it says: Adobe PDF-Settings: Error in reading the file. Gerall parser failure
    Is it the decimal separator after all? Write a file with no decimal points.
    How do you mean that? Can you please explain? In language options i changed the decimal in numbers from ; to "." I also tried this with all ";" used in the options. But this i a absolutely noGO because "." is for digital grouping.
    Is it something about the server setup? What is the server setup, is it Terminal Server for each user; or a workstation different people sit at which happens to run Server 2008? Or a server which makes PDF files in the background? Or something else.
    Windows 2003 (no R2) with 7 user accounts (one for each department) who logon at the console session of the server. This setug was running fine since 2006 with adobe 8 and everything worked fine until one day last year when one user was not able to print. If i delete one of the local accounts and create it new i have the same problem that it dont work. But 4 of the 7 persons have changed within the last year depending on changes in the company and i had to give them access -> same problem.
    As a result of this there is only the administrator acount and 2 Accounts who can print..

  • Reading .txt file and non-english chars

    i added .txt files to my app for translations of text messages
    the problem is when i read the translations, non-english characters are read wrong on my Nokia. In Sun Wireless Toolkit it works.
    See the trouble is because I don't even know what is expected by phone...
    UTF-8, ISO Latin 2 or Windows CP1250?
    im using CLDC1.0 and MIDP1.0
    What's the rigth way to do it?
    here's what i have...
    String locale =System.getProperty("microedition.locale");
    String language = locale.substring(0,2);
    String localefile="lang/"+language+".txt";
    InputStream r= getClass().getResourceAsStream("/lang/"+language+".txt");
    byte[] filetext=new byte[2000];
    int len = 0;
    try {
    len=r.read(filetext);
    then i get translation by
    value = new String(filetext,start, i-start).trim();

    Not sure what the issue is with the runtime. How are you outputing the file and accessing the lists? Here is a more complete sample:
    public class Foo {
         final private List colons = new ArrayList();
         final private List nonColons = new ArrayList();
         static final public void main(final String[] args)
              throws Throwable {
              Foo foo = new Foo();
              foo.input();
              foo.output();
         private void input()
              throws IOException {
             BufferedReader reader = new BufferedReader(new FileReader("/temp/foo.txt"));
             String line = reader.readLine();
             while (line != null) {
                 List target = line.indexOf(":") >= 0 ? colons : nonColons;
                 target.add(line);
                 line = reader.readLine();
             reader.close();
         private void output() {
              System.out.println("Colons:");
              Iterator itorColons = colons.iterator();
              while (itorColons.hasNext()) {
                   String current = (String) itorColons.next();
                   System.out.println(current);
              System.out.println("Non-Colons");
              Iterator itorNonColons = nonColons.iterator();
              while (itorNonColons.hasNext()) {
                   String current = (String) itorNonColons.next();
                   System.out.println(current);
    }The output generated is:
    Colons:
    a:b
    b:c
    Non-Colons
    a
    b
    c
    My guess is that you are iterating through your lists incorrectly. But glad I could help.
    - Saish

  • Non-unicode FTP transfer of chinese characters

    Hi,
    We're trying to transfer data in SAP stored under .txt format using an abap program to FTP across to another external system. Our current SAP system is 4.6C is does not have unicode capability and uses code page to translate non-English texts. We have data that contains chinese characters and we would need to automatically transfer these data across to the external system via FTP.
    The problem we face is that it appears that the text in the receiving end was unable to interpret the chinese characters and funny characters are appearing. How do we solve this problem ?

    hi
    as far as i know when working with korean characters
    we came to know that OS level should support the language characters
    usally if the text file is having ascii characters that is enough(no need of any kind of specifi language characters, korean or chinese or what ever it may be)
    if u open this text file with proper OS installed in your system then it will appear correctly for you
    otherwise it will show junk characters
    so concentrate on the ascii values for the chinese characters in your system
    if the target system supports chinese characters then this ascii characters should appear as chinese characters to them also

Maybe you are looking for

  • How can I use a existing USB Driver in NI VISA 3.0

    Hello, we have an ftdi USB driver for our measurement device. The FTD2XX.sys is registred in C:\WINNT\system32\drivers Also I have a FTD2XX.dll and an FTD2XX.inf file. But I don´t know how can I register them in NI LabView or VISA. Have I to do a new

  • [svn] 4669: Fix for - compiled SWF varies depending on version of java pointed

    Revision: 4669 Author: [email protected] Date: 2009-01-26 11:00:48 -0800 (Mon, 26 Jan 2009) Log Message: Fix for - compiled SWF varies depending on version of java pointed QE Notes: Some mustella tests may need to be updated, as includes will be proc

  • In Finder an unknown "SHARED" - what is it?

    On the left of my Finder window (on both my up-to-date iMac and my MacBook Pro) I've suddenly begun noticing a "chchny-I82105" entry. I don't recall ever seeing this before. I've tried clicking on it and I get "Connection failed" after a second or tw

  • Does lion os need to be updated

    do i need to update my operating system i have lion and now i think macs are at maverick?

  • Need to extend vendor to a new Purchasing Org

    Hello All, I am getting a flat file with existing vendors in SAP System. I need to extend these vendor to the new specified Purchase Org. and also update the fields as per in the excel file (being uploaded). One way is to use BDC and perform the desi