Native Languages converting to Bold L and Dots while viewing in Adobe - adobe

The pdf is filled with Telugu Language and while viewing the pdf in Adobe, it opens the form properly and then change field data to gibberish after 2-3 seconds. If you copy that data and paste in notepad or any text editor, the data is proper. Even if you open the pdf with any other pdf viewer like Chrome, Foxit etc, the data is still proper. Can anybody help me out why this happens only in Adobe and how to fix it?
File is in this path: https://gofile.io/?c=AFKX6T

Related

How can I insert pdf images in Rmarkdown on Windows system?

The most common way to insert a pdf image in an rmarkdown file is to use:
knitr::include_graphics("image.pdf")
or
![](image.pdf)
However, this does not work on a Windows OS. If you run this on a Windows OS, it will show
This picture can't be displayed
for docx outputs and
Couldn't load plugin
for html outputs. Is there a way to work around this?

Opening PDF files in Photoshop not giving the same result as original image

I am trying to open a normal PDF file in Photoshop. This is how my file should look like
And this is how it looks opening it on Photoshop:
Since Photoshop is not my best area i am having hard time to describe what my problem is hence the bad title. Searching in google with no knowledge of what it is was also hard.
Any suggestions?
EDIT
Here is the PDF file as requested: https://files.fm/u/hq8c4kt9
Can you put a link to your pdf file ? It seems like your pdf have ellements outside of his dimensions. You can maybe try playing with the "crop to" options in the "import pdf" dialog. (first screenshot of this page)

Creating Plain format pages using asp.net?

In web application [asp.net] can we display the data in plain format. I mean i want to displya report in a plain text format. Is there any reference to study. Thank you.
in a plain text format.
You can achieve this by :
Write your report to some folder UNDER your web application in plain text format (the extension should be .txt)
Create a link with target path to your text file created. For ex. if your file name is TextFile.txt and it resides inside Report folder, then your link can be something like below.
Click to see report
Test the approach. Just click on the link and you will see that your text file is visible in the browser itself. I have tested this on major browser like Internet Explorer, Firefox, Opera and Google Chrome.
If this works, please mark as answer.

Text in resource file is not displaying correctly in Chinese

I have a website that is written in asp.net where the text is resourced in resource files. I am able to successfully view the correct characters for all (Spanish, German, Arabic, Korean, etc) languages except Chinese. When I change my browser to Chinese (any version) I get weird characters displayed. I have Chinese fonts installed and have tried changing encoding but nothing seems to work. This is happening in both IE9 and FF9.
Ex:
English - Progress
Chinese (in resource file) - 進度
Display in browser - 进程
Any help would be appreciated,
Matt
If you see weird characters in the .resx file when you edit it in Visual Studio, that means the file itself is corrupt. Fix the errors and the text should show up properly in the browser.

Arabic Locale Support in Flex

Today, I learn how to localize my Flex application and to support multiple languages. The tutorials on-line are great. However, non of them mention the Arabic locale.
So basically, I created the Arabic (Jordan) locale files in the SDK folder by using:
copylocale en_US ar_JO
I navigated to the locale folder and I was able to see the ar_JO folder in there... So I assume everything went smooth.
Next, I followed the tutorials (www.babelfx.org) and was able to localize my test application in English, French, and Arabic. Clicking on any of those languages switches the labels of my simple form/into the desired language... however:
When switching to the Arabic language the labels turn into empty square symbols. If you are wondering, yes I can open a notepad and type Arabic text and save it successfully.
When I type Arabic text into the text boxes, I can see the Arabic words that I typed correctly (the labels are still square symbols).
Any ideas what I might be missing here??
I tried changing the font of my application (right on the application tag I set the fontFamily) into Simplified Arabic which comes by default on Windows.
Thanks
Have you embedded a font into your swf which can render Arabic? Are you using that font? If the answer is no to either, then I suggest reading up on the subject.
One thing to remember about Flash and fonts is that it has incredible power which comes from the fact that one is able to embed actual fonts into the swf itself. One also needs to remember that Flash is incredibly finicky and is prone to throwing fits if you fail to do so.
The solution is to change the context-type to UTF-8. Three ways to accomplish this from within Flex Builder:
(Option 1) Right click the file from the File Navigator and select Properties
(Option 2) With the file open, navigate to the File menu and choose Properties
(Option 3) With the file open, press Alt + Enter to bring up the file Properties
Once the properties window is displayed, you will see the option to change the file encoding from Default to Other (UTF-8).
Note: At least for me, once I changed the content-type to UTF-8, I had to close my unsaved file, open it back up, and paste my contents back into the file in order to clear the error message. Then clean the project (Project -> Clean...) and let it rebuild.
I found the solution. Actually, I didn't have to embed any fonts or anything in order to get it working.
My problem was the encoding in the resources.properties file. I opened it in Notepad++, then I noticed the Encoding menu. At that time, I remembered reading something about that the encoding of the resources files should be UTF-8. So I converted the encoding to UTF-8 from the menu, compiled, it didn't work! After couple of retries and cleaning the project, it worked successfully!!!
Just a reminder for everybody (as I have fallen into this while working this problem out):
For mx components, embedded fonts must have the embedAsCFF set to false.

Resources