Sorry, the problem was to export pdf file in a web environment. BAD response.getWritter();
Good response.getOutputStream(); thanks! 2013/6/28 Björn Häuser <bjoernhaeu...@gmail.com> > 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 <prietibi...@gmail.com> 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: fop-users-unsubscr...@xmlgraphics.apache.org > For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org > >