Re: [iText-questions] pdf file signed with SHA256withECDSA

2016-07-26 Thread Andreas Kuehne
Hi Alfonso, I saw the problem with unrecognized OIDs for the different sets of EC parameter before. Maybe it boils down to defining another OID assignent. Could you please post a sample PDF with this type of signature? Greetings, Andreas > Hi, > I have a pdf file signed with Elliptic curve Digi

[iText-questions] pdf file signed with SHA256withECDSA

2016-07-26 Thread Massa Alfonso
Hi, I have a pdf file signed with Elliptic curve Digital Signature Algorithm (DSA) coupled with the Secure Hashing Algorithm (SHA256) algorithm (oid: 1.2.840.10045.4.3.2) . When I try and verify the signature with this code (iText 5.5.9): PdfPKCS7 pk = af.verifySignature(name, "B

Re: [iText-questions] PDF file attached as requested / XML Parse bug

2014-02-11 Thread iText Info
Hakan Usakli schreef op 10/02/2014 16:33: > > Hello, > > As requested the PDF files that break Itextsharp 5.4.5 and 5.4.4 are > attached for your testing. > Thanks! I can confirm that in the current trunk version of iTextSharp does not fail on these pdfs. We'll release the new iText version by t

[iText-questions] PDF File Generated on Windows vs. Linux

2013-06-20 Thread Cynthia Jeness
We are trying to generate a file of labels. My development computer is Ubuntu Linux and the PDF that I generate creates labels which are the correct size (3-1/8" x 2").I am specifying the Helvetica font family. The PDF file generated prints correctly on both Linux and Windows. However, when I

Re: [iText-questions] PDF file size limit in iText

2013-05-06 Thread iText Info
Op 6/05/2013 14:19, Nvn schreef: > Please let me know if the above requirement is feasible with iText 4.2x or I > will need to use iText 5.x version. In your case, it would even be better to use iText 5.4.x as it has better IO handling than the previous versions. In any case: you can't use version

Re: [iText-questions] PDF file size limit in iText

2013-05-06 Thread Nvn
My requirement is to read the 2-3GB file sequentially (in order of bookmarks), extract contents w.r.t bookmarks and create the smaller PDF based on previous result. I believe to read the large PDF, I need to use input stream as below. InputStream inputStream = new FileInputStream(INPUTFILE); Pdf

Re: [iText-questions] PDF file size limit in iText

2013-05-06 Thread Paulo Soares
The limitation was lifted in 5.2.0. Paulo On Mon, May 6, 2013 at 9:41 AM, naveen ks wrote: > Hi All, > > I have a requirement to process PDF files of larrge size (2GB+) and I was > reading that iText 2.x had a limitation on the file size to 2GB. > > Can anyone let me know if this limitation stil

Re: [iText-questions] PDF file size limit in iText

2013-05-06 Thread iText Info
Op 6/05/2013 10:58, TvT schreef: > and was integrated into iText Version 5.2.0 > http://itextpdf.com/history/?branch=52&node=520 But that first implementation contains serious flaws, so all 5.2.x versions were removed from SourceForge. The problem that causes 5.2.x to fail was fixed in 5.3.0. ---

Re: [iText-questions] PDF file size limit in iText

2013-05-06 Thread TvT
Hi, a patch for this has been submitted by WMJ http://itext-general.2136553.n4.nabble.com/Can-t-open-or-write-very-large-PDF-files-td3997140.html and was integrated into iText Version 5.2.0 http://itextpdf.com/history/?branch=52&node=520 Regards, ToM 2013/5/6 naveen ks > Hi All, > > I have

[iText-questions] PDF file content

2013-02-06 Thread Marot Laurent
Hello, Could you please tell me why when opening attached file, I can't read plain text "Hello World" as mentioned in digitalsignatures20121017.pdf Code sample 1.1: A PDF file inside-out ? Just trying to understand PDF file structure Thanks. Le papier est un

Re: [iText-questions] PDF file does not generate from byte array

2010-07-13 Thread pa7751
ons@lists.sourceforge.net > *Sent:* Tuesday, July 13, 2010 6:51 AM > *Subject:* [iText-questions] PDF file does not generate from byte array > > Hi > > I have a requirement to generate a pdf file in the file system from a byte > array. The input is an html string. The pdf that is genera

Re: [iText-questions] PDF file does not generate from byte array

2010-07-13 Thread Paulo Soares
Close the doc before file.write(baosPDF.toByteArray()); Paulo - Original Message - From: pa7751 To: itext-questions@lists.sourceforge.net Sent: Tuesday, July 13, 2010 6:51 AM Subject: [iText-questions] PDF file does not generate from byte array Hi I have a

[iText-questions] PDF file does not generate from byte array

2010-07-12 Thread pa7751
Hi I have a requirement to generate a pdf file in the file system from a byte array. The input is an html string. The pdf that is generated is corrupted and acrobat does not open it. Below is my code. Also attached the file. Could anyone please suggest what is it that I am doing wrong: * public*

Re: [iText-questions] Pdf file not being created?

2009-08-18 Thread PortfolioMan
I went over your example. I am not an expert but it looked ok. Try just using the stamper to copy the original pdf to a stamped one to see if it is file permissions or something no itext related. -- View this message in context: http://www.nabble.com/Pdf-file-not-being-created--tp25013995p25024

[iText-questions] pdf file size becoming bigger after removing header and footer

2008-10-02 Thread Anna riechart
I'm using the code below to remove the header and footer from multiple pages of a pdf file. The header and footer is removed but the file size is bigger than before. Any idea why that is happening? Any ideas suggestions will be really help ful. private static void removeHeaderFooter( PdfCopy

Re: [iText-questions] Pdf File request

2007-03-01 Thread Tony Chhun
have in your > machine to play the sound. > > Paulo > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] ] On > > Behalf Of Tony Chhun > > Sent: Thursday, March 01, 2007 10:25 AM > > To: Post all your question

