Re: [iText-questions] ligature implementation for Indian languages / Devanagari script

2011-10-14 Thread dilipvs...@hotmail.com
Hi Paulo, What can be done to use iText for Indian languages? As I've mentioned in my earlier emails, I'm willing to put in time to implement one Indian language to start with and contribute my discoveries as well as code to the community. Any direction in this matter is highly appreciated. Di

[iText-questions] Concatenating multiple PDF's using Servlet

2011-10-14 Thread Tim Troy
I have requirements as follows: Using Java Servlets, print pdf reports with page numbers, 1 of 3, 2 of 3, etc... I did this using PdfpTables and then applying a Stamper for the page numbering. The reports are dynamically generated from database rows. Life is good for one report at a time. Th

Re: [iText-questions] iText - Dynamic Table + Footer

2011-10-14 Thread Vahid Nasiri
This is a bug. setting the bottom margin won't help. From: Mark Storer To: Post all your questions about iText here Sent: Friday, October 14, 2011 8:14 PM Subject: Re: [iText-questions] iText - Dynamic Table + Footer Use a bottom margin to protect your page

Re: [iText-questions] iText - Dynamic Table + Footer

2011-10-14 Thread Lucas Francisco
I tryed but doesn't work. The table doesn't respect my bottom margin! Date: Fri, 14 Oct 2011 09:44:23 -0700 From: msto...@autonomy.com To: itext-questions@lists.sourceforge.net Subject: Re: [iText-questions] iText - Dynamic Table + Footer Use a bottom margin to protect your page numbe

Re: [iText-questions] PDFReader and secured PDF

2011-10-14 Thread Mark Storer
Only the "open" password is backed with Strong Crypto. The rest is legalese and by-your-leave. --Mark Storer Senior Software Engineer Cardiff.com import legalese.Disclaimer; Disclaimer DisCard = null; Autonomy Corp., an HP Company > -Original Message- > From: spr...@gmx.eu [mai

Re: [iText-questions] PDFReader and secured PDF

2011-10-14 Thread spring
> Because 1.4 was wrong by not respecting the rights of the PDF > author, so > it was fixed. Ah ok. So these rights are only efective if the applications respects them? There is no encryption or something else. -- All t

Re: [iText-questions] iText - Dynamic Table + Footer

2011-10-14 Thread Mark Storer
Use a bottom margin to protect your page numbers. --Mark Storer Senior Software Engineer Cardiff.com import legalese.Disclaimer; Disclaimer DisCard = null; Autonomy Corp., an HP Company From: Lucas Francisco [mailto:dominic...@hotmail.com]

Re: [iText-questions] PDF Trimbox

2011-10-14 Thread Mark Storer
Look at the parameter type that PdfDictionary.put takes for the second parameter. --Mark Storer Senior Software Engineer Cardiff.com import legalese.Disclaimer; Disclaimer DisCard = null; Autonomy Corp., an HP Company From: Tom Vermeulen [mail

Re: [iText-questions] Subject: Inserting external PDF documents

2011-10-14 Thread McGee, Edwin F. Sr.
Generic disclaimer to read the book and/or look at the samples online. Then you could also create a PdfCopy which is very similar to a PdfWriter. Whether an additional file is created or not depends upon the output stream you select. If you use a new FileOutputStream then you will need to spec

Re: [iText-questions] inherit zoom between GotoR links

2011-10-14 Thread pieter vankeerberghen
On 27/09/2011 9:29, 1T3XT BVBA wrote: > On 26/09/2011 21:59, pieter vankeerberghen wrote: >> In an application, I wanted to create hyperlinks between PDFs with >> inherit zoom. > Can you create such a hyperlink in Acrobat? > Maybe it's not supported in PDF. > > -

[iText-questions] PDF Trimbox

2011-10-14 Thread Tom Vermeulen
Hello, I must change the trimbox from existing PDf files in vb.net This is the code but I get an error on the PageDic.Put Dim pageNum as integer Dim pdfdoc As New iTextSharp.text.pdf.PdfReader(outputPath) Dim pdfName As iTextSharp.text.pdf.PdfName For pageNum = 0 to pdfdoc.NumberOfPa

Re: [iText-questions] Problem with preClose function and exclusion hashmap

2011-10-14 Thread mkl
twain, twain wrote: > But what do you mean with "document appear different"? If I remove an > excluded(from hash computation) pdf dictionary entry the document doesn' > appear more different than if I remove an unsigned attr. > > Pdf dictionary entry doesn't change the "appearance" of a pdf(inte

Re: [iText-questions] Problem with preClose function and exclusion hashmap

2011-10-14 Thread twain
Thanks, I'll use unsigned attrs. But what do you mean with "document appear different"? If I remove an excluded(from hash computation) pdf dictionary entry the document doesn' appear more different than if I remove an unsigned attr. Pdf dictionary entry doesn't change the "appearance" of a pd

Re: [iText-questions] Problem with preClose function and exclusion hashmap

2011-10-14 Thread mkl
twain, twain wrote: > so iText excludes the new entry but Adobe Reader doesn't accept this. > Right? Right. Actually I have not tested whether iText properly excludes your additional exclusion range but Adobe Reader definitively does not accept signed ranges with exclusions other than the signat

Re: [iText-questions] Problem with preClose function and exclusion hashmap

2011-10-14 Thread twain
Thanks mkl, so iText excludes the new entry but Adobe Reader doesn't accept this. Right? Just a consideration. Unsigned attributes are "unsigned" :-). So if someone is skilled enough to remove some data from my "excluded" pdf portion, he will also succeeded to eliminate an unsigned attribute.

Re: [iText-questions] Problem with preClose function and exclusion hashmap

2011-10-14 Thread mkl
twain, twain wrote: > Now I need to add a new entry to the exclusions HashMap, because I need to > insert new data excluded from hash computation. > > But if I try to do: > > [...] > > I obtain a pdf that cause a problem in Adobe Reader about > SigDict/ByteRange value. > > [...] > > Where am

Re: [iText-questions] PDFReader and secured PDF

2011-10-14 Thread Alexis Pigeon
Hi spring, On 13 October 2011 21:46, wrote: > > > Something works as expected in one version, and doesn't in an > > older one. > > I don't see the problem, that's what bugfixes are for :) > > Well... I want to understand, why it works in 1.4 and no more in 2.0.5... > I have no problem with the f