Re: [iText-questions] Lost encryption settings for existing pdf if I include a "OverText" to all pages

2008-05-19 Thread Bruno Lowagie
Thorsten Hodes wrote: > Hello! > > I have an encrypted PDF File that was generated with OpenOffice and there > included encryption-sets. > Then I would like to modify this "exists" and "encrypted" pdf with iText. > > I wrote a small java program that stamped an "OverText" to all included > pages

Re: [iText-questions] drawString with Chinese Characters

2008-05-19 Thread Bruno Lowagie
Raymond Leong wrote: > Hi all, > Thanks for the quick response. I have tried the method suggested by > Paulo and it works but I need to download the arialuni.ttf file from the > Internet. I wonder if this font file is included in Windows/Linux > installation. If not, do I have the right to

[iText-questions] Creating a fluid layout with itext

2008-05-19 Thread skillipedia
Hi all, I am looking to create a fluid layout for a PDF resume builder. I am using tables at the moment but i need to let job seekers design the layout of their resume. Can this be done with iText? Thanks -- View this message in context: http://www.nabble.com/Creating-a-fluid-layout-with-it

Re: [iText-questions] drawString with Chinese Characters

2008-05-19 Thread Raymond Leong
Hi all,   Thanks for the quick response.  I have tried the method suggested by Paulo and it works but I need to download the arialuni.ttf file from the Internet.  I wonder if this font file is included in Windows/Linux installation.  If not, do I have the right to distribute this font file with

[iText-questions] Lost encryption settings for existing pdf if I include a "OverText" to all pages

2008-05-19 Thread Thorsten Hodes
Hello! I have an encrypted PDF File that was generated with OpenOffice and there included encryption-sets. Then I would like to modify this "exists" and "encrypted" pdf with iText. I wrote a small java program that stamped an "OverText" to all included pages. But if I do so, I lost the encryptio

Re: [iText-questions] Changes from iText 2.1.1 to 2.1.2 and 2.1.2u

2008-05-19 Thread Bruno Lowagie
Bruno Lowagie wrote: > Alick Buckley wrote: >> It seems that when using iText 2.1.2 and 2.1.2u that preference >> PdfWriter.PageModeUseAttachments cause the PDF to open in full screen mode. > > If that's the case, it's an (avoidable) bug that was introduced by me, > sorry. I'm out all day today,

Re: [iText-questions] Header changing

2008-05-19 Thread 1T3XT info
barik wrote: > I want to set different headers for PdfTable in each new pages.The conditions > are not fixed Add (a) member variable(s) with getter(s)/setter(s) to your page event. Change the(se) member variable(s) with the setter(s) if the conditions change. Use the getter(s) in the onEndPa

Re: [iText-questions] Adding Fonts when a Stamping PDF

2008-05-19 Thread 1T3XT info
Ulrich Eck wrote: > is there an easy way to directly embed a complete font into the pdf > while stamping it (or in > a later processing step ?) Not sure if this answers the question, but here are some examples: http://www.1t3xt.info/examples/browse/?page=example&id=282 (The part where it says:

Re: [iText-questions] Changing Page Numbers on the PDF Pages Tab

2008-05-19 Thread 1T3XT info
Xavier Le Vourch wrote: > Yes, it's possible to do it with iText, see the Page Labels example in > the tutorial: > > http://itextdocs.lowagie.com/tutorial/objects/bookmarks/index.php And this is the example from the book: http://www.1t3xt.info/examples/browse/?page=example&id=205 -- This answer

Re: [iText-questions] drawString with Chinese Characters

2008-05-19 Thread 1T3XT info
Paulo Soares wrote: > See http://downloads.sourceforge.net/jfreechart/jfreechart2pdf-v2.pdf. > This assumes that your java.awt.Font is arial unicode but you can extend > DefaultFontMapper or use an alias to do other mappings. You'll need a > physical font. A subclass of DefaultFontMapper is the As

[iText-questions] Adding Fonts when a Stamping PDF

2008-05-19 Thread Ulrich Eck
Hi Folks, i'm struggling with the following problem: we use itext for filling out AcroForm-Fields in Designed Templates targeting to Offset/Digital-Print. Therefore our preferred Output-Format is PDF-X/200x. PDF-X requires all Fonts to be embedded. we instructed our Designer to Save his PDF-

Re: [iText-questions] drawString with Chinese Characters

