Dear all, I encountered a problem when I tried to sign a signature field
in a pdf file with itext.Here is the code:IExternalSignature
externalSignature = new X509Certificate2Signature(sign_cert, hashAlg);
pdfReader = new PdfReader(pdf_src_filename);signedPdf = new
On 3/31/2014 5:44 AM, Vimal Malani wrote:
I am not able to write Arabic text in unix os. Arabic text is printed
as blank.
below is my java code for same.
Font f = new Font(BaseFont.createFont(fontPath, BaseFont.IDENTITY_H,
BaseFont.EMBEDDED), 8, Font.NORMAL);
Font f1 = new Font(BaseFont.c
Dear All,
I am not able to write Arabic text in unix os. Arabic text is printed as blank.
below is my java code for same.
Font f = new Font(BaseFont.createFont(fontPath, BaseFont.IDENTITY_H,
BaseFont.EMBEDDED), 8, Font.NORMAL);
Font f1 = new Font(BaseFont.createFont(fontPath, BaseFont.CP1250,
Ba
On 12/5/2013 6:46 PM, pallawee c wrote:
Hi there,
I am getting the following error "The '#' character, hexadecimal value
0x23, cannot be included in a name" on the below line:-
pdfFormFields.SetField("form1[0].Page4[0].Table1[0].Row4[0].#field[5]", "476")
Your code looks like you're tryin
Hi there,
I am getting the following error “The '#' character, hexadecimal value
0x23, cannot be included in a name” on the below line:-
pdfFormFields.SetField("form1[0].Page4[0].Table1[0].Row4[0].#field[5]",
"476")
Any help will be much appreciated.
Many thanks in advance.
Best re
ails are in the Adobe Extensions documentation.
>
> Leonard
>
> From: Saravanan shri
> Reply-To: Post here
> Date: Friday, August 2, 2013 12:20 PM
> To: Post here
> Subject: [iText-questions] 'HELP NEEDED' how to add swf's supported files
> to create
;
Reply-To: Post here
mailto:itext-questions@lists.sourceforge.net>>
Date: Friday, August 2, 2013 12:20 PM
To: Post here
mailto:itext-questions@lists.sourceforge.net>>
Subject: [iText-questions] 'HELP NEEDED' how to add swf's supported files to
create pdf in itext (using
Hi all,
I have created one swf file, in which it will run with the help of
some external files (5 mp3 files, 2 xml files, and 6 image files). When I
have create the pdf using itext I can only able to embedded the swf file
alone. How should able to add these external files to run the swf. It
Hi all, I have created one swf file, in which it will run with the help of some external files (5 mp3 files, 2 xml files, and 6 image files). When I have create the pdf using itext I can only able to embedded the swf file alone. How should able to add these external files to run the swf. It w
Dear Team,
I am using iTextsharp to extract images from the PDF file, i am able to
extract images, but the extracted images are not in correct format (i.e. it
looks like negative proof). See the sample extracted image here
http://i.imgur.com/N5XbIOV.jpg?1. Any advice on this. Thanks in advance.
--
I'm using iText 5.4.0 and XMLWorker 1.2.1, and tried to parse HTML string
from rich text editor to PDF.
With image in HTML, it worked fine with static src path. But my image store
in cloud and need to be accessed by secure web service. Which means I need
to override some code from ImageProvider o
On 6/03/2013 21:38, TIZIANA wrote:
>
> thank you so much
>
> i errase the lines and modify the line below
>
>
> oTable3.WriteSelectedRows(0, -1, 50, oDoc.PageSize.Height - alturaTotal -
> 140,* pdfw.DirectContent)*
That's indeed what I meant ;-)
-
On 6/03/2013 19:44, TIZIANA wrote:
> Im sorry:
>
> here is my function that generates the pdf file:
Either explain why you think the following lines are necessary, or
remove them:
cb.BeginText();
cb.SetFontAndSize(fuente, 20);
cb.SetColorFill(iTextSharp.text.BaseColor.BLACK);
cb.EndText();
AF
On 6/03/2013 17:44, Tiziana Herrera wrote:
Please help me,
I created a pdf that is generated ok but when i click print it shows
a message that says:
theres an error on this page, it might not be shown correctly ,
please contact the person that created
my pdf is set to no compression and
Op 4/02/2013 10:33, Falguni Patel schreef:
Hi,
I have update file using itextsharp dll. File is edited but text
not showing up. I have attach pdf file. It contain text
"Address=MANINAGA" but can't see it.
Hmm... Personally I would never post a question like this on the
mailing-list
You're in violation with several rules regarding the free mailing list:
http://lowagie.com/rule1
rule #3: subscribe to the mailing-list! See http://lowagie.com/itextml
rule #4: give a short description of your problem in the subject line
We get hundreds of mails with "HELP NEEDED" in the subject
Hi,
I have a loop creating different PDFs with the same template but not the
same content that works.
Let's be clear, these PDFs are books, there's a unique story in which the
reader (a child) is the hero !
The head of the main character is a picture of the child face and the name
also varies from
You're in violation with several rules regarding the free mailing list:
http://lowagie.com/rule1
rule #3: subscribe to the mailing-list! See http://lowagie.com/itextml
rule #4: give a short description of your problem in the subject line
We get hundreds of mails with "HELP NEEDED" in the subject
Hi,
Please I need help with position of table on page. How can I set the position
of table verticaly?
I have second question... Please how Element.ALIGN_<...> works...? I need to
use Element.ALIGN_RIGHT :
ct.SetSimpleColumn(new Phrase(new Chunk("ZUSATZINFOS:",
FontFactory.GetFont("verda
Sorry I forgot the files!
2012/10/22 Javier Gardella
> Hi Paulo! Thanks for answer!
> Attached I send you the certificates:
> -- "AC_raweb.cer" is the root certificate (Trust root)
> -- "Test Certificate.cer" is the certificate with which I sign the PDF
> document.
>
> Is it enough?
>
>
> 2012/1
Hi Paulo! Thanks for answer!
Attached I send you the certificates:
-- "AC_raweb.cer" is the root certificate (Trust root)
-- "Test Certificate.cer" is the certificate with which I sign the PDF
document.
Is it enough?
2012/10/22 Paulo Soares
> Looks like a BouncyCastle problem or a certificate
Looks like a BouncyCastle problem or a certificate problem. It would
be helpful to post the certificate (public key only) to be sure.
Paulo
On Mon, Oct 22, 2012 at 6:31 PM, Javier Gardella
wrote:
> Hello.
> I'm having an issue using iTextSharp 5.3.3. trying to sign a PDF file.
>
> The problems a
Hello.
I'm having an issue using iTextSharp 5.3.3. trying to sign a PDF file.
The problems arise when I convert the
"System.Security.Cryptography.X509Certificates" certificate to
"Org.BouncyCastle.X509.X509Certificate". To do this I have to use the
"ReadCertificate" function from "X509CertificateP
On 29/09/2012 12:19, 1T3XT BVBA wrote:
> Your question is off-topic here. Your CA knows iText; your CA can
> provide keys that work with iText. If he doesn't: find yourself
> another CA!
For instance. GlobalSign offers a 90-Day Free PDF Signing Trial.
See https://www.globalsign.com/pdf-signing/t
On 29/09/2012 12:04, NVS wrote:
>
> Andreas answered and given link sirussign. fine. sirussign is a big
> one to understand takes time. How to run sirussigner? can we
> directly deploy and run?
Why would you need sirussign???
> If so please guide me. But my question is simple BigInteger: modu
On 29/09/2012 8:50, NVS wrote:
> Exception in thread "main" java.lang.ArithmeticException: BigInteger:
> modulus not positive
This question was already answered by Andreas Kuehne on September 29.
Please don't repost questions for which you've already received an answer!
--
On 28/09/2012 16:42, NVS wrote:
>
> could you please tell me the procedure at paper
> http://itextpdf.com/book/digitalsignatures can work for any trusted
> keys provided by any country or not?
>
> like india TCSCA, NICCA etc
Why don't you try that yourself?
We don't live in India. How are we
Hi,
could you please tell me the procedure at paper
http://itextpdf.com/book/digitalsignatures can work for any trusted keys
provided by any country or not?
like india TCSCA, NICCA etc
thanks,
Prasad k
--
Got visib
Op 25/09/2012 16:45, NVS schreef:
> Hi,
>
> Are there any one get signed PDF document with itextpdf library with
> any trusted certificate provided by any CA or authority etc.. like
> verisign keystore file.
Yes, it is possible to use iText to sign a document using trusted
certificates provided
Op 25/09/2012 13:42, NVS schreef:
my pkcs p12 file verisign trail one, can any one sign the pdf with
this keystore file, password is *nvsverisign*
I tried signing a document with that p12 file with iText; I tried
signing a document with that p12 with Acrobat. I've even tried importing
the certi
On 25/09/2012 11:15, NVS wrote:
> all test certificates are working fine with itextpdf, where as trying
> trusted certificates are not working properly with itextpdf libarary
We can't reproduce this with a GlobalSign certificate.
See http://itextpdf.com/book/digitalsignatures
On 8/04/2012 9:47, Parminder Kaur wrote:
> I am trying to create a new TagProcessor to process custom input tags
> and render a PdfFormField.
When you write a TagProcessor, you need to map an XML tag with an iText
Element.
A PdfFormField is NOT an implementation of the Element interface, and it
i am not getting you properly, what exactly your need is.
Is you want to parse complete html form into the pdf??
Regards
Inderjeet Singh
On 4/8/12, Parminder Kaur wrote:
> I am trying to create a new TagProcessor to process custom input tags and
> render a PdfFormField. I tried searching and re
I am trying to create a new TagProcessor to process custom input tags and
render a PdfFormField. I tried searching and reading about it but neither
the book nor the site have much information on how to do so.
This is the code to add the new TextBoxTagProcessor to the TagFactory
ByteArrayOutputStr
On 27/03/2012 17:48, Hanumanth wrote:
Hi,
I have a requirement which generates a PDF report in Java
Requirements
-
Page Size - Same dimensions as for Cut Sheet, plus 1/2 left and right,
(overall: 9.5 x 11; detached: 8.5 x 11).
If you want a document with a specific size that
Hi,
I have a requirement which generates a PDF report in Java
Requirements
-
Page Size - Same dimensions as for Cut Sheet, plus 1/2 left and right,
(overall: 9.5 x 11; detached: 8.5 x 11).
10 characters per inch and 6 lines per inch
how can I meet the above requirements.
Also have a look at
http://thread.gmane.org/gmane.comp.java.lib.itext.general/56702/focus=59552
Paulo
On Wed, Mar 7, 2012 at 8:29 AM, iText Info wrote:
> Op 7/03/2012 7:07, aneelmehta Mehta schreef:
>
> Could you please brief me how to start and how it will be used in main
> library. I mean wha
Op 7/03/2012 7:07, aneelmehta Mehta schreef:
Could you please brief me how to start and how it will be used in
main library. I mean what interface /methods are required for library
to use it.
Legal:
start by reading the code contribution policy:
http://itextpdf.com/terms-of-use/policy.php
Yo
Greetings,
I am Aneel Mehta from Ahmedabad, Gujarat India. I am facing problem in
generating pdf with Indic languages and posted the question at stack
overflow.from there I came to know that there is not Ligature available for
Indic languages, for the purpose I am interested to develop it.Co
Hi,
We need help from iText experts. We
have a simple PDF page with dynamic content. We want iText code to generate it
.
If you are interested please contact
me at nag...@yahoo.com
Thanks!--
Ridiculously easy VDI
Hello everybody,
I am a newly subscriber to this mailing list but I have been using Itext
since version 0.9.
I am facing 2 problems with generating a TOC with PdfCopy:
I cannot get this to work
PdfAction action = PdfAction.gotoLocalPage(page ,new
PdfDestination(PdfDestination.XYZ, -1,
On 1/11/2011 10:38, Prashanth Palleti wrote:
>
> we are using iText V2.1.7.
That version is no longer supported. We only look at questions about
iText 5 and higher.
--
RSA® Conference 2012
Save $700 by Nov 18
Register now
Hi,
we are using iText V2.1.7.PDF generations is working fine after
deployment.But sometimes randomly we are getting below exception when we
try to generate PDF:
*Stack Trace* java.lang.IllegalAccessError:
com/lowagie/text/pdf/PdfIndirectReference.(II)V at
com.lowagie.text.pdf.PdfWriter$PdfBody.g
Hi Jakob,
My requirement is as follows:-
I have two html contents as shown below
1) Type of Drink
Coffee
Tea
Milk
2)
Type of Drink
Coffee
Juice
Milk
I have to add this to a PDF Document. I have parsed with
HTMLWorker.parseToList()
method and added successfully to the document.
Hello,
I need to change the submit action of a button added to pdf file.
But I have a problem, the action is null and I can figure out why or what is
the reason of it.
My code is the following:
1. final PushbuttonField submitBtn = createSubmitButton(
stamper); //Creating
I need help saving pdf forms that are embeded in my webform to my webserver. I
cant get it to work, i need to save the full pdf because it has signatures.
try
{
//save to web servers file system
var output = new
FileStream(Se
On 3/10/2011 8:38, Prashanth Palleti wrote:
> Hi,
>
> I came to know that use of HeaderFooter class in itext is
> discouraged.Can any one please suggest me an alternate to using
> HeaderFooter calss in iText.
Use PageEvents as described in chapter 5 of the book "iText in Action -
Second Edition
@lists.sourceforge.net
Subject: [iText-questions] Help Required regarding onStartPage method
Hi All,
I came to know that adding content in onStartPage() method in iText is not
recommended approach.But I have the requirement which will be solved by using
this method.Can any one suggest an alternate way
Hi All,
I came to know that adding content in onStartPage() method in iText is not
recommended approach.But I have the requirement which will be solved by
using this method.Can any one suggest an alternate way to do this i.e., I
want to add some content which will differ for set of page dyamically
On 15/08/2011 18:07, Vibhor Bharadwaj wrote:
> Hi
>
> I am using iText to modify an existing PDF.
> The template has two images, I wish to create a new template by
> replacing those two images with other new images.
> How can I do that?
It's a bad idea to use a meaningless Subject: line ("HELP NE
Hi
I am using iText to modify an existing PDF.
The template has two images, I wish to create a new template by replacing
those two images with other new images.
How can I do that?
Chapter 15 - Page content and structure has information to extract images,
but I wish to replace images at exact locat
Google, too:
http://itext-general.2136553.n4.nabble.com/Detecting-blank-pages-td2144877.html
ASAP in a "free" mailinglist - you are hilarious. Allthough iText mailing
list comes really close to that...
2011/8/3 Balder VC
> ASAP could be next year, we have work to do too.
>
> learn to search g
ASAP could be next year, we have work to do too.
learn to search google?
http://www.mail-archive.com/itext-questions@lists.sourceforge.net/msg43066.html
On 3/08/2011 11:22, Kompella, Murthy wrote:
Hi,
Ple
Hi,
Please help me in finding the blank pages in a pdf file.
Let me explain the requirement. I will give a pdf file (file name) as an
input to the program and the output should be the number of blank pages
in that pdf file.
Please help me ASAP.
Thanks.
_
Thanks. Using ARIALUNI.TTF
And this encoding :
BaseFont.IDENTITY_H
Solved the problem.
cb.setFontAndSize(BaseFont.createFont("fonts/times.ttf", BaseFont.IDENTITY_H,
false), 14);
I used times.ttf from windows fonts and works also fine. So this means pdf
BaseFont.TIMES_ROMAN
is different th
On 20/07/2011 13:13, viral wrote:
> Can you help me ?
Only if you have a font that knows about these characters:
http://support.itextpdf.com/node/25
http://support.itextpdf.com/node/75
--
10 Tips for Better Web Security
Le
Hi.
Welcome all (my first mail here).
I am strugling with this problem.
I want to print characters so called box-drawing characters like in old DOS
programs :
http://en.wikipedia.org/wiki/Box-drawing_characters
All of them should be present in code page 437
http://en.wikipedia.org/wiki/Code_page
On 16/06/2011 14:12, Tazio Baker wrote:
Thank u for you assistance, sadly what i need and what i can get out
of iText do not match.
That's not an iText problem.
It's because PDF, unless tagged, doesn't know anything about the table
structure in your PDF.
iText can extract the text (and coordina
Thank u for you assistance, sadly what i need and what i can get out of
iText do not match.
Have a good one,
On Thu, Jun 16, 2011 at 1:31 AM, 1T3XT BVBA wrote:
> On 15/06/2011 22:12, Tazio Baker wrote:
>
> I have no IT skills and I need to extract data from a PDF into an SQL
> database to crea
do the job for you but it's not a trivial
Kind regards
Balder
- Reply message -
From: "Tazio Baker"
Date: Wed, Jun 15, 2011 22:12
Subject: [iText-questions] Help
To:
I have no IT skills and I need to extract data from a PDF into an SQL
database to create statistical re
om: "Tazio Baker"
Date: Wed, Jun 15, 2011 22:12
Subject: [iText-questions] Help
To:
--
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Chan
On 15/06/2011 22:12, Tazio Baker wrote:
I have no IT skills and I need to extract data from a PDF into an SQL
database to create statistical reports.
What makes you think this is possible?
You are using PDF as a format to store data!
What makes you think that's the purpose of PDF?
Please read:
I have no IT skills and I need to extract data from a PDF into an SQL
database to create statistical reports. Please advice if I may attach a
sample of the PDF report I'm confronted with.
--
EditLive Enterprise is the world
Op 20/05/2011 9:50, chen jun schreef:
> return GetStreamBytes((PRStream)contents, file);", I call this method
> only return 78 bytes contents, not all of the page content and resources;
This is what I found on page 1 after decrypting the file:
q
1 0 0 1 17 772.661 cm
/RelativeColorimetric ri
/
You're not subscribed to the mailing list, please don't expect any
answers if you don't subscribe!
> -- 转发的消息 --
>
> I can't get the PDF page content and resources ues the itextsharp
> 4.0.3 when the PDF type is distiller.
>
The document is encrypted and it used to be Reader enabl
-- 转发的消息 --
发件人:
日期:2011-5-20 下午3:38
主题:Help Needed-Can't get the PDF page content and resources ues the
itextsharp 4.0.3 when the PDF type is distiller
收件人:
itext-questions@lists.sourceforge.net
Hi,
I can't get the PDF page content and resources ues the itextsharp 4.0.3 w
On 9/05/2011 10:14, umesh chordia wrote:
Hi,
Want to know whether iText Pdf Library is Open Source or a Commercial One.
It's AGPL v3 http://www.fsf.org/licensing/licenses/agpl-3.0.html
with addition:
You can be released from the requirements of the license by purchasing a
commercial license
Hi,
Want to know whether iText Pdf Library is Open Source or a Commercial One.
Since I’m going to use only the PDF Library Provided.
Regards,
Umesh Santhoshmull
Mobile No:+91-96290 01110
--
WhatsUp G
Op 8/05/2011 10:05, Minh Nhật Đỗ schreef:
> But when i compile a class convert a html to pdf
Problems with HTML to PDF should be tested and reported here:
http://demo.itextsupport.com/xmlworker/
Enter your HTML in TinyMCE (see HTML button on the top-left of the
tool), full out the Captcha and cli
Hi Đỗ Minh Nhật,
On 8 May 2011 10:05, Minh Nhật Đỗ wrote:
> Dear, all
> I using your library for my homework. But when i compile a class convert a
> html to pdf , i have a problem :
> *arrayList java.io.IOException: Expected > for tag: <{1}/>
> near line 40, column 185*
>
This d
ilto:druot...@noemalife.com]
> *Sent:* Monday, April 18, 2011 6:25 PM
> *To:* itext-questions@lists.sourceforge.net
> *Subject:* Re: [iText-questions] HELP NEEDED: barcode and
> anti-aliasing
>
> OK: do you think is better to make this rounding directly in the
>
won't prevent them to be
read.
Paulo
From: Diego Ruotolo [mailto:druot...@noemalife.com]
Sent: Monday, April 18, 2011 6:25 PM
To: itext-questions@lists.sourceforge.net
Subject: Re: [iText-questions] HELP NEEDED: barcode and anti-aliasing
OK: do you think is
011 5:55 PM
> *To:* itext-questions@lists.sourceforge.net
> *Subject:* Re: [iText-questions] HELP NEEDED: barcode and
> anti-aliasing
>
> Hi Paulo,
>
> thanks for your answer. Can you also suggest me some tricks to
> improve barcode quality? E.g., a correct value
-questions@lists.sourceforge.net
Subject: Re: [iText-questions] HELP NEEDED: barcode and anti-aliasing
Hi Paulo,
thanks for your answer. Can you also suggest me some tricks to improve barcode
quality? E.g., a correct value for the X property? Actually, if I want a narrow
bar of 3 pixels and I have a resolution
4:28 PM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] HELP NEEDED: barcode and anti-aliasing
>
> Hi,
>
> this is my first post to this list. My name is Diego and I am using
> iText to generate labels with barcode. I've tried several way of barcode
>
That's your printer driver being too helpful. From Acrobat print to image and
it will look ok.
Paulo
-Original Message-
From: Diego Ruotolo [mailto:druot...@noemalife.com]
Sent: Monday, April 18, 2011 4:28 PM
To: itext-questions@lists.sourceforge.net
Subject: [iText-questions]
Hi,
this is my first post to this list. My name is Diego and I am using
iText to generate labels with barcode. I've tried several way of barcode
generation, e.g. as a tempalte with barcode, as an iText image and as an
awt image, but the result is always the same: a kinda anti-aliasing
effect appea
Op 12/04/2011 11:31, Alex K Baby schreef:
> Hi
> I am working on pdf bookmark creation.
I assume you want to add bookmarks to an existing PDF document.
> I wanted to read all the pdf page and get the page titles and
> sub-titles to create the bookmark.
???
How are you going to do that?
> the pdfre
Hi
I am working on pdf bookmark creation.I wanted to read all the pdf page and
get the page titles and sub-titles to create the bookmark.
the pdfreader will return a string,But i could'nt find the heading within
the string.How to find the pdf heading sections and read the contents.Can
you give me
You'll have to use version 4.x.
Paulo
-Original Message-
From: Akshatha ap [mailto:akshatha...@gmail.com]
Sent: Wednesday, January 26, 2011 10:53 PM
To: itext-questions@lists.sourceforge.net
Subject: [iText-questions] Help needed on itextSharp.dll
HI,
I am developing an applic
HI,
I am developing an application on Visual studio 2003 (C#) .net 1.1
framework to get the data from database and show the same on pdf.
I am trying to use itextsharp.dll for the same. My question here is,
is itextsharp.dll compatible with VS 2003 as I am not able to add the
iTextsharp dll to the
.itext.general/19921.
>>
>> Paulo
>>
>> ----------
>> *From:* pedram farzaneh [mailto:pedram.f...@gmail.com]
>> *Sent:* Tuesday, January 11, 2011 10:58 AM
>> *To:* Post all your questions about iText here
>> *Subject:* Re: [iText-qu
Op 18/01/2011 7:22, pedram farzaneh schreef:
> hello dear Paulo and everybody
>
> I searched so many in the Internet, and also in iText API
> to find a solution for the problems I reported previously.
Stop searching the Internet, start solving the problem
as suggested by Nurettin.
---
general/19921.
>>
>> Paulo
>>
>> ------
>> *From:* pedram farzaneh [mailto:pedram.f...@gmail.com]
>> *Sent:* Tuesday, January 11, 2011 10:58 AM
>> *To:* Post all your questions about iText here
>> *Subject:* Re: [iText-que
tp://article.gmane.org/gmane.comp.java.lib.itext.general/19921.
>
> Paulo
>
> --
> *From:* pedram farzaneh [mailto:pedram.f...@gmail.com]
> *Sent:* Tuesday, January 11, 2011 10:58 AM
> *To:* Post all your questions about iText here
> *Subject:* Re
See http://article.gmane.org/gmane.comp.java.lib.itext.general/19921.
Paulo
From: pedram farzaneh [mailto:pedram.f...@gmail.com]
Sent: Tuesday, January 11, 2011 10:58 AM
To: Post all your questions about iText here
Subject: Re: [iText-questions] HELP NEEDED
thanks for your help dear,
but the font is true, because it works with a pure ColumnText and arabic
characters are being shown.
and I added the returned elements in a PdfPTable.
but the problems remains.
in fact my problem is with HTML parsing.
when I have HTML tag and it contains Arabic characte
Op 10/01/2011 12:17, pedram farzaneh schreef:
> I have a HTML code snippet which contains in which the columns
> contain Arabic text.
> after rendering the html snippet by "HTMLWorker" class the resulting
> element
> is instance of a PdfPTable which is shown in the pdf file but the text
> is mi
I have a HTML code snippet which contains in which the columns
contain Arabic text.
after rendering the html snippet by "HTMLWorker" class the resulting
element
is instance of a PdfPTable which is shown in the pdf file but the text is
missed.
I will appreciate any help.
Thanks,
Pedram
your questions about iText here
Cc: Post all your questions about iText here
Subject: Re: [iText-questions] Help with DottedLineSeperator.
Heh, I like the way you guys think! But how the heck are you
seeing that text? What I see is compressed.
IT | RR Donnelley
5500 12th Avenue East | Shakopee, MN 55337 | (: 952.833.3473 | È:
651.398.6188 | Ê: 952.942.8933 | *: jason.l.pel...@rrd.com
"Mark Storer"
12/02/2010 11:16 AM
Please respond to
Post all your questions about iText here
To
"Post all your ques
rer
Senior Software Engineer
Cardiff.com
import legalese.Disclaimer;
Disclaimer DisCard = null;
From: jason.l.pel...@rrd.com [mailto:jason.l.pel...@rrd.com]
Sent: Wednesday, December 01, 2010 10:22 AM
To: Post all your questions about iText here
Op 1/12/2010 19:22, jason.l.pel...@rrd.com schreef:
I do notice when trying to select the page numbers in
toc_sample_ok.pdf using Ptistop that they are actually coordinated
next to the listing text but somehow transformed(?) to be viewed over
toward the right.
If you look inside your PDF, then
To: iText-questions@lists.sourceforge.net
Subject: [iText-questions] Help with DottedLineSeperator.
Hi,
I am using the DottedLineSeperator to build a table of contents
(.net version). The result looks fine in Acrobat 7. It also prints file
if direct
Hi,
I am using the DottedLineSeperator to build a table of contents (.net
version). The result looks fine in Acrobat 7. It also prints file if direct
from Acrobat 7.
However, if viewed in other versions, ripped on the printer, or optimized
from 7 the page number loose their position. Sometimes th
On 1/11/2010 19:41, Tina Tibrewal wrote:
> Hi All,
>
> I am stuck with adding a Header and Footer to an existing PDF.
>
> Any clues are appreciated. I have already checked the iText Documentation and
> did not find anything matching.
When you refer to "the iText Documentation," it is assumed that
Hi All,
I am stuck with adding a Header and Footer to an existing PDF.
Any clues are appreciated. I have already checked the iText Documentation and
did not find anything matching.
My code goes like below -
Document document = new Document();
try {
// step 2:
FileInputStr
http://api.itextpdf.com/
http://itextpdf.com/book/
--
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info
--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flas
Thank you --
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly
Flex(R) Builder(TM)) enable the development of rich applica
Hi Kabir,
Please:
- reply to the thread you created, instead of creating a new thread
- do not double post, it's considered very rude
- indicate a better subject line the next time you post to a list
(not this time, since you are likely to create yet another thread if
you do so)
- subscribe to
1 - 100 of 591 matches
Mail list logo