Hi José, Whats the difference between your non production and your production environment? Java-Version, Default-Encodings, OS. And you should definitely attach some code.
Björn On 28.06.2013, at 13:42, José Manuel Prieto <[email protected]> wrote: > Hi everyone, > > in my test, the PDF file show correctly, and file starts (with notepad++): > %PDF-1.4 > %ª«¬ > 4 0 obj > << > > but in production the PDF file is a blank paper, and file starts (with > notepad++): > %PDF-1.4 > %���� > 4 0 obj > << > > I think is an enconding problem (by difference in second line) or something > similar.But i don´t know. > Why this difference? > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
