How to translate .PDF
files using google APIs? (translate from language the pdf's are to for example russian (new pdf file orplain text or html).) (code example needed)
views:
233answers:
1
+1
A:
You could link the PDFs to
http://translate.google.com/translate?hl=fr&sl=auto&tl=en&u=http://www.example.com/PDF.pdf
The query paramaters:
hl: original language
tl: language to translate to
u: URL for PDF
If you would like to use the AJAX API I guess you first need to extract the text content from the PDF with some PHP and then translate it with Googles AJAX API for translation.
alexteg
2010-05-10 23:01:32
Is it possible to make google autodetect in what language is original PDF document? (so to be able to translate from any language to one you need)
Blender
2010-05-10 23:45:35
alexteg
2010-05-11 00:01:44