Re: [iText-questions] remove/edit annotation

2007-05-16 Thread Sascha Fuchs
here".getBytes()); } } Best regards, Sascha Fuchs -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Patrick Hartmann Gesendet: Mittwoch, 16. Mai 2007 09:05 An: itext-questions@lists.sourceforge.net

Re: [iText-questions] Heap out of memory / PdfSmartCopy()

2007-05-11 Thread Sascha Fuchs
reference) Regards, Sascha Fuchs -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von InJesus Gesendet: Freitag, 11. Mai 2007 11:53 An: itext-questions@lists.sourceforge.net Betreff: [iText-questions] Heap out of memory / PdfSmartCopy() Hi,

[iText-questions] itext with gcj (Eclipse GCJBiuilder plugin)

2007-05-09 Thread Sascha Fuchs
/itext-1.4.7.jar.o] Error 1 It seems, hat the gcj has a problem with synchronized blocks and doesn't know javax.xml package. Can you help me? Thanks in advance, Sascha Fuchs Sascha Fuchs Dipl.Ing.Inf.FH joinApps AG Pilgerweg 7 8800 Thalwil w www.joinapps.com http://www.

[iText-questions] Change encoding of font

2007-04-16 Thread Sascha Fuchs
ing and encoding (I don't' know how - I guess with instance of BaseFont) -> replace the FontFile2 (now I know how to)... Can somebody help me? Thanks in advance and best regards, Sascha Fuchs - This SF.net emai

[iText-questions] Removing "multiple embedding" of same font

2007-04-04 Thread Sascha Fuchs
Hello We have the problem, that existing pdf documents need a lot of disk space (250kb/page), even there is only text content on the files (the files were created by given external application). It seems that for each document page the font are embedded. Text editor view: ... 19 0 obj<

Re: [iText-questions] How to open a PDF in append mode

2007-03-27 Thread Sascha Fuchs
f you mean that you only want to "append" existing pdfs to others then use PdfCopy instead. By the way: The book "iText in action, Creating and Manipulating PDF", by Bruno Lowagie, describes the most basic stuff very well. ISBN: 1-932394-79-6 (delivery time!) Hope I could h

Re: [iText-questions] Add AcroFields with PdfStamper and findtheyagain with PdfReader - Thank you, it works

2007-03-19 Thread Sascha Fuchs
lf Of Sascha Fuchs Sent: Monday, March 19, 2007 9:34 AM To: Post all your questions about iText here Subject: [iText-questions] Add AcroFields with PdfStamper and find theyagain with PdfReader Hello I try to add hidden AcroFields to existin

[iText-questions] Add AcroFields with PdfStamper and find they again with PdfReader

2007-03-19 Thread Sascha Fuchs
Hello I try to add hidden AcroFields to existing pdf documents. // Create Acrofields with number of stamps PdfFormField stampfield = PdfFormField.createTextField(stamp.getWriter(), true, // multiline false, // password 0); // Maxlength of field - 0 = unlimited s

Re: [iText-questions] Recover and remove object created with stamp.getOverContent(..)

2007-03-16 Thread Sascha Fuchs
r stamps can be store in pdf info section. I've evaluated, that users can not see information if acrobat reader doesn't know the key. Do you know/recommend another way of solution? Thanks in advance Sascha - Sascha Fuchs wrote: > Hello > > I need to be able to recover

[iText-questions] Remove a text which has been added PdfContentByte over =stamp.getOverContent(actualPage) -> over.beginText() .... over.endText()

2007-02-27 Thread Sascha Fuchs
Hello I have the ungrateful job to develop an application which is able to remove self-made "annotations". My idea was to store the annotation data/content additional in the document info area (with stamp.setMoreInfo(...)) and then to compare Pdf-Objects with this additional data. Originally I use