Re: [iText-questions] NoClassDefFoundError - Servlet ClasspathProblems

2003-08-11 Thread itext
e problem. I have an EAR application which comprises >> of >> one Web Application (WAR file). In the Web Application is where I am >> generating PDFs from a servlet. I have placed the itext-1.00.jar file >> in >> the Web Applications WEB

[iText-questions] NoClassDefFoundError - Servlet Classpath Problems

2003-08-14 Thread itext
itext-1.00.jar file in the Web Applications WEB-INF/lib directory. I have compiled my application, so compile is fine. However, at runtime, I get the following: java.lang.NoClassDefFoundError: com/lowagie/text/DocumentException at com.rego.web.common.GenPdfServlet.doPost(GenPdfServlet.java

[iText-questions] Form questions

2003-09-04 Thread itext
Hi, I am german student and doing right now my internship. I have few knowledge of iText and have a lot of questions. 1. Can I use Itext to add to a pdffile(e.g. created with acrobat) a text at a postion?e.g. the date I know I could use Javascript in the pdf but I need to do it with java 2

[iText-questions] add metadata to existing pdf

2003-09-09 Thread itext
hi. I am using apache fop to create pdf files. but fop can not create meta data like title author. Now I would like to use iText to do that. So fop creates the pdf and itext just adds metadata to existing pdf. Can somebody show me an example on e.g. how to add title to an existing pdf. I know

[iText-questions] iText to add formfield to existing pdf file

2003-09-09 Thread itext
Hi. Well this mailinglist is great. All questions get a quick(short) answer that helps. I have anoth one. Can I use itext to add a formfield(all kinds) at a special position to an existing pdf file?? can I also add a button (inkl. Buttonaction[JS]) to an existing pdf file?? thank you very very

[iText-questions] Heap memory requirements for PdfReader?

2003-09-16 Thread itext
Len --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions

[iText-questions] add ID(like hash) to pdf for printing

2003-10-09 Thread iText
orters.php ___ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions

[iText-questions] formfield readonly

2003-11-12 Thread itext
Hi I want to use Itext to merge fdf with a pdf. That is working fine. Then I want to use iText to put all formfields(text) on READONLY. I have searched the mailinglist and found thsi answer from paulo: "It can be done. Get the fields with AcroFields.getFields(). Set Item.widgets with th

[iText-questions] auto change of sumbit url

2004-03-25 Thread itext
Hi. I want to use iText to modify existing PDF files. All of these PDF files have Form fields. Also a Submit button which leads to an URL. Is there a way to automatic change this URL in all PDF Files. If yes, can you give me some sample lines? Thankx a lot Philipp Schneider from Germany

[iText-questions] find and delete all Buttons in PDF

2004-03-29 Thread itext
thing from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click ___ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions

[iText-questions] need to substitute entire arbitrary-length table for one custom tag....

2004-04-28 Thread itext
Title: Message can this be done easily?   What I want is to not only substitute plain chunksbut an entire table as well...   --- Ex: xmlfile.xml   Name:     ---   Where gets substituted with a table that is built from a database query.  I can populate easy enough u

[iText-questions] Dictionary key is not a name

2005-08-29 Thread iText
Good Morning, I have been using iText to encrypt PDFs for a couple of years now and have had no significant problems that I have been unable to overcome. However, when encrypting a new PDF that I am generating, I am now getting an error: java.io.IOException: Dictionary key is not a name

[iText-questions] FDF merging

2005-03-23 Thread itext
Mobile(tm)-based Pocket PCs or Smartphones for the chance to win $25,000 and application distribution. Enter today at http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click ___ iText-questions mailing list iText-questions@lists.sourceforge.n

[iText-questions] [SPAM] Re: iText with trust level medium in ASP.NET 2.0?

2012-04-10 Thread itext
This link may help run itextsharp in a medium trust environment http://instantdevelopment.blogspot.com.au/2009/10/itextsharp-pdf-rendering-in-medium.html iTextSharp Medium Trust -- View this message in context: http://itext-general.2136553.n4.nabble.com/iText-with-trust-level-medium-in-ASP-NET

[iText-questions] (no subject)

2003-05-30 Thread itext name
pment for less on eBay! http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 ___ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions

[iText-questions] Wrong File Name Problems with IE & Netscape,Urgent Please Help

2003-12-22 Thread iText User
Hi   I am new bie to iText .But Trying to Quickly develop a Proto Type  Web Application. which i want to integrate with my existing applications.   I ran in to following Problem.   1.As shown in some tutorials i am genrating PDF document in a Servlet storing the same in the File System ,at the

[iText-questions] Question regarding populating PDF Form fields....

2004-02-16 Thread USB ITEXT
Hi,   I am using i-Text to read a PDF Form, populate the fields and flatten it before displaying the resultant PDF in the browser. The code is as follows:   String urlString = "http://localhost:8080/fdfsample/PDFs/FormTest.pdf"; resp.setContentType("application/vnd.fdf"); PdfReader reader = new Pd

[iText-questions] Showing dynamically generated PDF (using iText) in browser...

2004-02-17 Thread USB ITEXT
Hi,   I am having problems with displaying the dynamically generated PDF using iText on the browser. I have set the response content length as mentioned in the FAQ section, but the PDF is not getting displayed yet. Could anyone help.   My code is as follows:   PdfReader reader = new PdfReader(new

[iText-questions] Getting the value of a flattened field from the request

2004-02-18 Thread USB ITEXT
Hi.   I have partially flatted the PDF generated (using Paulo Soares's extension to iText). I am then getting the PDF to the browser using the PDFStamper.   When I try to go to the next screen on the PDF form submission, I am able to get the values of the non-flattened fields usin

[iText-questions] Question regarding check boxes in flattened PDF

2004-02-18 Thread USB ITEXT
Hi.   I have populated the PDF form fields with data and flattened it using PDFStamper. But, the check box (a square before the option) for the unchecked options are not visible in the flattened PDF. A radio button is working fine. Is there any way we can get the unselected checkbox visible?   Than

[iText-questions] Underlining Blanks

2004-04-05 Thread Asya IText
amp;op=click ___ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions

Re: [iText-questions] Commercial iText license

2007-04-26 Thread SKS-Itext
We are seriously considering using iText in our pdf manipulation project. Kindly let us know if you provide BSD license for iText. If yes provide contact details for purchasing.. sks. Mark Storer-3 wrote: > > We aren't the only company out there shipping iText with a comercial >

[iText-questions] Adding borders to MultiColumnText

2007-07-06 Thread iTEXT USER
} catch (DocumentException e) { e.printStackTrace(); } } } Regards, iTEXT USER -- View this message in context: http://www.nabble.com/Adding-borders-to-MultiColumnText-tf4033727.html#a11458943 Sent from the iText - General

