Hello, I have very little time currently, and you've mailed me a long list of questions. I'm forwarding this list to the mailing list so that other people can answer if they have more time for the moment.
Michael Niedermair wrote: > Hi Bruno, > > I have some questions: > > 1) How can I activate a otf (Open Type Font) feature like 'onum' for old > style figures? > > 2) How can I find out which method is used to encrypt a pdf? > none / user pw / key / ... > > 3) Is it possible to set a timestamp to avoid that the pdf is readable > after this timestamp? > > > Also: the margin finder only looks at text; > > Support for graphical objects isn't provided yet. > > 4) Do you think that it is possible the next weeks, to get this feature? > > 5) With my pupils I have made a lite pdf project with itext. They create > a pdf calender for a year (1 title page and one page for each month). > They use text, images and tables. > > Now we want to place the table on the bottom of each page (without using > header or footer). Is there a simple method, to move the table or other > objects to the bottom of the page (like \vfill in LaTeX). > > XXXXXXXXXXXXXXXXXXXXXXXXXXXx > Text > > Image > > \vfill > > Tabel (with 5 or 6 rows) > xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx > > Also for horizontal lines like \hfill in LaTeX. > > X Text \hfill AAA X > > In Listing 4.21: PdfCalendar.java I see a solution that calculates the > table and so on. > My whish: > > document.add("Text ...") > document.vfill(); > document.add(table); > document.newPage(); > > > 6) In Listing 6.9: NUp.java you position the page with > page = writer.getImportedPage(reader, i); G > cb.addTemplate(page, factor, 0, 0, factor, offsetX, offsetY); > > Is it possible to place a page in a table cell, so I can use borders, ... > table.addCell(page); > > 7) Is it possible to display font infos a la pdffonts, first of all the > name and embedded? ------------------------------------------------------------------------------ _______________________________________________ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.itextpdf.com/book/ Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/