On 10 September 2010 07:55, 1T3XT info [via iText - General] <
ml-node+2533953-394925918-160...@n4.nabble.com
> wrote:
> On 10/09/2010 8:26, jesilw wrote:
> > My test process currently merges the PDF documents and produces a PDF
> > document with a single object on per page. This will be really
>
On 9/09/2010 9:52, Martin Perrie wrote:
> Hi
>
> I am a new user of iText and have a question about the best way to merge
> two PDFs to create a new PDF.
>
> The first file has a page size of A4. The second file has a page size
> that is A3 or sometimes larger. I need to merge the two PDFs so that
On 10/09/2010 8:26, jesilw wrote:
> My test process currently merges the PDF documents and produces a PDF
> document with a single object on per page. This will be really inefficient
> and expensive to print.
>
> What I therefore need to do is extract the graphics from each of the PDF
> documents a
On 10/09/2010 0:39, Talmage wrote:
> Cell events didn't work how I planned.
>
> So my next question is: How do I retain the ability to scale/translate
> tables and make use of Actions (aka Annotations) that "stick" to the
> text/table cell?
Math is the only answer.
Create a cell event that "knows"
Hi All
New to iTextSharp and PDF manipulation.
I have been playing about with iTextSharp and can now create a new pdf
document and merge existing pdf documents. However my problem is as follows.
I have thousands of PDF documents that each contain a single object, a
vector based graphic produced
Cell events didn't work how I planned.
So my next question is: How do I retain the ability to scale/translate
tables and make use of Actions (aka Annotations) that "stick" to the
text/table cell?
It seems that the CTM active at the time of me doing the
writeSelectedRows() is not the same CTM acti
I need to retain the scaling aspect, which works great for
tables/images in general.
In order to work around this problem would it be safe to use cell
events to add the annotation to the cell as a whole? That way I have
the direct content handle -- which I assume would have the
transformation matr
It is unwise to mix direct content manipulation with the higher-level
document.add-style PDF construction.
The annotation is created where it THINKS it should be, and knows
nothing about the transform. So appears in the untranslated location.
It's not gone, it's just in the original location.
Pa
I use transforms to scale tables to fit a page. This has worked great until now.
If the contents of the table being scaled have actions associated with
them they are not created.
I have created a very simple code segment that demonstrates this below.
If you set isMakeBroken to true then nothing
You have to send all the fields in the xml with the right structure, not only
the one you want to change.
Paulo
-Original Message-
From: rajeev2012 [mailto:rajeevs2...@gmail.com]
Sent: Thursday, September 09, 2010 12:07 PM
To: itext-questions@lists.sourceforge.net
Subject: Re: [iText-q
Fair Warning: I haven't used the Table classes. Ever. I work directly
with PdfContentByte and so forth. None the less, I Have The Source, and
a powerful ally it is.
There are a couple different events you might plug into to get the
information you're after:
1) myPdfPCell.setCellEvent( new Pdf
Hey,
I've got another unusual question... I've been asked to extract content
from a PdfPTable when it's being written. The problem with that is that the
objects representing the original data have been garbage collected. So the
only objects left to retrieve the data that is being written is th
le dinh phuoc,
le dinh phuoc wrote:
> Please help when i want use Smartcard to create Signature after that
> insert it to PDF file, i get error "Error during signature verifycation
> Fail
> decoding DER data as binary". follow is all may code. when try test sign i
> only call "SmartCardSignD
Sir,
I have not checked with Java, but this file doesn't work with the new DLL,
that I have created from SVN.
Regards
Rajeev
--
View this message in context:
http://itext-general.2136553.n4.nabble.com/iText-IKVM-C-stream-to-browser-issues-tp2167197p2532648.html
Sent from the iText - General ma
So the file works in Java but not in C#?
Paulo
-Original Message-
From: rajeev2012 [mailto:rajeevs2...@gmail.com]
Sent: Thursday, September 09, 2010 7:29 AM
To: itext-questions@lists.sourceforge.net
Subject: Re: [iText-questions] The document has been changed since it was
created and t
Hi
I am a new user of iText and have a question about the best way to merge
two PDFs to create a new PDF.
The first file has a page size of A4. The second file has a page size that
is A3 or sometimes larger. I need to merge the two PDFs so that the
resulting file has a page size of A4 and the
16 matches
Mail list logo