The problem PDF users find that some characters get changed when you open PC-created PDFs on the Mac, even though this isn’t supposed to happen, according to Adobe. In fact, if all goes according to plan, it doesn’t happen; PDF does an extraordinary job of preserving PC encoding on the Mac. Networks: Data Encoding 6. All advanced modems use a combination of modulation techniques to transmit multiple bits per baud. Multiple amplitude and multiple phase shifts are combined to transmit several bits per symbol. QPSK (Quadrature Phase Shift Keying) uses multiple phase shifts per symbol.
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upHave a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
commented Mar 12, 2015
Original issue reported on code.google.com by
Attachments: |
commented Mar 12, 2015
Original comment by
|
commented Mar 12, 2015
Original comment by |
commented Mar 12, 2015
Original comment by |
commented Mar 12, 2015
Original comment by |
commented Mar 12, 2015
Original comment by |
commented Mar 12, 2015
Original comment by |
I have Arabic PDF Files and it seems that there are something wrong in its encoding .
When I try to search in the PDF for word inside it , it didn't find results
when I try to export the pdf contents to Excel using other programs it export data in a strange encoding
When I copy the data in the PDF to notepad , Notepad display strange encoding.
I am developing solution which will use these PDFs (about 950 file) so I must found a way to fix encoding.
Thanks in Advance
closed as too localized by Tim Post♦Nov 22 '11 at 2:29
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. If this question can be reworded to fit the rules in the help center, please edit the question.
1 Answer
Disclaimer: I've never edited an Arabic file.
How did you export the .pdf contents to Excel?
You cannot directly open a .pdf file neither with Word/Excel/Wordpad nor Notepad,that strange encoding you're seeing most probably is the specific encoding of a selected font resource.
You can use this thistool to detect the encoding
but I really advise you to read the bare minimum aboutUnicode and Character Sets
From then on, considering the amount of files involved, a good solution seems to be PyODConverter
For a smaller amount of files,Free PDF to Word Converter will take care of your needs:
Joao Figueiredo