anybody else
experienced the same issue? I am using version 5.2.1 (the latest as far as i
can tell).
Date: Wed, 20 Jun 2012 09:32:37 -0400
From: jb...@purduefed.com
To: itext-questions@lists.sourceforge.net; i...@1t3xt.info
Subject: Re: [iText-questions] PDF merge - filesize after
I’m a java guy, but
[bytes or a stream] MergePdfs(// an array of PDFs);
and let the caller deal with the output?
From: Nick Bannister [mailto:bannister.n...@hotmail.com]
Sent: Wednesday, June 20, 2012 3:59 AM
To: itext-questions@lists.sourceforge.net; i...@1t3xt.info
Subject: Re: [iText-questions] PDF merge
On 19/06/2012 21:21, Nick Bannister wrote:
> Ok I use pdf copy and loop through each page of both pdf one and two and add
> to a third before close the pdf copy object to write the pdf
Using PdfCopy instead of PdfSmartCopy could be the culprit.
Although you shouldn't ever have a situation where fi
Ok ill post example code and PDFs tomorrow cheers
Sent from my BlackBerry® wireless device
-Original Message-
From: Jason Berk
Date: Tue, 19 Jun 2012 19:28:16
To: ;
Subject: Re: [iText-questions] PDF merge - filesize after
You need to post your code if you want any actual help
1T3XT BVBA ; itext-questions@lists.sourceforge.net
Subject: Re: [iText-questions] PDF merge - filesize after
I understand ...
Ok I use pdf copy and loop through each page of both pdf one and two and
add to a third before close the pdf copy object to write the pdf
The pdf created is fine to vie
size.
Sent from my BlackBerry® wireless device
-Original Message-
From: 1T3XT BVBA
Date: Tue, 19 Jun 2012 16:54:58
To:
Subject: Re: [iText-questions] PDF merge - filesize after
On 19/06/2012 18:36, Nick Bannister wrote:
> or is that not a smart a*se enough answer?
Sniff, sniff,...
On 19/06/2012 18:36, Nick Bannister wrote:
> or is that not a smart a*se enough answer?
Sniff, sniff,... Nope, I can't smell if you're using PdfSmartCopy (which
would be the smart thing to do), PdfCopy (not so smart copying) or
PdfWriter (but why on earth would you use PdfWriter for merging docu
was aiming to get
initial thoughts before posting anything in case it is a common issue.
Date: Tue, 19 Jun 2012 16:25:34 +0200
From: i...@1t3xt.info
To: itext-questions@lists.sourceforge.net
Subject: Re: [iText-questions] PDF merge - filesize after
On 19/06/2012 15:52, Nick
On 19/06/2012 15:52, Nick Bannister wrote:
Hi,
I have used ITextSharp to merge two PDFs and the output PDF is almost
twice the size it should be?
One PDF is around 200KB the other is 40KB and the merged PDF is around
480KB
I followed the example online with no success, I am still getting PDFs
Hi, I have used ITextSharp to merge two PDFs and the output PDF is almost twice
the size it should be?One PDF is around 200KB the other is 40KB and the merged
PDF is around 480KBI followed the example online with no success, I am still
getting PDFs that jump up in filesize. Is there a soluti
Engineer
Cardiff.com
import legalese.Disclaimer;
Disclaimer DisCard = null;
> -Original Message-
> From: koolsanjeev [mailto:koolsanj...@gmail.com]
> Sent: Tuesday, April 19, 2011 7:29 PM
> To: itext-questions@lists.sourceforge.net
> Subject: Re: [iText-questions]
Hi,
The two files are containing the conflicting field names e.g. FIRTNAME on
Page1 in PDF1 is same as FIRSTNAME on Page1 in PDF2.
By removing/changing the conflicting names you should be able to merge the
files successfully. for example change the FIRSTNAME to FIRSTNAME1 or
PDF2_FIRSTNAME in PD
Op 18/04/2011 19:36, grv1984 schreef:
> Hi all,
>
> I know this question has already been answered here but still, since I am
> new to itext, I'd like to have a go.
You're asking for something that isn't supported.
> I have two any pdfs, in the form of byte array, filled using XFA approach
> (Xfa
Hi all,
I know this question has already been answered here but still, since I am
new to itext, I'd like to have a go.
I have two any pdfs, in the form of byte array, filled using XFA approach
(XfaForm, rather than AcroForm), stored in the database.
Filling up the PDF is working fine, no problem
Hi All,
Any help is greatly appreciated.
I am trying to use itext using the code sample presented in
http://viralpatel.net/blogs/2009/06/itext-tutorial-merge-split-pdf-files-using-itext-jar.html.
It does merge the files. Only problem is, there is extra space at the top of
every page(in the mer
rathana wrote:
> Hi All,
>
> Any help is greatly appreciated.
>
> I am trying to use itext using the code sample presented in
> http://viralpatel.net/blogs/2009/06/itext-tutorial-merge-split-pdf-files-using-
> itext-jar.html.
That's not an official example.
> It does merge the files. Only
Hi All,
Any help is greatly appreciated.
I am trying to use itext using the code sample presented in
http://viralpatel.net/blogs/2009/06/itext-tutorial-merge-split-pdf-files-using-
itext-jar.html.
It does merge the files. Only problem is, there is extra space at the top of
every page(in th
sarasotatim,
I am not sure about your setup. But the example in that page is essentially
doing the same thing as a call to cfcontent, using the "variable" attribute to
serve up binary data.
PdfCopy will accept any kind of OutputStream. So you could substitute a
ByteArrayOutputStream for your
Yes, I've seen that page and tried, but my setup is a bit different, can't
seem to figure out how to piece it together...
You might be able to adapt the information at the following link to Cold
Fusion. I certainly don't know enough about CF to help on that front.
--
View this message in co
f std::Disclaimer DisCard;
> -Original Message-
> From: sarasotatim [mailto:timgilbre...@comcast.net]
> Sent: Tuesday, October 27, 2009 1:48 PM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] PDF Merge - Output to screen, not File,
> CFSCRIPT
>
Hey guys, I saw an entry or two online about this particular need, but no
easily-understandable solutions.
Here's what I have:
I've used Cold Fusion's CFPDF to take an AJAX/CF form and create a PDFI
now need to merge that PDF with a few other pre-existing interactive PDF's
(which is why I ha
ame name they will have the same value and that is to be expected. What's
> generally done is to rename the fields, by adding a _1 for the first pdf
> _2 for the second and so on for example. You can do it with
> AcroFields.renameField().
>
> Paulo
>
>> -Original M
with AcroFields.renameField().
Paulo
> -Original Message-
> From: luy [mailto:em...@encs.concordia.ca]
> Sent: Friday, October 23, 2009 2:19 PM
> To: itext-questions@lists.sourceforge.net
> Subject: Re: [iText-questions] PDF merge with some fields
> still editable
Hi Mark,
Mark Storer-2 wrote:
>
> Little Known Fact: All the fields in a PDF form with the same name HAVE
> THE SAME VALUE. If two different forms have a field called "First Name",
> the combined PDF will have a single value in those two fields.
>
I know copy will make field1 let's say in
ulo Soares-3 wrote:
>
> If you use PdfCopyFields editable fields will still be editable and
> flattened fields will still be flattened.
>
> Paulo
>
> - Original Message -
> From: "luy"
> To:
> Sent: Thursday, October 22, 2009 9:49 PM
> Subj
typedef std::Disclaimer DisCard;
> -Original Message-
> From: luy [mailto:em...@encs.concordia.ca]
> Sent: Thursday, October 22, 2009 1:50 PM
> To: itext-questions@lists.sourceforge.net
> Subject: Re: [iText-questions] PDF merge with some fields
> still editable
>
If you use PdfCopyFields editable fields will still be editable and
flattened fields will still be flattened.
Paulo
- Original Message -
From: "luy"
To:
Sent: Thursday, October 22, 2009 9:49 PM
Subject: Re: [iText-questions] PDF merge with some fields still editable
Is i
Is is possible that pdf1, pdf2... pdfN to be merged into pdf_merge.pdf and at
the same time,
pdf1.editable fields are still editable?
It seems that when all pdf files are merged, editable fields are flattened?
Each pdf1... pdf2 are pdf files generated with partialFormFlattening
Tried many wa
Paul Stöttinger wrote:
> i need page part 1, followed by page part 2 and so on
Did you read this FAQ entry: http://1t3xt.be/?X000480 ?
Does it answer your question?
br,
Bruno
--
Enter the BlackBerry Developer Challenge
dear iText team, a question
for instance a letter
i have got one pdf with the header of the letter which contains the adress, etc.
and i have got one pdf with the text in the letter
in the book iText in action in chapter 2.3 (createing pdf in multiple passes)
is only described to merge pdf
Caoimhin Barry wrote:
Before I add the imported page to the output
file, I need to edit the content. How do I get
access to the PdfContentByte, make some changes
to that and then add it to the output file?
Didn't I just answer this one?
You have to create your PDF in multiple passes.
Take
Before I add the imported page to the output
file, I need to edit the content. How do I get
access to the PdfContentByte, make some changes
to that and then add it to the output file?
--- bruno <[EMAIL PROTECTED]> wrote:
> Caoimhin Barry wrote:
>
> >Thanks, so if I use PdfCopy to import and edi
Caoimhin Barry wrote:
Thanks, so if I use PdfCopy to import and edit a
page in the following way (getting at
the direct content) would it preserve the
annotations?
The code you have sent contains errors:
PdfCopier=new PdfCopy(document, new
FileOutputStream("ouputdoc.pdf"))
doesn't make sen
EMAIL PROTECTED]
> >
>
[mailto:[EMAIL PROTECTED]
> On
> > Behalf Of Caoimhin Barry
> > Sent: Wednesday, September 07, 2005 5:53 PM
> > To: itext-questions@lists.sourceforge.net
> > Subject: [iText-questions] PDF merge losing
> multimedia content
> >
PM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] PDF merge losing multimedia content
>
> Apologies if this sends more than once - my mails
> keep bouncing back.
>
> Here is the scenario...
>
> I have a pdf document (A) that contains an
&g
Apologies if this sends more than once - my mails
keep bouncing back.
Here is the scenario...
I have a pdf document (A) that contains an
embedded movie file. I want to create a new pdf
(B), add some pages of my own and then import pdf
A and stamp a page number over it.
When I try to do this the
I had problems merging several pdf's with your tool. The final merge file
would scramble text on srolling. I sent you examples and asked for some help
in analyzing the iText resultant pdf. I unfortunately did not receive any
help nor did your group seem interested in a problem not yet encountere
37 matches
Mail list logo