my suggestion is: 1 - use latest sphinx stable; 2 - look at what is your codepage (fr_FR.utf8?) or fr_FR.iso8859-1 or 2) windows standard use windows-1250 or windows-1252. see all codepage chars that you use for your .rst files. 3 - see details about [1] "Keep in mind that the file uses Python syntax for strings, numbers, lists and so on. The file is saved in UTF-8 by default, as indicated by the encoding declaration in the first line. If you use non-ASCII characters in any string value, you need to use Python Unicode strings (like project = u'Exposé')."
[1] http://sphinx-doc.org/tutorial.html#setting-up-the-documentation-sources 2015-09-22 5:23 GMT-03:00 Yahya M <[email protected]>: > My sphinx is under a docker container with Centos, the rst is writen in > French the adobe and acrobat are under my Win7 x64 Service pack 1, and > Local is fr_FR. > I can't link the file as it's a company documentation, I don't know if I > can just replace the content with some "lorem ipsum". > > I have tried yesterday a tool on the "damaged" pdf, pdftk (pdf toolkit) > and now it works even on adobe, I even get smaller file (from 1.8Mo to > 850Ko) > > > > Le lundi 21 septembre 2015 23:24:13 UTC+2, Yahya M a écrit : >> >> Hi, >> >> I have a problem when I try to build a pdf, using pdf builder (rst2pdf). >> the generation is successful but still can't be read by Adobe Reader or >> Acrobat, I can open it with Foxit Reader with no problem. >> When I try to open with Adobe I get an Error 14 (Une erreur est survenue >> à la lecture de ce document (14)) with a zoom of 4000% and blank pages. >> >> I use Sphinx v1.1.3 with rst2pdf 0.93.dev-r0. >> >> If someone have an Idea how can I solve this, it would be more than >> welcome. >> don't hesitate to ask if I missed a clarification. >> >> Thank you in advance. >> > -- > You received this message because you are subscribed to the Google Groups > "sphinx-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sphinx-users. > For more options, visit https://groups.google.com/d/optout. > -- gilberto dos santos alves +55(11)9-8646-5049 sao paulo - sp - brasil -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