Re: [iText-questions] Pdf File request

2007-03-01 Thread Tony Chhun
machine to play the sound. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Tony Chhun > Sent: Thursday, March 01, 2007 10:25 AM > To: Post all your questions about iText here > Subject: Re: [iText-questions] Pdf File r

Re: [iText-questions] Pdf File request

2007-03-01 Thread Paulo Soares
> Behalf Of Tony Chhun > Sent: Thursday, March 01, 2007 10:25 AM > To: Post all your questions about iText here > Subject: Re: [iText-questions] Pdf File request > > "The classic sound > annotation only supports raw samples and you'll generally need to > convert

Re: [iText-questions] Pdf File request

2007-03-01 Thread Tony Chhun
27;ll generally need to convert your sound files. Paulo > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Tony Chhun > Sent: Tuesday, February 27, 2007 9:05 AM > To: Post all your questions about iText here > Subject: Re: [iText

Re: [iText-questions] Pdf File request

2007-02-27 Thread Paulo Soares
. > > Paulo > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On > > Behalf Of Tony Chhun > > Sent: Tuesday, February 27, 2007 9:05 AM > > To: Post all your questions about iText here > > Subject: Re: [iText-qu

Re: [iText-questions] Pdf File request

2007-02-27 Thread Paulo Soares
L PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Tony Chhun > Sent: Tuesday, February 27, 2007 9:05 AM > To: Post all your questions about iText here > Subject: Re: [iText-questions] Pdf File request > > Yes but, this method does not work. > Actually, the the Sound

Re: [iText-questions] Pdf File request

2007-02-27 Thread Tony Chhun
*From:* [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] *On Behalf Of *Tony Chhun > *Sent:* Monday, February 26, 2007 11:01 AM > *To:* Post all your questions about iText here > *Subject:* [iText-questions] Pdf File request > > Does anyone can send me a Pdf File with an audio annotation i

Re: [iText-questions] Pdf File request

2007-02-26 Thread Leonard Rosenthol
ent: Monday, February 26, 2007 11:01 AM To: Post all your questions about iText here Subject: [iText-questions] Pdf File request Does anyone can send me a Pdf File with an audio annotation in it. The audio annotation have to be a file specification embedded in the document.

Re: [iText-questions] Pdf File request

2007-02-26 Thread Tony Chhun
Bill Ensley www.bearprinting.com -- *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Tony Chhun *Sent:* Monday, February 26, 2007 11:01 AM *To:* Post all your questions about iText here *Subject:* [iText-questions] Pdf File request Does anyone can se

Re: [iText-questions] Pdf File request

2007-02-26 Thread Bill Ensley
?? -Bill Ensley www.bearprinting.com _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tony Chhun Sent: Monday, February 26, 2007 11:01 AM To: Post all your questions about iText here Subject: [iText-questions] Pdf File request Does anyone

[iText-questions] Pdf File request

2007-02-26 Thread Tony Chhun
Does anyone can send me a Pdf File with an audio annotation in it. The audio annotation have to be a file specification embedded in the document. Thank you. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceFor

Re: [iText-questions] PDF file is not opening in IE (version 6)

2007-01-10 Thread Bruno Lowagie (iText)
lopa nayak wrote: > Please suggest the possible reasons that might cause this problem MSIE adds rubbish at the end of a PDF file. As PDF documents are read backwards (starting with the trailer), Adobe Reader thinks it's a damaged PDF (because of the rubbish). > and suggest the remedy as well (:-)

[iText-questions] PDF file is not opening in IE (version 6)

2007-01-10 Thread lopa nayak
Hi , I am using Itext.jar to convert an HTML page to PDF(using Acrobat 7.0). The PDF generation is happening successfully and am able to open it in my browser also... But, Once in a while ,am getting an error message stating that "This file is damaged and could not be repaired".

Re: [iText-questions] PDF file creation with iText

2006-07-13 Thread bruno
Paulo Soares wrote: >- Original Message - >From: "Leone-Thiel, Pat" <[EMAIL PROTECTED]> >To: >Sent: Wednesday, July 12, 2006 10:50 PM >Subject: [iText-questions] PDF file creation with iText > > >>PDFWriter is referenced here: >>http://

Re: [iText-questions] PDF file creation with iText

2006-07-12 Thread Paulo Soares
- Original Message - From: "Leone-Thiel, Pat" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 12, 2006 10:50 PM Subject: [iText-questions] PDF file creation with iText > Good day to iText users/authors, > I have some very rudimentary questions about your produ

[iText-questions] PDF file creation with iText

2006-07-12 Thread Leone-Thiel, Pat
Good day to iText users/authors, I have some very rudimentary questions about your product. We use it in our company to generate PDF files, and our needs are changing...I am not a programmer or direct user. Does iText use the "infamous" PDFWriter driver that came out years ago with one of the firs

Re: [iText-questions] PDF File HashCode & Writing a PDF file to a DB

2006-02-28 Thread bruno
Wayne Schoeman wrote: After Generation of the PDF I want to create a hash value for the PDF File created. After that i want to save the file aswell as the hashVal(HashCode)- to my DB That's what the digital signature stuff does: it takes a hash from the PDF content and stores it in the signatu

Re: [iText-questions] PDF File HashCode & Writing a PDF file to a DB

2006-02-28 Thread Udo Rader
On Tue, 2006-02-28 at 13:47 +0200, Wayne Schoeman wrote: > Hey There Guys > > Wayne here from South Africa. > let me explain what I want to to. 1st I want to Genereate a PDF File > from some input i take in from my front end. After Generation of the > PDF I want to create a hash value for the PDF

[iText-questions] PDF File HashCode & Writing a PDF file to a DB

2006-02-28 Thread Wayne Schoeman
Hey There Guys Wayne here from South Africa. let me explain what I want to to. 1st I want to Genereate a PDF File from some input i take in from my front end. After Generation of the PDF I want to create a hash value for the PDF File created. After that i want to save the file aswell as the hashVa

[iText-questions] pdf file not complete

2005-12-27 Thread Michael Clayton
All, when I run the GetPost.jsp example fro the itext site, the pdf tries to load, but stops in the missdle. Using Safari, I only see 'loading'. Any ideas? Mike --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log f

Re: [iText-questions] PDF file format specification

2005-09-29 Thread Antoine
Bruno Lowagie wrote: Paulo Soares wrote: Read the chapter 3 of the pdf reference 100 times (I'm not kidding) until you understand the overall pdf structure. After that have a look at PdfReader to explore the objects. ... Thanks for the info. I am interested in trying to dissect a PDF. Is th

Re: [iText-questions] PDF file format specification

2005-09-27 Thread Bruno Lowagie
er 27, 2005 1:41 AM To: Paulo Soares Subject: Re: [iText-questions] PDF file format specification Thanks for the info. I am interested in trying to dissect a PDF. Is this possible with iText? I am most intested in beng able to pull apart the different pieces of a PDF. You have a Tokeniz

RE: [iText-questions] PDF file format specification

2005-09-27 Thread Paulo Soares
5 1:41 AM > To: Paulo Soares > Subject: Re: [iText-questions] PDF file format specification > > Thanks for the info. I am interested in trying to dissect a PDF. Is > this possible with iText? I am most intested in beng able to pull > apart the different pieces of a PDF. >

Re: [iText-questions] PDF file format specification

2005-09-26 Thread Paulo Soares
Subject: [iText-questions] PDF file format specification since it appears that iText does not support PDF file reading/parsing, I was wondering if this group has access to the PDF file format specification. I would like to write a library that would read and parse PDF files. Please let me know if t

RE: [iText-questions] PDF file format specification

2005-09-26 Thread Bill Ensley
www.adobe.com -bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Sent: Monday, September 26, 2005 2:02 PM To: itext-questions@lists.sourceforge.net Subject: [iText-questions] PDF file format specification since it appears that iText does not

[iText-questions] PDF file format specification

2005-09-26 Thread Mark
since it appears that iText does not support PDF file reading/parsing, I was wondering if this group has access to the PDF file format specification. I would like to write a library that would read and parse PDF files. Please let me know if the specification is known, or maybe even available some

RE: [iText-questions] PDF File Differences between JDK 1.3 and JDK 1.4

2005-09-03 Thread Jason Moors
Title: RE: [iText-questions] PDF File Differences between JDK 1.3 and JDK 1.4 Hi Paulo,   I've finally managed to get to the root of the problem, it was caused by a Java Bug fix in the JFreeChart.   The TextUtility class has a workaround for JDC bug ID 431217 for drawing rotated tex

RE: [iText-questions] PDF File Differences between JDK 1.3 and JDK 1.4

2005-09-02 Thread Paulo Soares
s@lists.sourceforge.net > Subject: [iText-questions] PDF File Differences between JDK > 1.3 and JDK 1.4 > > Hi, > > > > I sent a previous post describing a difference of PDF file > size when created using different versions of JDK. > > > > I spent furth

RE: [iText-questions] PDF File Differences between JDK 1.3 and JDK 1.4

2005-09-02 Thread Paulo Soares
-Original Message- > From: [EMAIL PROTECTED] on > behalf of Paulo Soares > Sent: Fri 02/09/2005 16:44 > To: Jason Moors; itext-questions@lists.sourceforge.net > Cc: > Subject: RE: [iText-questions] PDF File Differences > between JD

[iText-questions] PDF File Differences between JDK 1.3 and JDK 1.4

2005-09-02 Thread Jason Moors
Hi,   I sent a previous post describing a difference of PDF file size when created using different versions of JDK.   I spent further time investigating and the format is quite different, in particular, the Font attribute is not provided in the 1.3.1 version. I’ve prov

[iText-questions] Pdf File Size

2005-09-02 Thread Jason Moors
Hi,   I’ve used itext 1.3 to develop an application which generates a pdf file, the file includes a couple of JFreeCharts and also numerous lines and shapes using the PdfContentBtye Java2D methods. Whilst developing I was using JDK 1.4.2_8 and the file size was approximatel

Re: [iText-questions] PDF file

2005-06-28 Thread Bruno Lowagie
Yan Bob wrote: I see in the tutorial that the PdfStamper object can change the contents of one existing PDF. I want to add text at the end of each line of an existing PDF file. I think that it's not possible with PdfStamper..?? What are the objects or methods that can do this?? If you know t

Re: [iText-questions] PDF file size increase after form fields addition..

2005-03-10 Thread Leonard Rosenthol
At 11:39 PM 3/9/2005, Ronak Shah wrote: I am using text-box form fields in my PDF reporting application. I need to stamp their values dynamically from database. OK. The problem is my PDF file size without form field is around 160 Kb and after creating form fields (nearly 20 text fiel

Re: [iText-questions] PDF file size increase after form fields addition..

2005-03-10 Thread Paulo Soares
That's the space taken by the appearances. You can generate the fields without appearances but they won't show in Reader 5 and below. - Original Message - From: "Ronak Shah" <[EMAIL PROTECTED]> To: Sent: Thursday, March 10, 2005 4:39 AM Subject: [iText-questio

[iText-questions] PDF file size increase after form fields addition..

2005-03-10 Thread Ronak Shah
Hi All, I am using text-box form fields in my PDF reporting application. I need to stamp their values dynamically from database. The problem is my PDF file size without form field is around 160 Kb and after creating form fields (nearly 20 text fields) , it becomes 400Kb. I use adobe

RE: [iText-questions] PDF file on steroids; some more info...

2004-07-22 Thread Paulo Soares
MAIL PROTECTED] On Behalf Of > Sternbergh, Cornell > Sent: Wednesday, July 21, 2004 14:24 > To: [EMAIL PROTECTED] > Subject: [iText-questions] PDF file on steroids > > > Good Afternoon > > This afternoon we had a problem. We created a 38 Meg PDF which > shouldn't

[iText-questions] PDF file on steroids; some more info...

2004-07-21 Thread Sternbergh, Cornell
55K. We captured the TIFF and converted it to PDF (with PDFWriter) and created a file 138K large. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sternbergh, Cornell Sent: Wednesday, July 21, 2004 14:24 To: [EMAIL PROTECTED] Subject: [iText-questions] PDF

[iText-questions] PDF file on steroids

2004-07-21 Thread Sternbergh, Cornell
Good Afternoon This afternoon we had a problem. We created a 38 Meg PDF which shouldn't be more than 136K. We have a Java process which reads data from a database and formats into a PDF. In the past 9 days we've created 9,700 documents, the largest is 136K, the smallest is 24K. 38M is way out

RE: [iText-questions] pdf file protection

2004-03-23 Thread Sherlock Simon
iText-questions] pdf file protection Hi, I just want to know how set my security to my pdf files. I allow printing and insert annotations, but, no other modifications. Is it possible ? Rémi --- This SF.Net email is sponsored by: IBM Linux Tuto

RE: [iText-questions] pdf file protection

2004-03-23 Thread Paulo Soares
o: [EMAIL PROTECTED] > Subject: [iText-questions] pdf file protection > > Hi, I just want to know how set my security to my pdf files. > I allow printing and insert annotations, but, no other modifications. > Is it possible ? > Rémi > > > > >

[iText-questions] pdf file protection

2004-03-22 Thread Rémi Guilbert
Hi, I just want to know how set my security to my pdf files. I allow printing and insert annotations, but, no other modifications. Is it possible ? Rémi --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented b

RE: [iText-questions] PDF file size too large while printing??

2004-01-21 Thread Gajdos Gabriel
ubject: Re: [iText-questions] PDF file size too large while printing?? Prints fine, I agree, make sure "print as image" is not checked --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development

Re: [iText-questions] PDF file size too large while printing??

2004-01-21 Thread Bill Ensley
Prints fine, I agree, make sure "print as image" is not checked

Re: [iText-questions] PDF file size too large while printing??

2004-01-21 Thread chicks
Make sure "print as image" is unchecked on the "Advanced Print Setup" form of Adobe Reader. --- Prasanna Gunjikar <[EMAIL PROTECTED]> wrote: > > Hi All.. > Have been using Itext since last 8 months. > Have used itext to a great extent and am thankful to > ull for such fabulous work. > > I genera

Re: [iText-questions] PDF file opening error

2003-07-27 Thread Paulo Soares
That doesn't happen with the last version. Best Regards, Paulo Soares - Original Message - From: "Kenny G. Dubuisson, Jr." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 24, 2003 14:52 Subject: [iText-questions] PDF file opening error >

Re: [iText-questions] PDF file opening error

2003-07-25 Thread Kenny G. Dubuisson, Jr.
I upgraded to iText 1.00 and it solved the problem. Thanks, Kenny - Original Message - From: "Paulo Soares" <[EMAIL PROTECTED]> To: "Kenny G. Dubuisson, Jr." <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, July 25, 2003 3:41 AM Subject: Re: [i

Re: [iText-questions] PDF file opening error

2003-07-24 Thread Kenny G. Dubuisson, Jr.
r." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 24, 2003 8:52 AM Subject: [iText-questions] PDF file opening error > I have a web page that allows users to select different sections of a > document and then generate a full PDF document from the selections ma

[iText-questions] PDF file opening error

2003-07-24 Thread Kenny G. Dubuisson, Jr.
I have a web page that allows users to select different sections of a document and then generate a full PDF document from the selections made. Each section is it's own PDF. All works fine except for one section document. When the user adds it, they get the following error (truncated for brevity):

Re: [iText-questions] PDF File Image Sizes

2003-07-21 Thread Paulo Soares
- Original Message - From: "Jerold Sampson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 21, 2003 16:23 Subject: [iText-questions] PDF File Image Sizes > Greetings, > > I have been creating PDF files containing images converted from >

[iText-questions] PDF File Image Sizes

2003-07-21 Thread Jerold Sampson
Greetings, I have been creating PDF files containing images converted from another format. The results are good but I have some performance related questions. I create the image using either of the two following methods: // 8-bit logic int transparency[] = {255, 255}; byte[] ib = new byte[

Re: [iText-questions] pdf file in IE

2003-03-21 Thread Matt Benson
I think there are two problems: One, IE wants to know the size of the PDF as you send it. This means you can't write your PDF directly to your ServletOutputStream. You have to write to a ByteArrayOutputStream so that you can set the stream size on your ServletOutputStream. The second problem is

[iText-questions] pdf file in IE

2003-03-21 Thread David Thielen
Hi;   I know this has been asked & answered before but I never looked at those e-mails before.   What's the scoop on the problem with IE displaying a pdf file and what's the work-around?   thanks - dave

RE: [iText-questions] PDF file: Conversion from RGB to CMYK

2003-03-19 Thread Paulo Soares
iText can't convert colorspaces. You'll need Pitstop or something like that. Best Regards, Paulo Soares > -Original Message- > From: Hans Stoessel [SMTP:[EMAIL PROTECTED] > Sent: Wednesday, March 19, 2003 8:10 > To: [EMAIL PROTECTED] > Subject: [

[iText-questions] PDF file: Conversion from RGB to CMYK

2003-03-19 Thread Hans Stoessel
Hi I have a PDF file and want to convert the colorspace from RGB to CMYK. How can I do that? A code sample would be great. Thanks for your help Hans --- This SF.net email is sponsored by: Does your code think in ink? You could win a Tab

RE: [iText-questions] PDf file With Form Field

2002-06-18 Thread Patil, Manohar (CAP, GEFA, Contractor)
c: '[EMAIL PROTECTED]' Subject: Re: [iText-questions] PDf file With Form Field > I want to generate a PDF with some static data and some Form Fields so that > in the Forms Field user can enter the text. > > Is it possible to generate a PDF with Form field using iText ? How ? >

RE: [iText-questions] pdf file sizes

2002-05-02 Thread Paulo Soares
D] > Subject: [iText-questions] pdf file sizes > > I am using version 0.91. My question is: Is there any explanation why the > same exact pdf file created on a unix platform and windows nt platform > would have widely different sizes? I am basically using Table with no > graphic

[iText-questions] pdf file sizes

2002-05-02 Thread Campanale, Rocco
I am using version 0.91. My question is: Is there any explanation why the same exact pdf file created on a unix platform and windows nt platform would have widely different sizes? I am basically using Table with no graphics. The file size on windows is ~5k and on a solaris 2.5 unix box, ~178,25