Op 25/07/2012 13:51, Pravin Wagh schreef:
Hi,
When we have i/p as multipage Pdf and when we split those pdf using
following code ..*-
*
You're code isn't OK, it throws away all interactivity and properties
from the original document.
*
*is there any possibility of loosing the Properties
Op 25/07/2012 13:31, Pravin Wagh schreef:
> Hi,
>
> Can i get background color for the PDF in itext.
No, not in a trivial way.
>
> Could you please help me to read the table in the exsiting PDF in iText.
No
>
> and to read the background color of Cell from table..
>
>
No.
Hi,
Can i get background color for the PDF in itext.
or
Could you please help me to read the table in the exsiting PDF in iText.
and to read the background color of Cell from table..
Thanks
Pravin
--
Live Security
Hi,
When we have i/p as multipage Pdf and when we split those pdf using
following code ..
*PdfCopy writer = new PdfCopy(document, new
FileOutputStream(this.outFileName));
document.open();
PdfImportedPage page = writer.getImportedPage(pdfReader, pageNumber);
// Write the page in
On Thu, September 8, 2011 10:40, Bruno Lowagie wrote:
> On 8/09/2011 9:58, Horst Wetzel wrote:
>> Me Myself and I live.co.uk> writes:
>>
>>> >
>>> >
>>> > old RTF implementation questions.
> Hello Horst,
>
> I didn't see any new info in your answer to Zachary's question.
>
> Zachary (aka Me, Mys
On 8/09/2011 9:58, Horst Wetzel wrote:
> Me Myself and I live.co.uk> writes:
>
>> >
>> >
>> > old RTF implementation questions.
Hello Horst,
I didn't see any new info in your answer to Zachary's question.
Zachary (aka Me, Myself and I) makes two assumptions that are wrong:
- "itext 2.1.7 w
Me Myself and I live.co.uk> writes:
>
>
> old RTF implementation questions.I am trying to get hold of the java .jar file
(and any further jars required)for the most recent, up to date version of the
java iText liibrarywhich was/is entirely open source and did not have any
requirementat all for
old RTF implementation questions.
I am trying to get hold of the java .jar file (and any further jars required)
for the most recent, up to date version of the java iText liibrary
which was/is entirely open source and did not have any requirement
at all for remuneration to iText if leveraged in a
Hello,
My name is Florin ZOE. I am a Java Developer and I develop an
application which uses iText 2.1.7 in order to generate on the fly a pdf
file from within a Spring application. So basically the view for one of
my Spring controllers is a Java class which extends AbstractPdfView
class. It took
Hello,
My name is Florin
ZOE. I am a Java Developer and I develop an application which uses iText 2.1.7
in order to generate on the fly a pdf file from within a Spring application. So
basically the view for one of my Spring controllers is a Java class which
extends AbstractPdfView class. It t
itext-questions@lists.sourceforge.net
Subject: [iText-questions] Question about itext with dynamic xfa forms
Hello itext users.
since around 2 years I work with itext and find it very helpful.
But now I have come across a problem regarding regarding dynamic xfa forms and
hope that someone can help m
Hello itext users.
since around 2 years I work with itext and find it very helpful.
But now I have come across a problem regarding regarding dynamic xfa forms and
hope that someone can help me.
I filled a pdf form based on a dynamic xfa form (with extended rights for
Reader user) using iText. W
iText to generate data-based PDFs, such as reports, you provide the data. So,
you extract it from Access and pass it to iText. iText does not extract the
data for you.
Valerie Butts wrote:
>
> Hello,
>
>
>
> I would like to know if iText would work with a Microsoft Access
> application.
3, 2009 12:30:15 PMSubject: [iText-questions] Question about iText
Hello,
I would like to know if iText would work with a Microsoft Access application. I would like to take data entered into various tables of a database and fill in existing pdf documents. iText was recommended to me by a web
Hello,
I would like to know if iText would work with a Microsoft Access
application. I would like to take data entered into various tables of a
database and fill in existing pdf documents. iText was recommended to me by
a web developer I know but I not sure if it would work for my project.
iText doesn't convert Word to PDF.
Paulo
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Abounader, Joe (IT)
> Sent: Wednesday, August 20, 2008 5:34 PM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-quest
Hi,
I'm a software developer using iText to develop a text-to-PDF conversion
utility in Java.
I was wondering whether it's also possible to convert documents from MS
Word to PDF by using iText. I went over the FAQ and couldn't find any
answer to this; but my apologies if I missed it.
Many than
- Original Message -
From: <[EMAIL PROTECTED]>
To:
Sent: Friday, August 31, 2007 8:04 AM
Subject: [iText-questions] Question about iText (filling radio button in
aexisting pdf file)
Hi,
This is sanku. I have got problem.
1) My existing pdf contains more than two radio b
[EMAIL PROTECTED] wrote:
> 1) My existing pdf contains more than two radio buttons and I want to
> set one of them.
> But my question is how can I identify them through my program?
Read Chapter 16 of 'iText in Action'.
You'll find some code that gives you the possible values
of radio buttons.
Hi,
This is sanku. I have got problem.
1) My existing pdf contains more than two radio buttons and I want to
set one of them.
But my question is how can I identify them through my program?
2) My existing pdf contains two radio buttons and I am able to set them.
But after setting
With Designer created forms you can only sign an existing empty field.
Paulo
- Original Message -
From: <[EMAIL PROTECTED]>
To:
Sent: Tuesday, August 28, 2007 1:05 PM
Subject: Re: [iText-questions] Question about Itext library and pdf
signature
Thanks for your quick answer
PROTECTED] De la part de Paret, Thierry
Envoyé : mardi 28 août 2007 14:02
À : Post all your questions about iText here
Objet : Re: [iText-questions] Question about Itext library and pdf signature
Bonjour Michael,
Your different PDF files may have different security setting in which signi
PM
To: itext-questions@lists.sourceforge.net
Subject: [iText-questions] Question about Itext library and pdf signature
Hi,
I use your library Itext in a project to sign pdf file.
I try to follow the code example that I saw on your website but I have a
problem.
This is my java code
Hi,
I use your library Itext in a project to sign pdf file.
I try to follow the code example that I saw on your website but I have a
problem.
This is my java code :
try{
KeyStore ks = KeyStore.getInstance(KeyStore.getDefaultType());
ks.load(new FileInputSt
Hi,
I use your library Itext in a project to sign pdf file.
I try to follow the code example that I saw on your website but I have a
problem.
This is my java code :
try{
KeyStore ks = KeyStore.getInstance(KeyStore.getDefaultType());
ks.load(new FileI
nevermind, I got the problem fixed now. I was using an older version of iText.
Thanks!
- Original Message
From: Benson Chan <[EMAIL PROTECTED]>
To: itext-questions@lists.sourceforge.net
Sent: Wednesday, January 17, 2007 12:24:25 PM
Subject: [iText-questions] Question about
Hi,
I'm having trouble using pdfstamper inside a web application. Right now, I
have the following code:
response.setContentType("application/pdf");
response.addHeader("Content-disposition", "attachment; filename=tester.pdf");
response.setHeader("Expires", "0");
response.setHeader("Cache-Control
JM wrote:
> I am trying to read a pdf created with iText, and I can read it
> perfectly with adobe acrobat.
It looks like an encoding issue.
br,
Bruno
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.n
Hi,
I am trying to read a pdf created with iText, and I can read it perfectly
with adobe acrobat. But when I try to copy and paste I obtained very weird
data something like:
___(_5" _
___ !6__ _5+__"(_ ___ _+!__3_(_" ___
"__(_"_(_3_"__(__ +"_ _(
eforge.net
> Subject: [iText-questions] Question about itext
>
> Hello,
>
> I have got an Question about iText.
> Is it possible to take parts of pages of some pdf files and put they
> together into one new pdf file.
> I hope you can answer me.
> Sorry about the bad englis
Hello,
I have got an Question about iText.
Is it possible to take parts of pages of some pdf files and put they
together into one new pdf file.
I hope you can answer me.
Sorry about the bad english because i'm german.
Best Wishes
Dominik Pürner
--
Weitersagen: GMX DSL-Flatrates mit Tempo-Garant
See HTMLWorker.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Robert BAN
> Sent: Thursday, September 23, 2004 8:47 AM
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] question about iText
>
>
> Hell
Hello,
I download the iText library from the net, and make some
experiment. The
text that i add to pdf document is from database. The
question is: is it
possible to format this text from content of text? Like ,
or in
html.
document.add(new Paragraph("TitleText bold."));
Three
See ColumnText.showTextAligned().
Best Regards,
Paulo Soares
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of [EMAIL PROTECTED]
> Sent: Wednesday, July 07, 2004 10:01 AM
> To: [EMAIL PROTECTED]
> Subject: [iText-questions]
nt.WINANSI,
BaseFont.EMBEDDED);
cb.setFontAndSize(arialItalic , 12);
thank you
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: ØÙØØ 20/05/1425 12:00 Ù
To: [EMAIL PROTECTED]
Cc:
Subject: [iText-questions] Ques
Hi
I'm using iText in my Java program. I think it's a good product.
But I have a problem. I don't know how can I set bold, italic and underline
for an absolute-positioned text.
I mean:
cb = writer.getDirectContent();
page1 = writer.getImportedPage(reader, 1)
cb.addTemplate(page1, 0, 0);
cb.b
Title: RE: [iText-questions] Question about iText Pdf Header
It can be done with page events. There are examples in itextpdf.sf.net.
Best Regards,
Paulo Soares
-Original Message-
From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] On Behalf Of Jaydeep C Deshpande
Sent
Hi
I am using iText for PDF generation. I want to add image to Header of
PDF. Can I do that
Thanks.
-Jaydeep
--
This communication is intended for the addressee(s) and may contain
confidential and legally privileged information. We do not waive
confidentiality or privilege by mistransmission.
Is there a way to render vertical text using the XML
dtd for itext? I've been studying the dtd but don't
see any attributes that would control text positioning
this way. Is there an undocumented attribute to
support this?
Thanks,
Bob
__
Do you Yahoo!?
Yahoo! SiteBu
TECTED]
> Subject: [iText-questions] question about iText with JFreeReport
>
> Hi, my name is Ivan.
>
> Im new into iText and JfreeReport,
>
> I want to use Jfreereport tu create a report, but, this report needs a
> barcode, it doesnt matter wich format, but I need a barcode.
Hi, my name is Ivan.
Im new into iText and JfreeReport,
I want to use Jfreereport tu create a report, but, this report needs a barcode, it doesnt matter wich format, but I need a barcode.
I try using Barcode128 object but i cant write this object in my report, do you know how do i do this.
Thank y
, I can not output Tranditional Chinese by HK Font!
Rick
- Original Message -
From: "Bruno" <[EMAIL PROTECTED]>
To: "Rick" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, August 21, 2002 2:57 PM
Subject: Re: [iText-questio
OTECTED]>
> To: "Rick" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Wednesday, August 21, 2002 2:49 PM
> Subject: Re: [iText-questions] Question about Itext lib on Chinese characters
>
>
> > Quoting Rick <[EMAIL PROTECTED]>:
&g
Quoting Rick <[EMAIL PROTECTED]>:
> Now my question is mainly about this:
>
> I want to use a font that supports HKSCS, like this
> "BaseFont bf = BaseFont.createFont("c:\\winnt\\fonts\\hkscsm3u", "???",
> BaseFont.NOT_EMBEDDED);"
> I donot know the meaning of the second parameters in this funct
Quoting Rick <[EMAIL PROTECTED]>:
> But my questions are:
> 1.If I want to use true-type font to display Chinese in other styles, how
> to create basefont?
> I have tried to create basefont and fill the second parameter as
> abvol,but seems not work.
> 2.If I want to use other Chinese
- Original Message -
From:
Rick
To: [EMAIL PROTECTED]
Sent: Tuesday, August 20, 2002 8:32
PM
Subject: Question about Itext lib on
Chinese characters
HI,
I am a java programer who is
using Itext as a lib to generate
PDF files.
46 matches
Mail list logo