1. Loading image in Spring application stackoverflow.comI 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.comI 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.comI 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.orgMay 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.orgHow 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.orgI'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.orgiText 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.orgiText 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.orgiText 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.orgTiles 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 ... |