Indian language file - pdf problem

I work mostly with Indian langauges fonts and have ttf (and some ATM) fonts.
When I try to make pdf for printing purposes, some characters do not appear in pdf. I found from the character map that they are equivalent to "no-break space" character. And in some languages (fonts), the same character appears perfectly.
I use acrobat distiller to make pdf for prepress. (It is another problem that sometimes such characters do not appear even in normal word file.)
Is there any solution to solve this problem, because, this problem appears in almost all Indian fonts.
Interestingly, a pdf can be prepared from the same file with the Windows98 version.
I have posted the same question (shorter one) at pdf forum as well.
Can anyone help?

We experienced the exact same problem as the OP (including corrupt files named "f.pdf" and the browser dialog box he documented). Don't know if his environment is similar, but here is how we fixed our issue:
Our app uses an Authentication Scheme that includes under "Page Session Management" a "Session Verify Function" called like this: "return timeout_pkg.check_timeout;". This timeout_pkg I think came from code originally posted here, it works well so thanks to the original coder. However it does present a small issue in that it rewrites the mime headers in the server response in one use case. Since it is rewriting the headers to "text/html" even though we are sending back a report where the mime header should be "application/pdf", the client gets confused and the result is the symptoms the OP posted.
So if we change the timeout package and body so the signature is like this: "function check_timeout (p_request IN VARCHAR2 DEFAULT null) return boolean;"
And change the call in the "Session Verify Function" to pass the request as a parameter like: "return timeout_pkg.check_timeout(:REQUEST);"
And change the body of the timeout_pkg.check_timeout function to use the correct mime type when calling a report:
elsif not g_cookie_already_sent then
if (p_request is not null and INSTR(p_request, 'PRINT_REPORT') != 0) then
owa_util.mime_header('application/pdf', FALSE);
else
     owa_util.mime_header('text/html', FALSE);
     end if;
then we solve our particular problem... I hope this saves somebody else some time, remember this was our specific solution to the exact symptoms documented by the OP, however as a general rule I would say if you are experiencing problems with pdf printing from Apex, watch out for anything your app might be doing with the owa_util pkg in particular and mime headers in the server response in general.
Edited by: cmcneil on Sep 5, 2008 11:45 AM
Edited by: cmcneil on Sep 5, 2008 11:59 AM