Re: [iText-questions] Adding borders to MultiColumnText

2007-07-06 Thread iTEXT USER
other suitable element for these two requirements. -- iText User mister bean wrote: > > If you're looking for a specific method/API, there isn't one that I know > of in MCT (I've just been looking at the code). > > You will have to draw the lines manually (that i

[iText-questions] PdfPTable splitting columns

2007-08-27 Thread iTEXT USER
. Thanks and Regards, iText User -- View this message in context: http://www.nabble.com/PdfPTable-splitting-columns-tf4333540.html#a12342135 Sent from the iText - General mailing list archive at Nabble.com. - This SF.net

Re: [iText-questions] PdfPTable splitting columns

2007-08-27 Thread iTEXT USER
much, regards, iText User -- View this message in context: http://www.nabble.com/PdfPTable-splitting-columns-tf4333540.html#a12361961 Sent from the iText - General mailing list archive at Nabble.com. - This SF.net email is

[iText-questions] Adding PdfPtable to ColumnText

2007-09-25 Thread iTEXT USER
://www.nabble.com/Adding-PdfPtable-to-ColumnText-tf4514586.html#a12876596 Sent from the iText - General mailing list archive at Nabble.com. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio

Re: [iText-questions] Underline up to the end of the line

2008-05-28 Thread iText man
Yes, it is really included in 4.1.2. But we are using iText for generating RTF files, and as far as I can see VerticalPositionMark, LineSeparator are related to PDF generation. On Tue, 27 May 2008 12:05:18 + (UTC) Paulo Soares <[EMAIL PROTECTED]> wrote: > iText man ngs.r

Re: [iText-questions] HTML-formatted text

2006-08-29 Thread itext . gd
Now the only possible way to add HTML formatted text to a PDF document I found is using HtmlParser.parse(): String content = "This is text in red."; java.io.StringReader reader = new java.io.StringReader(""+content+""); com.l

Re: [iText-questions] HTML-formatted text

2006-08-29 Thread itext . gd
lest. HtmlWorker does the reverse. >> I'll add support this week for the style attribute. That would be a nice improvement! What URL can I look at to see if that new version is available? Thank you so much for the time you spend to answer these questions and to develop iText. Geert

[iText-questions] Bug HtmlWorker

2006-09-01 Thread itext . gd
57&dat=121642 _______ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions

Re: [iText-questions] Bug HtmlWorker

2006-09-01 Thread itext . gd
> Yes, that's a bug. I'm doing a lot of changes in HTMLWorker to support > CSS styles and I'll change this too. > > Paulo Thanks a lot! So that'll be in the official iText v1.4.5 then? > > > From: [EMAIL PROTECTED] on b

[iText-questions] PdfPTable.setKeepTogether(true)

2006-09-01 Thread itext . gd
Hi, I wrote a small app to check the behaviour of iText when you add a PdfPTable to a document via document.add() on which setKeepTogether(true); is set. These are my experiences: I add a first table of 60 rows. (So the last row is in the upper half of the 2nd page) Then - when I add a 2nd

Re: [iText-questions] PdfPTable.setKeepTogether(true)

2006-09-04 Thread itext . gd
Document.add(). Well, I don't ask for any exotic layout. I'm trying to avoid that iText takes a new page in trying to keep together a table that can impossibly fit on one page (and so will however be split further on) I just want to avoid waste of paper (by user request) __

Re: [iText-questions] PdfPTable.setKeepTogether(true)

2006-09-04 Thread itext . gd
subtracting the > >>margins from the page size. > >> > >> > >I'm not interested in the WIDTH > > > You probably aren't, but iText is. > iText can't calculate the height if it doesn't know the width. > > > but in the LENGTH a

[iText-questions] how to add anchor in PdfpTable

2002-01-31 Thread Nitin Itext
Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! http://auctions.yahoo.com _______ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions

[iText-questions] Re: Product Compatibility

2002-04-29 Thread iText mail
I fear a lot of other functionality will not work. iText was originally designed 3 years ago, following the specs of PDF 1.2, but there were some features added that are specific for 1.3. Allthough the version number of the generated docs says 1.4, there was no functionality added that doesn't

[iText-questions] Re: Permission to use your logo/mention itext on our site

2002-05-30 Thread iText mail
Quoting markee <[EMAIL PROTECTED]>: > Hi, > > We've put up a site (and some code!) for allowing extraction of text and > images in Java FROM pdf (its at http://jpedal.sourceforge.net/) under an LGPL > > license. > > As its the 'reverse' of itex

[iText-questions] Re: help!

2002-08-22 Thread iText mail
Quoting ³ÂÕñÏè <[EMAIL PROTECTED]>: > hello: > can i use the itext to generate a pdf file like the attatchment. > i just want to draw a rectangle with the four arc corner .can i? > if can,can you give me a example? use method roundRectangle in class PdfContentByte. Yo

[iText-questions] Re: jsp

2002-09-10 Thread iText mail
Quoting Marc Riess <[EMAIL PROTECTED]>: > can you put a downloadable version please. http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/itext/www/examples/pdf.jsp (It's also in the examples.tar.gz bundle) --- This sf.net email i

[iText-questions] RE: build 95

2002-09-28 Thread iText mail
ds, > > Ken > > > > --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions

[iText-questions] Entity Resolver

2004-08-28 Thread iText Developer
I’m writing a JSP that will take an existing web page and convert it to a PDF document.  The problem I’m encountering is, when the parser comes across an image tag, it looks for the file relative to the servlet container’s bin directory.  Is there an entity resolver I can use to correctly s

[iText-questions] Who's using iText?

2004-12-08 Thread iText User
My company is considering using iText to produce insurance enrollment PDF forms from their website. My manager is interested in knowing what other companies are using iText before we spend time converting our current PDF solution to iText. If you're willing, please let me know what co

[iText-questions] User ID stamping

2004-12-23 Thread srikavi96-itext
Hi All,   I am building an automatic report creation module using IText.  Created pdf reports are saved on server and a user has access to the report through a secured website.   My question is, Is it possible to stamp user id or user name on the pdf file just before delivering it to the user for

[iText-questions] large cell values in PdfTable

2005-01-12 Thread itext user
I have problems rendering table with large cell values. This is inside a web application. Is there any setting required to allow large values. Basically, the whole table is not rendered. Following is the code snippet   // create table   PdfPTable datatable = new PdfPTable(9);   int headerwidths[] =

[iText-questions] PDFStamper corrupts the PDF Signature

2005-06-08 Thread iText General
C 61" plasma display: http://www.necitguy.com/?r=20 _______ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions

[iText-questions] Re: PDFStamper corrupts the PDF Signature

2005-06-08 Thread iText General
it's no surprise that the signature is corrupted. This can be avoided by adding more information in append mode although you'll still get a warning that the signature doesn't cover the entire doc. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTEC

[iText-questions] Re: PDFStamper corrupts the PDF Signature

2005-06-08 Thread iText General
I also noticed that 'destination.pdf' is 2KB less than 'source.pdf' document. "iText General" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > You are right but case is different. > > If I try only following code (do not update pdf doc

[iText-questions] Re: PDFStamper corrupts the PDF Signature

2005-06-08 Thread iText General
e entire doc. > > > > > -Original Message- > > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED] On > > > Behalf Of iText General > > > Sent: Wednesday, June 08, 2005 11:50 AM > > > To: itext-questions@lists.sourceforge.

[iText-questions] Form Filling is not working

2005-06-21 Thread iText General
tegies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click ___ iText-questions maili

[iText-questions] ColumnText text alignment

2010-11-10 Thread iText List
7;s Growth: New Video Whitepaper David G. Thomson, author of the best-selling book "Blueprint to a Billion" shares his insights and actions to help propel your business during the next growth cycle. Listen Now! http://p.sf.net/sfu/SAP-dev2dev______

Re: [iText-questions] PdfReader not opened with owner password - Reader-enabling a form

2011-11-28 Thread iText Info
se. And common sense. http://p.sf.net/sfu/splunk-novd2d ___ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted

Re: [iText-questions] PdfReader not opened with owner password - Reader-enabling a form

2011-11-28 Thread iText Info
password. Read the FAQ on page 390: The decryption process in iText isn't fine-grained. Manipulating an encrypted PDF always requires the owner password in iText. > i read section 8.7 again. i was under the impression (from 8.7.2) that there > is a workaround. There is a workaround, bu

Re: [iText-questions] Functional Support of iText

2011-11-29 Thread iText Info
your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _____

Re: [iText-questions] Change Fields Properties

2011-11-29 Thread iText Info
, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______ iText-questions mailing list iText-questions@lists.sourcefo

Re: [iText-questions] Change Fields Properties

2011-11-29 Thread iText Info
Op 29/11/2011 14:35, Khatri Anand schreef: > That means I can't Change field Properties of XFA Form? You can use iText to extract the XML stream defining the form. You can use your favorite XML tool to change the template part in that XML stream. You can use iText to put the XML back in

Re: [iText-questions] Change Fields Properties

2011-11-29 Thread iText Info
nd makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of

Re: [iText-questions] FYI about xmlworker and BR tags

2011-11-29 Thread iText Info
http://p.sf.net/sfu/splunk-novd2d _______ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) be answered wi

Re: [iText-questions] spacing between tables in for loop

2011-12-01 Thread iText Info
--- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d ___

Re: [iText-questions] No entries in AcroFields PdfArray, but Acrobat shows fields

2011-12-02 Thread iText Info
Op 2/12/2011 13:39, Chris MacKenzie schreef: > Any idea what is wrong with PDF structure that iText fails on? The PDF was created by software that doesn't respect the PDF specification. > What 'fixups' is Acrobat doing when loading the file? That's explained in

Re: [iText-questions] Remove Textbox Border

2011-12-04 Thread iText Info
e contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d ___ iText-questions mailing list

Re: [iText-questions] Problem with LocationTextExtractionStrategy and empy chunk.text

2011-12-05 Thread iText Info
Op 5/12/2011 11:58, adam.r...@steria-mummert.de schreef: Anyhow, I suppose the question is whether this is a bug or is there a way for me to work around this? I think it's a bug in the sense that iText wasn't prepared to find text syntax in a content stream that contains no text

Re: [iText-questions] Jsp browsing existing pdf to communicate with servlet

2011-12-08 Thread iText Info
st. As soon as you've acquired all this knowledge (that is not related to iText), you can come back to this list and explain your PDF related problem. > thanks You're welcome, but we'd appreciate it if you keep your questions on-topic. ---

Re: [iText-questions] iText for Android

2011-12-09 Thread iText Info
Op 9/12/2011 15:38, khushwant dhayal schreef: > Hi, > > I want to generate a pdf from android application using iText. Is it > possible? Yes: http://www.youtube.com/watch?v=wwmRiUaEfQc http://www.youtube.com/watch?v=PNLh4HqYtXY > if yes than could you please provide me any tut

Re: [iText-questions] PDF Field background color not displayed or printed

2011-12-09 Thread iText Info
sion for anyone considering optimizing the pricing and packaging model of a cloud services business. Read Now! http://www.accelacomm.com/jaw/sfnl/114/51491232/ ___ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourcefor

Re: [iText-questions] iText for Android

2011-12-09 Thread iText Info
Op 9/12/2011 16:31, khushwant dhayal schreef: > Could you please provide me the link of iText.jar for android There's a jar based on iText 5.0.7 (that's the one used in the demos), but it's only made available after you fill out the sales form: http://itextpdf.com/sal

Re: [iText-questions] iText for Android

2011-12-09 Thread iText Info
te paper is intended to serve as a reference, checklist and point of discussion for anyone considering optimizing the pricing and packaging model of a cloud services business. Read Now! http://www.accelacomm.com/jaw/sfnl/114/51491232/ ___ iText-questions

Re: [iText-questions] iText for Android

2011-12-09 Thread iText Info
and point of discussion for anyone considering optimizing the pricing and packaging model of a cloud services business. Read Now! http://www.accelacomm.com/jaw/sfnl/114/51491232/ ___ iText-questions mailing list iText-questions@lists.sourceforge.net ht

Re: [iText-questions] iText for Android

2011-12-09 Thread iText Info
Op 9/12/2011 16:49, khushwant dhayal schreef: > Is it free? Just like iText, it's free as in free speech, not as in free beer. iText is free software released under the AGPL. This means that you can use iText to create free software that is also available under the AGPL. However: if you

Re: [iText-questions] Decimal format lost when merging fdf and pdf

2011-12-12 Thread iText Info
the format still isn't there... > > Any ideas? You'll see that, as soon as you change that value, the JavaScript will be executed in Adobe Reader, because Adobe Reader knows what the function AFNumber_Format is about (it's a precanned function; the implementation is shipped wit

Re: [iText-questions] Using itextpdf-5.1.3, itext-asian to write Chinese is ok on the desktop, but on android throws a exception:Caused by: java.nio.charset.UnsupportedCharsetException: The unsupporte

2011-12-14 Thread iText Info
ccelacomm.com/jaw/sdnl/114/51425149/ ___ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) b

Re: [iText-questions] How do i fill an existing pdf template with a datatable?

2011-12-14 Thread iText Info
ing of text. Now you have a large form field on the second page, and instead of ordinary text, you want to add a table. That's simple: retrieve the coordinates of the large form field (see chapter 8 of "iText in Action - 2nd Edition"). Use ColumnText to add a table at those coordi

Re: [iText-questions] Annotation links are completly breaking while merging two pdfs in java

2011-12-15 Thread iText Info
. You need to read the OFFICIAL documentation, or browse the archives of the mailing-list because this question has been answered OVER and OVER and OVER again. I know what you'll say in your defense: "I'm a newbie", "this is the first time I'm using iText"

Re: [iText-questions] Some Hidden Text in PDF file

2011-12-21 Thread iText Info
e covered by the image. > I want to know what type of text is this? I want to make it visible ? How? Use iText PDF parser. This is explained in chapter 15 (section 3). Or: if you only want a quick look (without programming) us

Re: [iText-questions] page numbers in footer

2011-12-21 Thread iText Info
Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumers worldwide. Explore the Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev ______

[iText-questions] New Book about PDF

2011-12-21 Thread iText Info
pment. Create new or port existing apps to sell to consumers worldwide. Explore the Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev ___ iText-questions mailing list iText-questions@lists.sourceforg

Re: [iText-questions] Saving the PDF created on SUSE Linux Server (updated)

2011-12-23 Thread iText Info
ort existing apps to sell to consumers worldwide. Explore the Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev _______ iText-questions mailing list iText-questions@lists.sourceforge.net https://list

Re: [iText-questions] size of the itext barcode decreases when printed on pdf generated with insetsoft reporting libraries

2011-12-28 Thread iText Info
What are the inetsoft libraries? I assume they use iText, but... shouldn't you contact inetsoft if there's a problem with their libraries? Op 28/12/2011 7:07, shruti ravinder schreef: Hi, I have asked this question in this forum once before. So am sorry for repeating myself here

[iText-questions] dynamic XFA forms; forms created with Adobe LiveCycle Designer

2011-12-28 Thread iText Info
http://itextpdf.com/book/ ) and examples ( http://itextpdf.com/book/chapter.php?id=8 ) explaining the difference between AcroForm technology and the XML Forms Architecture (XFA). We've always explained: iText has full support for AcroForms, partial support for XML. More recently, We've b

Re: [iText-questions] AddImage Parameters

2011-12-29 Thread iText Info
Or you could read pages 468-471 of "iText in Action - Second Edition." -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamle

Re: [iText-questions] iTextSharp - Convert RTF to PDF

2011-12-30 Thread iText Info
Op 30/12/2011 14:40, Ilse De Cokere schreef: Is it possible to convert RTF documents to PDF by using iTextSharp? I found an example with iTextSharp.text.rtf.parser.RtfParser but I have no RtfParser in the itextsharp.dll. De RTF functionaliteit is al ongeveer 2 jaar uit iText verwijderd. Reden

Re: [iText-questions] Dynamic Table that has a page break, incorrectly adds an extra page break

2012-01-25 Thread iText Info
Op 25/01/2012 17:37, Daniel Lopez schreef: > Hello all, > > I am having trouble using a dynamic table in iText. The table spans > across one page break just fine, but then once the table ends, it will > not write the rest of the document on that same page, rather it will >

Re: [iText-questions] Dynamic Table that has a page break, incorrectly adds an extra page break

2012-01-25 Thread iText Info
Op 25/01/2012 18:02, d2thalo schreef: > I am using 1.4.6, do you think that is the problem? That version dates from October 27, 2006. That's more than 5 years ago. >Table degreesTable = new Table(3); The Table class has been removed from iText more than 2 years ago. Please up

Re: [iText-questions] XMLWorker and correct encoding, or embedding of fonts

2012-02-06 Thread iText Info
Op 6/02/2012 13:53, Kristjan Kos(ic( schreef: Dear all, I went thru all the possible documentation and googled stuff, now I am writing for help to the itext masters :) I am using XMLWorker to generate PDF from basic html. The conversion works great the only problem is with the fonts, and I

Re: [iText-questions] highlighting text parts

2012-02-15 Thread iText Info
alization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ ___ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists

Re: [iText-questions] How to remove PDFAnnotation Icons present over an Image

2012-02-16 Thread iText Info
ivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ ___ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list

Re: [iText-questions] How to remove PDFAnnotation Icons present over an Image

2012-02-16 Thread iText Info
Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ ___ iText-questions mailing list iText-questions@list

Re: [iText-questions] Get Page Contents for edit?

2012-02-16 Thread iText Info
ctly what I've tried to explain in an earlier mail! I've written many different parsers that did exactly that! BUT: they are custom parser for custom purposes, and that's why you will need to write a custom parser for your custom need. This is an example of such code: http://itext.svn

Re: [iText-questions] Get Page Contents for edit?

2012-02-16 Thread iText Info
ervice. http://www.accelacomm.com/jaw/sfnl/114/51521223/ ___ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many question

Re: [iText-questions] Unable to display Japanese Currency 'YEN' in pdf using iText 3.0

2012-02-19 Thread iText Info
Op 20/02/2012 7:41, phanichaitanya schreef: > the reply as iText 3.1. So I guess I am using iText 3.1 That's not an official version. It must have been made by somebody who is not affiliated to iText. We do not support rogue versions of iText. Could you tell us where you

Re: [iText-questions] Reg: Extracting text font style

2012-02-20 Thread iText Info
st comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 ___

Re: [iText-questions] Reg: Extracting text font style

2012-02-20 Thread iText Info
he most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 ___ iText-quest

Re: [iText-questions] Reading blocks of text based on their font/size

2012-02-20 Thread iText Info
e most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 ___

Re: [iText-questions] Reading blocks of text based on their font/size

2012-02-20 Thread iText Info
bscribe now! http://p.sf.net/sfu/learndevnow-dev2 ___ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this

Re: [iText-questions] onEndPage no longer working...

2012-02-21 Thread iText Info
p Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d ___

Re: [iText-questions] floating fields in pdf

2012-02-22 Thread iText Info
/www.accelacomm.com/jaw/sfnl/114/51521223/ _______ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions iText(R) is a registered trademark of 1T3XT BVBA. Many questions posted to this list can (and will) be answered

Re: [iText-questions] Xml to tagged pdf

2012-02-22 Thread iText Info
Op 22/02/2012 12:42, manojkumar1412 schreef: > I have a complex xml file and i have to create tagged pdf file from this xml > file. I have seen the example in the chapter 15 of itext book. but, that is > not working for complex xml file. It's written for a custom XML file. If yo

Re: [iText-questions] iText older jar licensing questions

2012-02-23 Thread iText Info
Op 23/02/2012 8:50, Me Myself and I schreef: > What's the licensing story for these two files? Dear Zachary, don't pretend you don't know the licensing story. In the last few years, you've been harrassing iText employees personally, sales people as well as developers. Yo

Re: [iText-questions] How bookmarks name will not come in pdf page.

2012-02-23 Thread iText Info
Op 23/02/2012 11:01, Ish Bandhu schreef: but bookmarks name also coming in pdf page. I do not want bookmarks name on my pdf page. Please reply me back I don't understand the question. Did you read chapter 2 and chapter 7 of the book "iText in Action - Second Edition"?

Re: [iText-questions] About Licensing...Looking for confirmation

2012-02-23 Thread iText Info
Op 24/02/2012 7:34, Chandramouli P schreef: Hi, We are going to develop one small application and would like to release it commercially. Can I use iText 5.1.3 version for free of cost? If not, which version I can use for free of cost? I look forward to your reply. Hello Chandra, you&#x

  1   2   3   4   5   6   7   8   9   10   >