Hi all,
I have an application that uses iText to render a PDF report using the
PdfWriter object. The people who receive the report need to receive it
in both a hardcopy form (PDF), and an electronic form to be parsed by
their systems. To do this, I get iText to output XML using XmlWriter.
I wo
From: "Matt Benson" <[EMAIL PROTECTED]>
> --- = k3Rn = <[EMAIL PROTECTED]> wrote:
> > That prodict is very expensive and i the question
> > was if you
> > can do that with iText.
> >
>
> I would have thought it obvious that the answer was NO
> since I directed you to a commercial product, and I
Hello,
Wondering, how I can reuse SAXmyHtmlHandler
if instead Document I’d like to have Phrase that later could be added to
a table as cell?
Thanks.
Best Regards.
Michael.
--- = k3Rn = <[EMAIL PROTECTED]> wrote:
> That prodict is very expensive and i the question
> was if you
> can do that with iText.
>
I would have thought it obvious that the answer was NO
since I directed you to a commercial product, and I
can't say that I particularly care for your attitude
towa
Hi all,
I’m trying to add a title to my pdf document. I saw in the archives that you can use
PdfStamper for this purpose, but I know the title before I first open the
document, so I’d like to add it during the document creation process,
rather than using PdfStamper to fix it later. Is
Thanks for your response, but with only the four other .dll's referenced,
when I run, I get the error message:
An unhandled exception of type 'System.DllNotFoundException' occurreed in
jsharplib.dll
Additional information: Unable to load DLL (zlib1).
Since I can't add it as a reference, how do I
Hi,
I have a question on text license.
Is it required as part of license agreement to
distribute iText source code to our customers along
with our application built using iText, even if we
don't make any changes in the iText library source
code or we can ship iText jar file along with iText
origi
Check out Leonard's company at www.pdfsages.com .
They have a product called PdfEnhancer that can do
this & more...
-Matt
--- = k3Rn = <[EMAIL PROTECTED]> wrote:
> Hello!
>
> A PDF File can have the option to be faster viewable
> on the web,
> does iText has a method to change / set this option
Hello!
A PDF File can have the option to be faster viewable on the web,
does iText has a method to change / set this option?
I think it might be similar to the methods for editing the metadata of
a file.
Thx in advance!
Markus
---
This SF.Net
Thx for that info!
It's as easy as i hoped.
Really nice code you can use.
When i find some time, i'll test it!
Greets
Markus
- Original Message -
From: "Paulo Soares" <[EMAIL PROTECTED]>
To: "= k3Rn =" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, April 30, 2004 1:27 PM
Subje
http://www.lowagie.com/iText/tutorial/ch04.html#chaptersection
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Jake Ochs
> Sent: Friday, April 30, 2004 3:13 PM
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] newbie question: how to generate
I don't think that's needed, it's a regular dll.
Best Regards,
Paulo Soares
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Kuliczkowski, Aimee
> Sent: Friday, April 30, 2004 3:02 PM
> To: '[EMAIL PROTECTED]'
> Subject: [iText-questions] zlib1.
How to I generate a Table of Contents and/or an index (that shows up in
the Bookmarks tab of the PDF) using iText?
Thank you in advance for your assistance/forebearance.
-Jake
---
This SF.Net email is sponsored by: Oracle 10g
Get certified on
At 09:49 AM 4/30/2004, Steven McNeel wrote:
The main danger, from what I've seen, is when I replace existing text with
*less* text.
Either way - either more or less will invalidate the PDF.
At a certain point, it corrupts the document - apparently there are
checksums embedded in PDFs.
I am having trouble making a reference to the zlib1.dll in the
iTextdotNET-dll-1.02.zip download. All of the other .dll's work fine, but
when I try to add a reference to it in my Visual Studio application, it says
that zlib1.dll is not a valid .dll. I even tried the zlib.dll from version
Certainly, PDF is structured, and I admit that modifying it as if it is text
is dangerous and kludgy, but my simple search-and-replace IS working, and is
super fast.
The main danger, from what I've seen, is when I replace existing text with
*less* text. At a certain point, it corrupts the docu
At 09:18 AM 4/30/2004, Steven McNeel wrote:
Thanks. No, I am not using iText to create my PDF. I'm using FOP, and
I'm intentionally creating it without filters so I can later parse it.
What kind of parsing? You aren't trying to modify the file as if
it were text, are you? Because even
Thanks. No, I am not using iText to create my PDF. I'm using FOP, and I'm
intentionally creating it without filters so I can later parse it. But
after parsing, I'd like to apply a Flate filter, and I need to do this on
UNIX. PDF Enhancer is only available for Windows and Mac. Any other
sug
I face the following problem when I generate PDF file from
PDFGraphics2D with Symbol font embedded
I render unicode characters from Symbol font that can be displayed on a
JFrame but I get nothing in the generated PDF file. (code below). I'm
using the last iText version on a windows platform
Hello all,
I need to create a around 1000 odd pdf files each pdf file
has table of contents with around 24 columns and 500 odd rows
When I run the program that is from the example files that creates
similar table it takes 10 odd seconds to write one pdf file which is
way too much of tim
That's dead easy.
PdfReader reader = new PdfReader(...);
for (int k = 1; k <= reader.getNumberOfPages(); ++k) {
reader.getPageN(k).put(PdfName.ROTATE, new PdfNumber(90));
}
PdfStamper stp = new PdfStamper(reader, ...);
stp.close();
Best Regards,
Paulo Soares
> -Original Message-
> Fr
> -Original Message-
> From: fuggly [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 29, 2004 10:08 PM
> To: Paulo Soares; [EMAIL PROTECTED]
> Subject: Re[2]: [iText-questions] Clipping, Images and
> rounded rectangle
>
> > Show me your code.
>
> The code basically does this:
>
>
PdfReader.getCatalog().remove(PdfName.METADATA)
Best Regards,
Paulo Soares
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Jason Us
> Sent: Thursday, April 29, 2004 5:20 PM
> To: Leonard Rosenthol; [EMAIL PROTECTED]
> Subject: RE: [iText-questi
23 matches
Mail list logo