Similar Messages

  • If a pdf file is written in indian language but prints off in a different language, what could be the issue?

    if a pdf file is written in indian language but prints off in a different language, what could be the issue?

    Most likely the issue is non-standard fonts.  Are all used fonts embedded in the document?

  • PDF 'File Save' problem in Firefox

    Using Firefox browser, when I select a PDF file that opens in a new window [rather than a new tab], save it and close the window, the AcroRD32.exe process is not stopped.  If I then open another PDF file in a similar manner, it can not be saved.  Each time you close a PDF window, you have to go to Task Manager and stop the AcroRD32 process before being abl;e to save a subsequent document.  This does not happen with IE.
    Using Reader 10.1.1 and Firefox 8 on a Windows Vista32 system.

    Same bug i see in Opera browser. PDFs doesn't saves without stopping AcroRd32 process. And save dialogue doesn't appears when clicking links (even if web browsing function deactivated in adobe reader settings)...
    Apart from this File Save problem, there is more strange things while browsing PDF online, like "blinks", hangs, image dissapear, suddenly lags without any reason, browser crashing and more...
    So, because adobe reader prevents to download PDFs, and because it works very buggy with online browsing, especially if website uses adobe flash to show PDFs, the only right solution i found is uninstalling adobe reader. After that File Save problem was gone!

  • Problems exporting text in Indian languages

    I tried exporting text in Indian languages to XML format, the resulting XML had '?' characters. The following code was used
    var exporter:ITextExporter = TextConverter.getExporter(TextConverter.TEXT_LAYOUT_FORMAT);
    var xmlExport:XML = exporter.export(_textFlow, ConversionType.XML_TYPE) as XML;
    NOTE: The text was rendered as expected. Only the exported XML contained '?' characters.
    Is there anyway to export these (see below) unicode characters to an XML without loosing the actual values.
    Eg: ' हम कहाँ है?'
    Thanks in Advance

    How did you save the XML?  Trace into the Flex console doesn't seem to support unicode.
    The examples posted here:
    http://blogs.adobe.com/tlf/2009/12/new-and-updated-tlf-samples.html
    Contain the TextLayoutEditor example that shows exporting displaying the markup with unicode and saving it to a file.  Look for FileIOHelper.as.
    Hope that helps,
    Richard

  • Large .eps file to .pdf problem

    Some ten or more years ago I published a book of family history, and saved the .eps file. That file was approximately 9.2 mbytes. Now I would like to convert it back to a pdf file, but the converter, while working flawlessly, always stops at page 56 of the book - making a .pdf file of just over 2 Mbytes. the book contains over a 100 pages. I am using the distiller in Adobe Acrobat 6. I suspect a file size problem, but am only guessing.
    Can anyone help me to obtain a complete conversion of the .eps file?

    Moved to Creating, Editing & Exporting PDFs.
    It sounds like page 56 is corrupt.

  • PDF bookmark in Indian language

    Hi,
    Is there any way to generate PDF bookmark in Indian language? Any example would help a lot.
    Thanks,
    Jagdish.

    Did you get any solution on this as i am also working on same subject task.

  • Indian language problem.

    I purchased Id CS6 for the expanded Indian language capabilities. I am working in Gujarati and am having the following problem. In Adobe Paragraph Composer the program doesn't recognize the Gujarati half letters and sets each letter as a full letter. In Adobe World-Ready Paragraph Composer the half letters are recognized, but the paragraph flows right to left and I cannot make it change direction. Any advice?

    Dear Hunt,
    Am little bit confused after reading your reply.As jui mentioend she have designed the font using fontographer and wrote the tables by using VOLT (in windows)
    So whether rendering engine is necesary for the fonotgrapher, as per my knowledge fontographer lets to design, edit, and manipulate fonts(Pls correct me if am wrong).And all the posiitoning and tabling happens in Windows by using volt, where bydefault uniscribe support is there.
    Pls clarify this.Also If it's the issue is any convertion tool is avialable for converting the font from MAC to Windows.Or wil it possible to do by fontographer or volt.
    And if we ported this font to fontforge, with the Pango or ICU backend support( in Linux), whether this issue will resolve ?
    PS:Am just a beginer in this domain,starts learing with jui.So pls apologise me if am wrong.

  • Punjabi (Indian Language) Export to PDF

    Hello All,
    We have a report which is reading the data from SQL server. The data is stored in Punjabi langauge (an indian langugage) and we are able to see the reports perfectly fine in the report viewer. (Report viewer on the .ASPX page).
    But when we export the report to PDF for taking the print out, we are seeing the empty boxes for the punjabi data. The data which is in english is getting exported perfectly fine.
    Any clue on how to get the data exported to PDF?
    Thank you,
    HK

    Please do not cross post. See the [Rules of Engagement|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement]
    As this query is being handled on this thread:
    Punjabi (Indian Language) Export to PDF
    I am closing and locking this thread.
    Ludek

  • Acrobat 7.1 OS: XP PRINT TO PDF file name problems

    Here is all the info.
    when i goto file print and select Adobe pdf as the printer.
    The window shows up titled: Save PDF File AS
    The current "Save in" window is Desktop / My Documents / CATALOG /     CATALOG PDF VERSION / PDF PORTFOLIO VERSION
    The preloaded "File name" is: C:\Documents and Settings\Chip\My     Documents\2009 - A PO\09 - AH - Ellouise Abbott, Houston\09 - AD -     5846, Lloyd, IBB, j-227\INDEX-glass,mica,linen.pdf
    The preloaded "Save as type" is: PDF files (*.PDF)
    I am sending out this pdf to a lot of customers  and I do not want them to see the preloaded information for file name.   Is this only happening because it is on my computer.  OR when i send the  same pdf to a different customer will they see the preloaded file name   "C:\Documents and Settings\Chip\My     Documents\2009 - A PO\09 - AH - Ellouise Abbott, Houston\09 - AD -     5846, Lloyd, IBB, j-227\INDEX-glass,mica,linen.pdf"
    Below is a screenshot to give you a better idea:
    Message was edited by: axlrose13

    this question is for a different machine running acrobat 9 on xp.  its a completly different question regarding the file names if they will show up on another persons computer if we send them the pdf file.

  • Adobe Reader None of the version supports Indian Language Hindi

    Hi,
    Can anybody tell me when Adobe Reader will support Indian Language Hindi?
    The problem in detail as:
    I can save MS Word 2013 file as PDF or I convert some of the report to PDf. It is perfect. But when I want to copy paste the same pdf data to MS Word or Notepad or any other editable application then data gets lost. All Garbage data is getting pasted. PDF do not retain Indian Language data like other Languages (English, Japanese, Chinese, etc.).
    I am waiting for Adobe to solve this problem from the year 2006.
    Please help.
    Regards,
    Sitaram Gaikwad

    More info.
    I just created a Word document that had very simple sample text in davanagari (क ख ग घ ङ च छ ज) and uses the correctly set up fonts Arial Unicode MS and Mangal. Printed to Adobe PDF printer.
    These are displayed correctly in Acrobat X.
    They copy back to Word exactly as their original characters.
    However, I have not tested with diacritics or ligatures. I can well imagine these do not travel well.

  • SET PASSWORD IN FILE PDF CREATED BY REPORT BUILDER (32 Bit)

    With the Report Builder (32-bit) Oracle I create a file PDF in a directory specified by the user.
    The problem is that the file pdf must be created with a password but i don't know how to do.
    I have checked both the manual Report Builder that on the various blogs but I could not find anything to help me, someone is aware if you can create a pdf file password protected with the Report Builder?
    Thanks for the suggestion...

    I use Report Builder 6.0.5.35.0

  • When trying to view a Russian website, the message "Language File Not Found" appears. How can I view the site?

    Before updating to 3.6.8, I was able to view the site just fine, but now it can't find the language file, and I have no idea where to get it from.

    Can you post a link?
    Did you try to clear the cookies from that site and maybe the cache as well?
    "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"<br />
    "Remove the Cookies" from sites that cause problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    Your above posted system details show outdated plugin(s) with known security and stability risks.
    * Java Plug-in 1.5.0_02 for Netscape Navigator (DLL Helper)
    Update the [[Java]] plugin to the latest version.
    *http://java.sun.com/javase/downloads/index.jsp (Java Platform: Download JRE)

  • Using Indian language (Mangal) font for ePub in InDesign CS6?

    Hi,
    I created one Indian language epub in Indesign CS6 wiht "mangal font". See correct file for your ref.
    But when I set text in Indesign & export that document for ePub & check in Adobe Digital Edition. I saw one character has missing. see below image:
    Why this happened? Could any budy help on this topic? I need solution for this. or tell me which devnagari font has use for Adobe digital Edition?

    Hi Ellis,
    Please find download link below:
    https://www.dropbox.com/s/nsi1yr76ial5cog/test_files.zip
    Inside of zip are test document, font, InDesign file & picture of original text for your ref.

  • Unable to save a 'smallest size file' pdf from illustrator 5.5

    We recently insalled Adobe Standard 5.5
    I often save PDF files from Illustrator using the built in PDF options available from the PDF drop down menu bar when saving files. Usually I will save a visual as a 'smallest file size' or make use of the 'high quality print' option for other files etc.
    Why cant I do this on CS5.5?
    In addition, the colour is not acurate at all!
    Please help

    Hi Scott - I found the following thread on the net. So I had a look on my time machine back-ups and copied the files from there, which I then pasted into my Settings folder as you suggested.
    Ta da!! All working again!
    Any idea how I could restore these settings from a backup?
    Thanks!
    The PDF presets reside in Root/Library/Application Support/Adobe/Adobe PDF/Settings/
    After I had installed 10.6.5, 6 preset files were removed from the Settings folder. The folder tree itself remained, it was just that some of the contents of "Settings" were deleted. I have fixed the problem by copying the deleted settings files from a backup.
    These are the files which were deleted:
    Smallest File Size.joboptions
    Press Quality.joboptions
    PDFX4 2008.joboptions
    PDFX3 2002.joboptions
    PDFX1 2001.joboptions
    High Quality Print.joboptions
    These files were not deleted:
    Standard.joboptions
    PDFA1b 2005 RGB.joboptions
    PDFA1b 2005 CMYK.joboptions
    Oversized Pages.joboptions
    Somebody at Adobe community support for Indesign directed me to restore these files from a backup, which solved the problem.
    Re: Unable to save a 'smallest size file' pdf from illustrator 5.5 

  • PDF problem part 2...

    I guess a lot of people are having pdf problems.
    When I export a pdf of a Travel Journal doc and view with adobe reader 7.0, the borders on the photos are not there.
    What is the word on this?
    As you can see I don't have Tiger /PDF-X.
    Thanks

    Not certain if this is quite the same thing, but.......
    I have found problems when exporting to pdf, not when I open in Preview but when the person I am emailing the file to opens it in Acrobat, as all drop shadows are then lost, this makes professional printing difficult.
    Resolved it for the moment by:
    1. exporting to pdf as normal
    2. using Graphic Converter which comes bundled with OSX to create a PSD file and sending that electronically. Slight problem was that the size of the file increased from 3mb to about 27mb, so had to download a free copy of Cyberduck ftp programme too. In fact saving it to jpeg was just about as good.
    3. you do have to do one page at a time but it works.

