[iText-questions] XML root element is missing

2004-04-27 Thread Filipe Luis (FH-Aargau)
Hi out there, I've writen an DTD Document... a quite simple one! Then I wrote an XML File refering to this DTD Document. The root element is 'NEWSPAPER'. After all that, I wrote a tagmap. When I try to create a PDF File with a simple Java Program I run into troubles... I get a SAXParseExceptio

[iText-questions] Re: Umlaute in iText PDF Document

2004-04-27 Thread Matthias Ludwig
> Hi. > > I found a solution, but not a rather good one: > > cb.showText((char) 196); > > will indeed write an "Ã", but that can't really be the only solution, > can it? I would have to parse my whole text and replace the characters, > which would rather ... suck?! > > There has to be some ot

[iText-questions] Create outline while merging documents with Pdf-Copy

2004-04-27 Thread Matthias Ludwig
Hi first of all thanks to the develeloppers of iText. It's a very comfortable framework. I'm struggling with the following problem: I'd like to add an Outline tree to a document, while concatanating it with PdfCopy. I possibly found a bug. As my knowledge of iText internal is very poor, I'm

Re: [iText-questions] Rotate Pages from existing PDF files

2004-04-27 Thread Bruno
Quoting = k3Rn = <[EMAIL PROTECTED]>: > I'd want to simply rotate all pages of an existing pdf 90 degrees > to the right - from portait to landscape orientation. This can be done with iText. > In my case i would need that to rotate pdf pages that are in > portrait orientation, but the text is v

[iText-questions] Flattening of text

2004-04-27 Thread Rajagopal achari
Hi, I am Raj. I have been using iText for my project to manipulate PDFs and iText solves many of my requirements. Thanks. I have got one issue at hand for which I might need some help. In iText it is mentioned that we can flatten form fields using PdfStamper. Is there any way to fl

[iText-questions] Rotate Pages from existing PDF files

2004-04-27 Thread = k3Rn =
Hello!   I just got linked to iText homepage. It's really a great project. When i find some time i plan to play around with the library. I had a look at the tutorials, it's really nice code you can use!   After having a look at that, i was wondering if you can also handel existing pdf files.

[iText-questions] Re: PdfAcroForm - coordinates for pages > 1?

2004-04-27 Thread Alex Molochnikov
Leonard Rosenthol pdfsages.com> writes: > > Correct. Do each set of fields as you do the page. > > Leonard Thank you very much; it worked. I appreciate your guidance. Alex. --- This SF.net email is sponsored by: The Robotic Mon

Re: [iText-questions] Umlaute in iText PDF Document

2004-04-27 Thread Ulf von Ceumern
Hi. I found a solution, but not a rather good one: cb.showText((char) 196); will indeed write an "Ä", but that can't really be the only solution, can it? I would have to parse my whole text and replace the characters, which would rather ... suck?! There has to be some other way. regards, ulf

[iText-questions] Umlaute in iText PDF Document

2004-04-27 Thread Ulf von Ceumern
Hi. I dont know whether my previous mail got through, so heres it again: How do i make Umlaute and other special Character show up in a PDF Document? Here is my Code: BaseFont bf = BaseFont.createFont(FontFactory.TIMES_ROMAN, BaseFont.CP1250, BaseFont.NOT_EMBEDDED); PdfContenByte cb = docWrite

[iText-questions] Umlaute in iText document

2004-04-27 Thread ulf v . ceumern
Hi. when i add a Text containing umlauts, such as ÃÃÃ to a contentbyte, they do not appear on the resulting PDF, what am i missing? Code: PdfContentByte cb = docWriter.getDirectContent(); bf = BaseFont.createFont(FontFactory.TIMES_ROMAN, BaseFont.CP1252, BaseFont.NOT_EMBEDDED); cb.setFontAndSize

[iText-questions] Problem to add a table to a section

2004-04-27 Thread Marco . Bissacco
I tryed to add a table to a section, it don't give any errors, but in the pdf document the identation of all the chapter and section is wrong, and some row is out of the page. Anyone had the same problem ? Anyone can resolve this problem ? Thankyou.

[iText-questions] [virtual files]

2004-04-27 Thread Volker Jahns
Hi Together.   Is it possible to create a virtual PDF-File and store them into a SQL-database?   Thanks in advance Volker BEGIN:VCARD VERSION:2.1 N:Jahns;Volker FN:Jahns, Volker ORG:Rentokil Initial GmbH;IT Department Germany TITLE:IT-Entwicklung [web & application], Network [wan], Systems [lin

[iText-questions] Working with SQL instead PDF-Files

2004-04-27 Thread Volker Jahns
Hi Together.   Is it possible to create virtual PDF-Files and store them into a SQL-database instead the locale FS?   Thanks in advance Volker BEGIN:VCARD VERSION:2.1 N:Jahns;Volker FN:Jahns, Volker ORG:Rentokil Initial GmbH;IT Department Germany TITLE:IT-Entwicklung [web & application], Netwo

Re: [iText-questions] Re: PdfAcroForm - coordinates for pages > 1?

2004-04-27 Thread Leonard Rosenthol
At 10:29 PM 4/26/2004, Alex Molochnikov wrote: Should I perhaps do addMap() in the loop that creates pages, and sensitize the page fields before the next page is created? Correct. Do each set of fields as you do the page. Leonard

[iText-questions] RV: Tables from HTML to PDF

2004-04-27 Thread Caballero Caballero, Jose
  I am converting a HTML file to a PDF file.  I have a table in the HTML file. I can use width or colspan because when you convert it, it don’t show anything correct. I have tried with width=30 and width=30%. I tried with colspan=2,3,4… but the problems is that the first colums is double s

[iText-questions] IText question

2004-04-27 Thread T . Eetgerink
Hello I have a question . Is the development stopped with the HTML to PDF with support of CSS stopped. I want to render in memory html document to PDF and this document is built with css Do you have a example or a link of a developer who succesfully made this With kind regards [EMAIL PR

[iText-questions] Can I stamp the original file, not the copy of it?

2004-04-27 Thread Terhi Vuorinen
Hi, Is it possible to add watermarks, page numbers etc without making a copy of the original pdf file (the example in tutorials makes a copy)? Can I add those things directly to the original pdf file? I'm just a little worried about the copying process (could it somehow damage the file). Regar

Re: [iText-questions] copyright notice for iText

2004-04-27 Thread Bruno
Quoting "Fair, Greg" <[EMAIL PROTECTED]>: > Thank you so much for the neat code you are enabling us to use in iText. I > would like to properly give credit in our application to both Bruno Lowagie > and > Paulo Soares for creating the software. Would the following copyright notice > be > suffici