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
> 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
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
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
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
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.
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
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
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
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
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.
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
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
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
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
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
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
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
18 matches
Mail list logo