I have two files, one is a PDF that i have made a form and have populated
with text boxes, radio buttons and check boxes. All are the size I made
them in this source document.
Next i have iTextSharp read this document and populate a destination
document with the values from a database.
In the de
Sorry my fault . used the wrong address newest one for SVN:
http://svn.code.sf.net/p/itext/code/trunk
Florian
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics
On 01/30/13 08:27, Larry Evans wrote:
> I'm using the following code:
>
>
> String selectedFile ="some_source_pdf_file.pdf";
> String file ="some_target_pdf_file.pdf";
> PdfReader reader = new PdfReader(selectedFile);
> PdfStamper stamp = new PdfStamper(reader,
>
thanks, for the link but http://sourceforge.net/p/itext/code/HEAD/tree/ is read
only which means Checkout operation for
'http://sourceforge.net/p/itext/code/HEAD/tree' failed.
svn: Malformed XML, ...I rather want to enhance some codings so I have to
manipulate the lib which I can't do wit re
Hi Florian,
On 31 January 2013 16:57, Florian Fleischer wrote:
> Hi,
>
> I am using the address svn://svn.code.sf.net/p/itext/code/ and realized
> that this is not the newest as I compared the code with the itextLib in my
> maven repository could you give me the newest SVN address...
>
The
Hi,
I am using the address svn://svn.code.sf.net/p/itext/code/ and realized that
this is not the newest as I compared the code with the
itextLib in my maven repository could you give me the newest SVN
address...
Thanks
Florian-
On 31/01/2013 15:32, Michael Jenkins wrote:
Is there any way in iText to force a form containing calculable fields
to update?
Only if you have a dynamic XFA form (we've added JS support recently).
We won't add JS support for AcroForm forms.
---
Is there any way in iText to force a form containing calculable fields to
update?
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.
On 1/15/2013 2:27 AM, 1T3XT BVBA wrote:
> RTF has been removed from iText in 2009.
> HTML Worker has been deprecated in favor of XML Worker.
>
I'm trying to replace my HTMLWorker code with the XMLWorker impl. I
will be receiving (almost certainly) non-XHTML compliant syntax (i.e.
sloppy HTML vs.
On 31/01/2013 14:09, Javier Cobo wrote:
> Googling a bit more, I came to the great 'Digital Signatures for PDF
> documents' by Bruno Lowagie, and I found there's a complete new way to
> do signing from version 5.3.5
I would appreciate it if you downloaded the C# port of the examples of
this docu
Thanks!
Yes, the file uses an not-entirely-valid form of encodings which our
standard copy/paste method doesn't pick up. However, if you use the "Copy
w/Formatting" or "Save as Word", then you'll get the expected results.
Leonard
On 1/31/13 8:54 AM, "mkl" wrote:
>Leonard,
>
>Leonard Rosenthol
My first goal is modify an existent pdf into another in wich every page
is the same as the original scaled by 90% in height and a box in the
remaining 10% (on the bottom of the page).
In that box I'm going to write signing information.
Finally, I want to digitally sign the resultant file, with
Leonard,
Leonard Rosenthol-3 wrote
> I'd love to see that PDF, if you can post it...
>
> On 1/31/13 7:56 AM, "Gerold Krommer" <
> Gerold.Krommer@
> > wrote:
>
>>Not that I know enough about PDF to contribute anything significant but
>>out of curiosity (which-lo and behold- killed the cat) I tr
I'd love to see that PDF, if you can post it...
On 1/31/13 7:56 AM, "Gerold Krommer" wrote:
>Not that I know enough about PDF to contribute anything significant but
>out of curiosity (which-lo and behold- killed the cat) I tried C&P with
>PDF-Xchange Viewer
>Into notepad and the text was extract
Not that I know enough about PDF to contribute anything significant but out of
curiosity (which-lo and behold- killed the cat) I tried C&P with PDF-Xchange
Viewer
Into notepad and the text was extracted beautifully (while Acrobat X gives
scrambled garbage). First few lines from Ambulo Report.pdf
Kiran Ghadge,
Kiran Ghadge wrote
> I am using itextsharp for reading text from PDF file.
> I have attached sample project.
> Below is code snippet. But the I am not able to get text from page.
The code snippet in your message contained collected no text and printed no
text. Thus, I assume, that c
You need to either supply pre-baked appearances for the SWF (which is what
Acrobat/Reader is doing when you scroll) OR you need to modify the SWF to
generate one on requested, as documented in the Acrobat SDK.
Leonard
From: Tanmoy mailto:tan...@fusioncharts.com>>
Reply-To: Post here
mailto:ite
Op 31/01/2013 13:20, mkl schreef:
> That being said, for the LtvVerification to do its job properly, it should
> look for certificates at more places (especially to get certificates for all
> secondary signatures, too) and not rely on them being presented as a single,
> ordered chain.
OK,
that's ad
Op 31/01/2013 10:57, Kiran Ghadge schreef:
> I am using itextsharp for reading text from PDF file.
Well... I assume you're not an iText customer because you're using the
free support list. In that case, I won't read your mail because you're
using the forbidden word URGENT (see http://lowagie.com/
Hello,
I am using itextsharp for reading text from PDF file.
Below is code snippet. But the I am not able to get text from page.
Code:
public string ParsePdf(string fileName)
{
if (!File.Exists(fileName))
throw new FileNotFoundException(fileName);
PdfReade
Hello,
I am using itextsharp for reading text from PDF file.
Below is code snippet. But the I am not able to get text from page.
Code:
public string ParsePdf(string fileName)
{
if (!File.Exists(fileName))
throw new FileNotFoundException(fileName);
PdfReade
Michael,
Now I am trying to add image using annotation, which adobe allow but
signature is still getting invalid. its seams a bug in ItextSharp. please
check my code if I am doing wrong
PdfReader reader = new PdfReader("signed.pdf");
using (Stream strm = new MemoryStream())
{
PdfStamper stamper =
22 matches
Mail list logo