2008-05-19 Thread Paulo Soares
See http://downloads.sourceforge.net/jfreechart/jfreechart2pdf-v2.pdf. This assumes that your java.awt.Font is arial unicode but you can extend DefaultFontMapper or use an alias to do other mappings. You'll need a physical font. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [ma

Re: [iText-questions] Changing Page Numbers on the PDF Pages Tab

2008-05-19 Thread Xavier Le Vourch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 dayvidpow wrote: | I would like to know if it is possible to use iText to change the "Page | Numbers" which are displayed below each "Page Thumbnail Image" on the PDF | Pages Tab (when the PDF is viewed using Acrobat Reader) ? If so how can it | be don

Re: [iText-questions] Changing Page Numbers on the PDF Pages Tab

2008-05-19 Thread Paulo Soares
That's done with PdfPageLabels. There's an example in chapter 13.2.1 of the book. The example will also work with PdfStamper. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of dayvidpow > Sent: Monday, May 19, 2008 3:30 PM > To: itext-quest

Re: [iText-questions] Changing Page Numbers on the PDF Pages Tab

2008-05-19 Thread wasegraves
-- Original message -- From: dayvidpow <[EMAIL PROTECTED]> > > > I would like to know if it is possible to use iText to change the "Page > Numbers" which are displayed below each "Page Thumbnail Image" on the PDF > Pages Tab (when the PDF is viewed using Acrobat Rea

[iText-questions] Leading for the First Line of the Paragraph

2008-05-19 Thread Vrishali
I am using paragraphs in a ColumnText. I have set the leading on a paragraph as paragraph.setLeading(0.0f,1.2f). I have also set columnText.setUseAscender(true) so that the first line height is adjusted based on max ascender. Setting the setUseAscender to true is correctly making the biggest font

[iText-questions] Changing Page Numbers on the PDF Pages Tab

2008-05-19 Thread dayvidpow
I would like to know if it is possible to use iText to change the "Page Numbers" which are displayed below each "Page Thumbnail Image" on the PDF Pages Tab (when the PDF is viewed using Acrobat Reader) ? If so how can it be done ? Please see the attached image from a PDF showing exactly what i am

[iText-questions] drawString with Chinese Characters

2008-05-19 Thread Raymond Leong
Hi all, I am trying to display a Chinese string (UTF-8) with Graphics2D.drawString() but nothing is displayed. Note: English string is displayed properly. I searched the web and looked at the examples in iText website, including the ArabicText example, Unicode example, and a related posting in t

Re: [iText-questions] itext - rtf only works with word

2008-05-19 Thread Howard Shank
Hello Michael, 1. iText RTF functionality is written to support Word 2003. Some functionality may or may not work properly in other readers. That said, if you want to post your code and files so I can review them I'd be happy to take a look and see what the issue is. As for quality, if you read

[iText-questions] itext - rtf only works with word

2008-05-19 Thread mrhiggins
I have to export a pressarticle to rtf with itext. We also have a preview in java. In the rtf i have some phrases, a picture and sometimes a list. Problem 1: Wordpad or the preview doesnt show the picture. If i open it in word and save there, it works fine also in wordpad and in the preview, bu

[iText-questions] (no subject)

2008-05-19 Thread Sr. Miguel
Hello, I was wondering if someone is using or will use iText and Livecycle PDF forms in a distributed context, mainly, with the concept of a central office and branch offices, where templates are distributed along the branch offices (due bandwidth limitations). Any ideas on this? Thank you __

Re: [iText-questions] PdfTable header issue

2008-05-19 Thread Alexis Pigeon
Hi barik, On 19/05/2008, barik <[EMAIL PROTECTED]> wrote: > > Hello All, > > I am trying to add pdftable to header .the header is generated on > pageEvent.However the main content of the document is overlapping with the > header part... Have tou tried to change the top margin of your document

[iText-questions] Header changing

2008-05-19 Thread barik
I want to set different headers for PdfTable in each new pages.The conditions are not fixed -- View this message in context: http://www.nabble.com/Header-changing-tp17312097p17312097.html Sent from the iText - General mailing list archive at Nabble.com.

[iText-questions] PdfTable header issue

2008-05-19 Thread barik
Hello All, I am trying to add pdftable to header .the header is generated on pageEvent.However the main content of the document is overlapping with the header part... any suggestion... Thanks in advance -- View this message in context: http://www.nabble.com/PdfTable-header-issue-tp1731206