Hello,
you have posted a mail to itext-questions@lists.sourceforge.net but you
weren't subscribed.
You are receiving this answer because I've added your mail address in Bcc:
I will do this only once! Further answers will be sent to the
mailing-list only (you won't receive them if you don't subs
I have made a PDF form using Adobe 9 Pro. I can edit the form using Pro or
the Adobe Reader. I am using .Net and have an application that fills in
some of the form with data from a database, however, when bring up the PDF
using PDF Reader / PDF Stamper I cannot make changes to the form. Is there
Mark & Leonard,
Thank you for your response, and I apologize for bringing this up one week
later.
I've read and reread the PDF specs, but I'm still confused on what it means
for kids to have various types, and what data type these "keys" refer to.
How do I check for these types? I apologize if th
I just noticed that the line:
" Dim iExclamation As iTextSharp.text.Image =
iTextSharp.text.Image.GetInstance(imageFile,
System.Drawing.Imaging.ImageFormat.Gif)"
Should have been
"Dim iExclamation As iTextSharp.text.Image =
iTextSharp.text.Image.GetInstance(imageFile,
System.Drawing.Ima
Hi ted,
On 21 February 2011 18:40, Ted Timmons wrote:
> I have stumbled across an application that is running itext-2.1.4. I
> need the source and documentation for this version. Is it archived
> somewhere and I missed it?
>
> This is all I could find in jar format:
> http://sourceforge.net/proj
Although iText does have all the necessary pieces to make it work...no one has
written the code (yet).
Leonard
-Original Message-
From: Mark Storer [mailto:msto...@autonomy.com]
Sent: Monday, February 21, 2011 1:11 PM
To: Post all your questions about iText here
Subject: Re: [iText-ques
You cannot flatten rich text and expect it to appear, UNLESS THE
APPEARANCE IS ALREADY THERE.
The only way for that to happen is to open and save the PDF in Acrobat
(unless the form is Reader Enabled, in which case Reader will work).
There is no way to get field rich text values to work within iT
I have stumbled across an application that is running itext-2.1.4. I
need the source and documentation for this version. Is it archived
somewhere and I missed it?
This is all I could find in jar format:
http://sourceforge.net/projects/itext/files/iText/
If I need to pull it manually, can someon
The default font is "Helvetica", one of the Base 14 fonts built into all
PDF viewers. The base 14 are never embedded.
Solution: Use a different default font, one that isn't a member of the
base 14.
--Mark Storer
Senior Software Engineer
Cardiff.com
import legalese.Disclaimer;
Disclaimer D
You wouldn't use JPEG for a clipping path (well, you could, but it would be
harder). Use a simpler raster format such as PNG, GIF or BMP.
-Original Message-
From: amonk [mailto:krzysztof.wy...@gmail.com]
Sent: Monday, February 21, 2011 8:42 AM
To: itext-questions@lists.sourceforge.net
Hello,
you have posted a mail to itext-questions@lists.sourceforge.net but you
weren't subscribed.
You are receiving this answer because I've added your mail address in Bcc:
I will do this only once! Further answers will be sent to the
mailing-list only (you won't receive them if you don't subscr
http://itext-general.2136553.n4.nabble.com/file/n3317442/path.jpg
image above illustrate possible situation, for some image,
I think that it is not possible to achieve this effect, using one file with
mask (ex. one jpg with gray scale), because the "clip" area are different.
I'm afraid I have t
Hello,
first of all, thank you very much for your fast response!
No, I do not concatenate the result of concatenations. I am doing:
ABCDE.pdf = A.pdf + B.pdf + C.pdf + D.pdf + E.pdf
More exactly:
AAABCC.pdf = A.pdf + A.pdf + A.pdf + B.pdf + C.pdf + C.pdf.
The problem was, that the original pdfs
Hi Andreas,
Thanks for your reply.
Where can I find these PKCS7 samples you speak of? Is there a particular
example you have in mind?
I have tried a couple of things, but I keep getting errors.
-- Bram
--
View this message in context:
http://itext-general.2136553.n4.nabble.com/Signing-PDF-with
Op 21/02/2011 14:31, Saravana Kumar Ganesan schreef:
Hi Experts,
I need to have a page with table Header and Footer and also i need
to have page x of y in page footer. I tried iText in Action example.
It is not showing anything at all in footer page.Can we have page
footer with a table in
Hi Experts,
I need to have a page with table Header and Footer and also i need to
have page x of y in page footer. I tried iText in Action example. It is not
showing anything at all in footer page.Can we have page footer with a table
in a page which is already having table in a body?.Any examp
Hi Bram,
you're trapped by an old bug in the PKCS1 implementation discovered just some
days ago. I would strongly recommend to use the PKCS7 samples.
Moreover there seems to be problems gettings a valid OCSP from the belgian root
authority.
@Julien : Did you manage to get a useful response fr
Hi,
I'm trying to read a pdf file and get all hyperlinks from this file.
I'm using iTextSharp for C# .net. Below follow the code that I'm using:
*PdfReader reader = new PdfReader("D:/teste.pdf"); *
* List list = reader.GetLinks(1);*
This method "GetLinks" return a list with a
Hi,
I want to thank everybody who posted on this thread, it helped me solving
the same problem.
My code is in VB.net, so just in case someone needs/wants my PDF class New()
receives a filename to be saved the new PDF file and receives a byte() as a
the template to be edit, then it opens/creates P
Thank you, Mark.
I tried setting the acroFields.setGenerateAppearances(false) resulting
nothing being displayed on the form.
Please find the code snippet below ( you may please refer to one of the
examples available @ http://itextpdf.com/examples/iia.php?id=157)
public void manipulatePdf(Strin
I have an application using itext 2.1.5 which generates pdfa files using data
from a database and dxf files. When a font in the DXF does not exist on my
system I try to add default font using BaseFont.CreateFont or
FontFactory.getFont but I still get PdfXConformanceException : all fonts must
b
Hi Paul,
No luck yet. The XFA data is properly populated but don't know whats wrong
behind the scene.
Following is the extracted XFA data I saved before modifying anything in it.
http://itext-general.2136553.n4.nabble.com/file/n3317090/Actual_XFA_Data.xml
Actual_XFA_Data.xml
And here we have t
Hi Ahmad, I'm having difficulty populating the list items as well, (i can set
the value ok, but not the items). Have you found a solution yet?
Thanks, PW.
--
View this message in context:
http://itext-general.2136553.n4.nabble.com/Populating-Drop-Down-List-items-in-Dynamic-XFA-file-tp3312303p33
Hi,
I want to sign a PDF file using the signature certificate of a Belgian EID
card. I also want this signature to be considered valid if the root
certificate (Belgium Root CA, or Belgium Root CA 2) is trusted on the
computer where the PDF file is opened.
My Java code is based on the example fro
Hello all,
in an attempt to reduce the number of questions that have already been solved
over and over again, I'm introducing an FAQ top 5 that will be posted every
three weeks. This FAQ will consist of questions that are also posted on
http://support.itextpdf.com/ or http://lowagie.com/
1. I'
Op 19/02/2011 16:14, pareshsoft schreef:
> okay, thanks so much.
I suggest that instead of using {placeholders} in the content stream,
you take a look at form fields instead.
--
The ultimate all-in-one performance toolkit
Op 21/02/2011 9:08, Shravan schreef:
Okay. Thanks for your suggestion.
This example doesn't solve your problem yet,
but it shows the direction I was thinking of:
http://1t3xt.be/?104
--
The ultimate all-in-one performan
Okay. Thanks for your suggestion.
From: 1T3XT BVBA [via iText - General]
To: Shravan
Sent: Sun, February 20, 2011 11:36:19 PM
Subject: Re: Margin Mirroring is not working
Op 20/02/2011 18:25, Shravan schreef:
Am new to iText! Thanks for the info. But if th
28 matches
Mail list logo