Maybe you are looking for

  • Issue with FrameMaker file size

    In a book, one of the chapter is failing to open and says File is too large to open using available memory and PDF generation stops. I have no imported figures. Actual file size is 98 MB but when I place the file in the book and try to generate TOC f

  • Tried to connect Macbook to a G5

    I have a G5 and want to migrate some files to a new MacBook. I purchased a firewire...(BTW $36.00 at Best Buy "Not a Best Buy") Went to Migration Assistant and followed the directions.. Nothing Then after several tries I got a message "May not be abl

  • Still no A2DP support in 10.4.7?

    Am I wrong or is there still no A2DP-Bluetooth support for hifi stereo sound in the latest OS X update 10.4.7? I just updated and couldn't see a matching profile. This would not be just disappointing - this feature is a built-in MUST for my next lapt

  • Rwclient, how to put E-mail body

    Dear Gurus, On Oracle AS, by using below comand I am able to generate reports and able to send them by Email but I would like to put Mail Body so could you please help me on this. How to put E-mail body on this comand. rwclient server=servicename rep

  • IE version or any other special setting needed for HTMLDb 1.6

    Hi All, Is there any special IE setting is needed or any IE version restriction for HTMLDB 1.6. Because some of my user is facing "Page not found" error. Please Advice ITS URGENT. Thanks Dikshit