How to read documents in Polish

Hi,
Our company has received some documents from a client which are written in Polish. Most words you can read, but some have letters that are replaced with boxes.
Do I just need to get the font that these documents were written in, or do I have to install a Polish language pack or something similar?
Thanks
O

+Welcome to the forums, Rococomuse!+
In System Preferences > International > "Input Menu" tab:
Select Keyboard Viewer (at the top)
Select Polish
Select "Show input menu in menu bar" (at the bottom)
Use the 'flag' menu in your menu bar to:
   Show Keyboard Viewer
   toggle between English and Polish layouts
You will see the changes immediately in the Keyboard Viewer panel.
You will have to determine for yourself how you want to work - you can switch back and forth between the English (or British) and Polish keyboard layouts, or learn where letters are in the Polish layout - you can use your real keyboard or click on the Viewer, etc.
Wait to see what Tom says - he may have a better suggestion.
Andreas

Similar Messages

  • How to read document with Adobe

    I Have a MacBook Air. Operating system is 7.01, I think. I need to read document I'D f.  Ihave adobe loaded, but Cannot read the document.  Help?

    Be sure you have the latest version of Adobe Reader installed (the free one). Incidentally, there is a Mac-specific version (you indicated you were new to Macs in your profile).
    http://get.adobe.com/reader/
    Incidentally, iOS 7 does not run on a Mac.....OS X does
    Barry

  • How to read document in SQL

    I have an XMLDb install under 9iR2.
    When I put a document, let us say a Word 2003 .xml document inside XMLDB via webdav or ftp it is stored somewhere in the database.
    Now I want to access the file contents from SQL as a whole, that is put the file contents in a varchar or clob column for instance, for later processing.
    It seem that something like :
    select extract(res,'/r:Resource/r:Contents',
    'xmlns:r="http://xmlns.oracle.com/xdb/XDBResource.xsd"').getClobVal() from resource_view
    ... but then I get ORA19202 : namespace prefixes starting with xml are reserved
    Is there a way to simply get the file contents, knowing the Web dav URL ?
    Thanks in advance

    This question should be asked in the XMLdb forum, which has it's own webdav implementation.
    Larry

  • How to read excel file in document library and store excel content in sql table

    Hello,
    Can anyone help me how to read the excel file present in document library and store the content inside excel into sql table?
    Please let me know the ways to acheive this. Feel free to give your suggestions.
    Thanks,
    Cool Developer

    Hi!
    this code i have written becuase i donot find any soltions on net for this , u can try with this . :)
    System.Data.OleDb.
    OleDbConnection ExcelConnection = null;
    FileMode fileMode;
    string filePath = ConfigurationManager.AppSettings["TempLoaction"] + "\\" + fileName;
    using (SPSite _site = new SPSite(SPContext.Current.Web.Url))
    using (SPWeb _web = _site.OpenWeb())
    string docLibrary = ConfigurationManager.AppSettings["DocumentLibrary"];
    SPFile _file = _web.GetFile("/" + docLibrary + "/" + fileName);
    fileMode =
    FileMode.Create;
    byte[] byteArray = _file.OpenBinary();
    MemoryStream dataStream = new MemoryStream(byteArray);
    Stream stream = dataStream;
    using (FileStream fs = File.Open(filePath, fileMode))
    byte[] buffer = new byte[4096];
    int bytesRead;
    while ((bytesRead = stream.Read(buffer, 0, buffer.Length)) != 0)
    fs.Write(buffer, 0, bytesRead);
    fs.Close();
    //Create the Connection String
    try
    string ConnectionString = @"Provider=Microsoft.Jet.OLEDB.4.0;
    Data Source ='"
    + filePath + "'; Extended Properties=Excel 5.0";
    //Create the connection
    ExcelConnection =
    new System.Data.OleDb.OleDbConnection(ConnectionString);
    //create a string for the query
    string ExcelQuery;
    //Sheet1 is the sheet name
    //create the query:
    //read columns from the Excel file
    ExcelQuery =
    "Select * from [Sheet1$]"; // from Sheet1";
    //use "Select * ... " to select the entire sheet
    //create the command
    System.Data.OleDb.
    OleDbCommand ExcelCommand = new System.Data.OleDb.OleDbCommand(ExcelQuery, ExcelConnection);
    //Open the connection
    ExcelConnection.Open();
    //Create a reader
    System.Data.OleDb.
    OleDbDataReader ExcelReader;
    ExcelReader = ExcelCommand.ExecuteReader();
    //For each row after the first
    while (ExcelReader.Read())
    thanks,
    kshitij

  • How to read long text in Document line item

    Hi,
    How to read long text in FI Document line item.

    Use Read_text function module.
    you need to pass
    ID
    LANGUAGE
    NAME
    OBJECT   to the function moduel
    To find the Text id name language and object these are the following steps. Example: FB02
    1. goto FB02, Enter Document number
    2. from menuselect Goto>Header-->header Text..... New window will be displayed 
    3. select the Header Text. here you can see all the text. 
    4. click on the TEXT (which you want to know the Text id) , then press log ICON (you can find in bottom right of the text window) it looks like a rolled paper. 
    5. in the Next window you will find Text Name. Text ID, Language. etc...
    Regards,
    Lalit Mohan Gupta.

  • How can I get adobe reader document to print text?

    How can I get an adobe reader document to print the text not just the formatting?

    Hi sarahjacobs777,
    Please elaborate your issue so that i can assist you better.
    Regards,
    Rahul

  • How to check paragraph in Reader document using API?

    Hi,
    When I extract the content of the PDF (Reader) document through .Net code, I could see only carriage return character ('\r') when it's a new line.
    But with '\r' character, I can not say whether it's normal new line or it's a paragraph.
    Please let me know if Adobe has got any API which can show how to differentiate between 'a new line' and 'a paragraph'.
    E.g.:
    Test Test Test
    Test Test Test  <- I can easily say it's start with a new line.
              Test Test Test Test Test
    Test Test Test Test Test Test.
              Test Test Test Test Test  <- This is a paragraph but how to check from the code?
    Test Test Test Test Test Test
    Test Test Test Test Test Test.

    We use 'PDDocCreateWordFinder' , 'PDWordFinderEnumWords' to extract the text from Adobe Reader document through Code, Not tool.
    But, by using these APIs, I can't see any difference in 'new line/row' or 'paragraph' if exists in PDF doc.
    I need such API which can give the exact format of Adobe Reader doc according to the content exists in that PDF doc.
    Thanks!

  • How can I paste a photo in an Adobe Reader document on my iPad?

    How can I paste a photo in an Adobe Reader document on my iPad?

    Wrong app. If you want to layout pages, buy Apple's Pages. Will totally support what you want to do.

  • How to read word document in pl/sql

    How to read word document which is stored as BLOB column in table.
    I want to read it word by word.Please explain me how to raed using DBMS_lob
    package and substr,instr.

    You cannot. A Microsoft Word document is in a proprietary binary format. You cannot treat it as a text file and read "word-by-word" from it.
    As for examples - refer to the [url http://download-uk.oracle.com/docs/cd/B19306_01/appdev.102/b14258/toc.htm]Oracle® Database PL/SQL Packages and Types Reference manual. It describes DBMS_LOB and its usage in detail.

  • How to read a pdf document which is saved on icloud

    how to read a pdf document which is saved on icloud

    Greetings jjakri,
    Welcome to the Apple Support Communities!
    It sounds like you have a PDF saved on iCloud Drive and would like to view that on your iPad. To view a PDF on your iPad, you would either need to sync from your computer view it from an email attachment. For more information on these processes, please refer to the attached article. 
    iBooks: Viewing, syncing, saving, and printing PDFs on iPhone, iPad, and iPod touch - Apple Support
    Cheers,
    Joe

  • How to Read Attached Document In oracle apps.

    Hi All,
    how to read attached document in Oracle apps.
    Select * from   fnd_attached_documents.
    Regards,
    Mohan Reddy

    Hi Husseein,
    how to read pdf file in blob data type column
    i have tried below query but in this part utl_file.fopen asking directory name i don't have directory name.
    could you give any another solution.
    DECLARE
      l_file      UTL_FILE.FILE_TYPE;
      l_buffer    RAW(32767);
      l_amount    BINARY_INTEGER := 32767;
      l_pos       NUMBER := 1;
      l_blob      BLOB;
      l_blob_len  NUMBER;
    BEGIN
      SELECT FILE_DATA
        INTO   l_blob
        FROM   fnd_lobs
         where file_name = 'est-1.pdf' and FILE_ID = 332810;
      l_blob_len := DBMS_LOB.getlength(l_blob);
      -- Open the destination file.
      l_file := UTL_FILE.fopen('IRB','STD_FlipBook_Religion2013.doc','wb',18306);  --(Here I don't have Directory name)
      DBMS_LOB.read(l_blob, l_amount, l_pos, l_buffer);
      UTL_FILE.put_raw(l_file, l_buffer, TRUE);
      l_pos := l_pos + l_amount;
      -- Close the file.
      UTL_FILE.fclose(l_file);
    END;
    Regards,
    Mohan Reddy

  • How can a document be darkened before printing in Adobe Reader?

    How can a document be darkened before printing in Adobe Reader?

    Darken the text is what I meant by that.    When the document is scanned and emailed, the text is light in some cases but can be read when it’s opened up on the computer but once it’s printed, some of the text can hardly be read.
    I was hoping there was a way to darken the text of a document before printing it but it doesn’t sound like that is an option.
    Thanks for responding.

  • How to read and paste an image file in the Adobe Indesign document by using plugins?

    Hai i'm senthil...
    i had just now started working with Adobe Indesign plugins...
    Can any one tell me how to read an image file from the hard disk and paste that image file in a text box in the document...
    plzz send me the codings and in which file we want to attach these codings...
    thank you..
    bye
    senthil

    hai art,
    thanks for ur reply...
    i tried and developed the program for pasting the image from
    the database...
    But now i want to paste 3 images in a page...
    for this i had used while loop;
    But i'm having 6 images in the database...
    when the 4th image is in reading, automatically a new page will
    be created and the 4th image will be pasted in the newly created page.. i tried and develped for creating a new page...
    But how shall i paste the 4th image in the newly created page...
    is there methods or classes?
    plzz reply...
    thanks..
    senthil..

  • How to access documents stored on iCloud using my Macbook air and read them on my iPad, how to access documents stored on iCloud using my Macbook air and read them on my iPad

    I have set my Icloud account and saved documents on my computer, but I don't know how to read them on my Ipad! Do I have to download an app to my Ipad?

    Welcome to the Apple Community.
    Upload iWork documents from your mac to iCloud.com, if iCloud is configured correctly they will appear in the appropriate iWork application on your iPad.

  • How do I stop Adobe Reader X from reading documents meant for Adobe Digital Editions?

    I  was trying to download via  Sample e-Book Library, just to check if my Adobe Digital Editions was working properly.
    Turns out, PDFs / Urls are interrrupted by Adobe Reader X.
    Even though  Adobe Reader X is unable to read it, or as it  keeps telling me: "Adobe reader could not open URLLINK.acsm because it is either not a supported file type, or because the file has been damaged"
    Any suggestions to how I could abort Adobe Reader X from automatically read documents meant for Adobe Digital Editions?

    It's Windows 8.
    Turns out the problem was acsm.files preconfigured to be opened in Adobe Reader. The solution was to right click on the file(s) in Downloads, and then reconfigure  it through the option "open as/in ..."
    and somehow give the correct adress, through Computer:/ C and so on,  to the  Adobe Digital Editions.

Maybe you are looking for