iText « Development « Spring Q&A





1. Loading image in Spring application    stackoverflow.com

I have this kind of solution in my Spring application: http://www.java2s.com/Code/Java/PDF-RTF/AddingPNGimagetoPdfdocument.htm Anyhow my problem is that my picture is in different folder like WEB-INF/layout/picture.gif. I don't get it to work. Is there ...

2. Spring PDF how to change first page's configuration    stackoverflow.com

I want to use a PDF page as the view. So I extend AbstractPdfView, and override the function buildPdfDocument. However, I encounter a problem. I want change my PDF view to ...

3. Spring PDF generation + i18n    stackoverflow.com

I have a spring application that overloads an AbstractView in order to generate a PDF file. That file should be internationalized too, so I am adding appropriate strings from resources. There ...

4. iText    forum.springsource.org

May 9th, 2005, 08:35 AM #1 cesar View Profile View Forum Posts Private Message Member Join Date Aug 2004 Posts 42 iText hello all, i have a view that works well ...

5. How To Readin PDF 's content with itext or other? Please.    forum.springsource.org

How To Readin PDF 's content with itext or other? Please. How To Readin PDF 's content with itext or other? Please. I want to readin PDF 's content with itext. ...

6. Naming PDF files via iText    forum.springsource.org

I've a need to assign the PDF filename based on values in the model and to control where it is written on the server. Looks like I can overwrite the newWriter ...

7. iText margins issue (yes, with/because Spring)    forum.springsource.org

iText margins issue (yes, with/because Spring) Hi, In the iText tutorial examples, the first page margins are set with the constructor "new Document(PageSize.A5, 36, 72, 108, 180)," and then "setMargins()" is ...

8. iText font loading problem    forum.springsource.org

iText font loading problem Hi, Hope someone here can help me get through the following. I'm creating a PDF with Spring/iText and would like to use a different font (Candara in ...

9. iText with Spring    forum.springsource.org

iText with Spring Dear all, To put it in one line, I want to simply stream a pdf file to web browser, under AbstractPdfView subclass. I don't know whether I should ...





10. Tiles 2 + itext PDF generation    forum.springsource.org

Tiles 2 + itext PDF generation Hi people, I want to be able to output PDF to the browser in my web app, so I read that iText is a good ...