Re: [iText-questions] Remove validation and formatting from fields

2011-07-11 Thread Maarten Albers
e js and set all the fields to read only. (flatten doesn't do the job since it also disables the scrollbar in the overflow situation) But the fields are still calling jsfunction1() and 2(). Greets, Maarten On Mon, 2011-07-11 at 12:37 +0200, 1T3XT BVBA wrote: > On 11/07/2011 11:28, Maart

[iText-questions] Remove validation and formatting from fields

2011-07-11 Thread Maarten Albers
I have a pdf with javascript functions to validate and to format. After I remove all javascript I still get some errors that the format and validate functions do no longer exist. How do I remove these calls to the js-functions which do no longer exist? Greets, Maarten

Re: [iText-questions] avoid oversized pages

2005-08-10 Thread maarten
) Acrobat 7.0 on Linux : two checkboxes : Shrink oversized pages to paper size + Expand small pages to paper size Also on linux there is no preview box and no indication on how much zooming will be performed. Maarten --- SF.Net e

Re: [iText-questions] avoid oversized pages

2005-08-10 Thread maarten
Leonard Rosenthol wrote: At 09:05 AM 8/10/2005, bruno wrote: Normally no: if the printscaling option is set to NONE internally, Adobe Reader should 'obey' it, BUT: the print scaling option is rather recent (PDF 1.5? I only have my 1.4 Reference Manual here, I left my 1.6 Manual at home), so ol

Re: [iText-questions] avoid oversized pages

2005-08-10 Thread maarten
point. Yes, I agree, but I tried it with 2 different printers with many different drivers (from both linux and unix) I am starting to suspect that our printerserver/spooler has something to do with it. Tonight I will try it out on my personal inkjet printer (directly connected to my pc)

[iText-questions] avoid oversized pages

2005-08-10 Thread maarten
? Even if I create a document with only a newline or a single letter, Acrobat wants to shrink it. Thanks, Maarten --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Developme

[iText-questions] underlined text at an absolute position

2005-03-23 Thread maarten
se I have to support unicode. And I need absolute positioning because my output is based on another pdf using PdfReader. I guess it's not possible to create a Paragraph or a Phrase and add it to the document at an absolute position ? Thanks, Maarten -

[iText-questions] Bug found in iTextDOTNet

2004-12-30 Thread Leurs, Maarten (NL - Amstelveen)
ph)     If IO.File.Exists(tmpFile) Then     IO.File.Delete(tmpFile)     <-- this goes wrong using RTFWriter2, but not when using RTFWriter     End If     End If Kind regards, Maarten Leurs The Netherlands Maarten Leurs Msc. Deloitte Consultancy  Main:

[iText-questions] RE: spacing between paragraphs

2004-03-10 Thread Maarten Coene
e.net/tracker/index.php?func=detail&aid=913453&group_id=15255&atid=365255 thanks, Maarten Paulo Soares wrote: If only thing were that easy... Currently the paragraph processing is a can of worms, change something here and something else will break. If you do the code changes we'll c

Re: [iText-questions] PDF documents created by iText 1.02b doesn't look as good as with 1.00

2004-03-09 Thread Maarten Coene
Hi, JFreeChart was indeed adding some opaque lines to the chart. After removing these lines, the PDF documents looked fine. Thanks! Maarten --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel

[iText-questions] spacing between paragraphs

2004-03-09 Thread Maarten Coene
would be nice if such methods could be added to the Paragraph API ?? Should I post a feature request at sourceforge, or doesn't it has a chance to get accepted? thanks, Maarten Coene --- This SF.Net email is sponsored by: IBM Linux Tutoria

Re: [iText-questions] PDF documents created by iText 1.02b doesn't look as good as with 1.00

2004-03-08 Thread Maarten Coene
ader 6 (however, they look the same with Acrobat Reader 5 !!!) Is it a specific setting within the reader I have to change, or can I change some PDF settings with the iText API to accomplish this? thanks, Maarten Paulo Soares wrote: There's nothing wrong. Only the text "serie 0"

[iText-questions] PDF documents created by iText 1.02b doesn't look as good as with 1.00

2004-03-05 Thread Maarten Coene
More in specific, the displayed font in 1.02b is not as sharp as in version 1.00 . I've put 2 generated PDF documents here: with iText 1.00: http://www.qmedit.com/temp/chart-1.00.pdf with iText 1.02b: http://www.qmedit.com/temp/chart-1.02b.pdf any idea what could be wrong ? thanks, Maart