Thank you for the idea Leonard, I will check if CutePDF Professional also has
an option like that. (I don't have Acrobat Professional)
Is there a more generic way to handle this through iText? Or some other
method through java? For instance, does the fact that Acrobat can pull the
page out and
>> I understand. I'll give you two pointers that are secreted
>> away on the net (Google is good, but doesn't always find what
>> you're looking for). I hope they can help you:
>>
>> There's an article about the Belgian eID here:
>> http://itext.ugent.be/articles/eid-pdf/index.php#template
>> The
Thanks a lot
yes i will do it with tables. I have no experience with iText, and have not
known, that i can do this with tables. do you have a docu about iText?
Thank you
Frank
1T3XT info wrote:
>
> F_P_aus_K wrote:
>> hallo i have a problem to position the text.
>>
>> i would like have a P
message does not mean the loss of its confidentiality. If this message
> is received by mistake, please send it back to the sender and delete it from
> your system immediately. It is forbidden to any person who is
1) Create the new PDF from Publisher.
2) Open the original PDF up in Adobe Acrobat Professional
3) Document->Replace Pages
This will replace the page content underneath leaving all the forms
in place (along with all the scripts, etc.)
Leonard
On Mar 27, 2008, at 2:16 PM, pickm wrote:
>
> My s
muleal wrote:
> I created one PDF file using Itextsharp, last production version.
> The file can be opened using Adobe Reader 8.0
OK, this doesn't necessarily mean the PDF file is valid,
but it's already a good sign.
> But it CANNOT be opened using Adobe Reader 7.0.
> I got the error: "The file i
I created one PDF file using Itextsharp, last production version.
The file can be opened using Adobe Reader 8.0
But it CANNOT be opened using Adobe Reader 7.0.
I got the error: "The file is damaged and could not be repared."
Have anyone already faced this issue?
Any ideas of what could be wrong?
My situation: I have a pdf template with form fields. I created a template
file in Microsoft Publisher and printed it to PDF using CutePDF. I took the
resulting PDF and overlayed form fields on it. I have no issues populating
this from iText, everything works and looks great. I have the iText
Hello all,
I have just released iText 2.1.0. As announced, the iText jar
has been split into different jars:
* iText.jar is the core iText with the functionality
as described in iText in Action (without RTF, without
the Toolbox).
* iText-rtf.jar consists of the RTF packages. In 2.1.0,
th
Start and end spaces are trimmed. If you want a space to show use a
\u00a0.
Paulo
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Dale Monti
> Sent: Thursday, March 27, 2008 4:02 PM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-q
Cool beans. Thanks for the code, Bill. I will dig in and take a look. Hope you
enjoyed Disney.
Also, thanks for the heads up on the toolbox to the other Bill ;)
JP-
Check out the new SourceForge.net Marketplace.
It's the be
Hi,
I just upgraded to version 2.0.8 from a very old version and have found
some code that behaves differently.
new Paragraph(9.0f, " test\ntest\n test", font);
In the version 2.0.8 the space after the new line character is not
recognized. In the old version it is.
Is there an alignment setting
F_P_aus_K wrote:
> hallo i have a problem to position the text.
>
> i would like have a Parameterlist with a picture biside the Parameter List,
> like this:
>
> Parameter1: ... Picture(2*1,5 inch)
> Parameter2: ...
> ...
>
> but i dont know, how to do
>
> i have try this
> p1 = New Phrase
hallo i have a problem to position the text.
i would like have a Parameterlist with a picture biside the Parameter List,
like this:
Parameter1: ... Picture(2*1,5 inch)
Parameter2: ...
...
but i dont know, how to do
i have try this
p1 = New Phrase()
ck = New Chunk(" ") : ck.set
Javier Del Amo wrote:
> Thank you Leonard. I don´t know very well make templates in xml or word
> to get my goal. Perhaps it is easier to build pdf following signs book
> itext in action. But thank you very mucho for the advice.
Note that there are also examples involving XML in the book,
but it
Thank you Leonard. I don´t know very well make templates in xml or word to
get my goal. Perhaps it is easier to build pdf following signs book itex in
action. But thank you very mucho for the advice.
Thank you.
2008/3/27, Leonard Rosenthol <[EMAIL PROTECTED]>:
>
> I would recommend that you cons
Sorry - no can do.PDF doesn't offer that level of content change
from actions/scripting.
Now a better question. WHY would you want to do this? Gamma isn't
something that would be appropriate to change directly in a color
managed environment like PDF anyway - so I don't really understa
I would recommend that you consider using a flexible template format
(such as XML, Word/RTF, etc.) and do your data merging in that
format. Then convert that format using iText or related products
(like Windward or Jasper Reports) into accessible PDF.
Leonard
On Mar 27, 2008, at 4:04 AM,
Hi
I'm trying to generate a pdf wich contains a lot of images. Now, I want to make
it possible to change the gamma of the image in the pdf. So I want to put the
original image in the pdf, but I want the user to be able to change the gamma
of the image in the pdf with an action.
Anybody any clu
賈巍 wrote:
> when we want to print two page of the paper,in case of the page one is
> not just full filed the page, it will print a blank line in the end of
> the page one. how to delete that blank line?
Please rewrite your code so that you don't use class Table.
Use class PdfPTable instead and
ralphcook wrote:
> The examples in the book for this use the iText XML parser, and all the talk
> about the XML stuff loses me.
I understand. I'll give you two pointers that are secreted
away on the net (Google is good, but doesn't always find what
you're looking for). I hope they can help you:
T
[EMAIL PROTECTED] wrote:
> I know that the Out of Memory is
> occurring due to the PdfPTable getting too large, so I tried calling the
> method I created below after about 100 records are added to the
> PdfPTable and then clearing the PdfPTable for new rows and that took
> care of the Out of Me
Narayan Mahadevan wrote:
> I am evaluating the ITEXT for the Software Product that we are
> developing. I like what I read in ITEXT IN ACTION Book. I am triying to
> run ITEXT Toolbox. This is looking for out.xml and throwing Exceptions
> since it cannot find this XML (java.io.FileNotFoundExcept
I currently have code (posted elsewhere) that does the following:
1. creates a PdfReader and a ByteArrayOutputStream to feed to a PdfStamper;
I get the AcroForm fields, setFieldCache(), and fill them in with
form.setField(name,value).
2. outside of that, I create a PdfSmartCopy as my output docu
Dear iText's team member:
Now my project is useing itext to print pdf ,but there are some problem
that we can not be resolved. would you please help us?
Problem:
when we want to print two page of the paper,in case of the page one is not
just full filed the page, it will print a blank line
Ok, thank you Leonard. One final point: is there any way to get used a
template that complies with the accessibility standards in order to insert
data and images on it and continue to comply these regulations?
Thanks!
2008/3/26, Leonard Rosenthol <[EMAIL PROTECTED]>:
>
>
> On Mar 26, 2008, at 8:
26 matches
Mail list logo