Re: [iText-questions] iText 5.0 documentation

2010-01-06 Thread 1T3XT info
Zlatni wrote: > I really don't know how to make documentation from jar You don't make the documentation from a jar with class files, but from the java files in the tar.gz file or from the SVN repository. As soon as you have the source and the build.xml (that comes with the source), you only need

Re: [iText-questions] Export PDF page to PNG or JPG?

2010-01-06 Thread 1T3XT info
Dave Brown wrote: > Hi- > > I need to load a pdf from a url and export the first page to an image > (jpg/png). > > Is this possible with iText? iText doesn't rasterize PDF files. You need another product. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info

[iText-questions] Export PDF page to PNG or JPG?

2010-01-06 Thread Dave Brown
Hi- I need to load a pdf from a url and export the first page to an image (jpg/png). Is this possible with iText? The loading from URL is the easy part Thanks, Dave -- This SF.Net email is sponsored by the Verizon De

Re: [iText-questions] Embedding subset of fonts

2010-01-06 Thread Leonard Rosenthol
Unembedding won't work either. Subset fonts should not be that large. I ASSUME that the fonts will be subset embedded and not full embedded... Leonard -Original Message- From: zoltan.kak...@bitmanager.de [mailto:zoltan.kak...@bitmanager.de] Sent: Wednesday, January 06, 2010 5:55 PM T

Re: [iText-questions] Embedding subset of fonts

2010-01-06 Thread zoltan . kakucs
Thanks for the fast answer. Another option could be, creating the huge PDF with embedded fonts (ttf) and unembedding before splitting process. Is this possible using itext? The last before final option would try is embedding the type1 fonts and doesn't care about huge files. For this I found the e

Re: [iText-questions] iText 5.0 documentation

2010-01-06 Thread Zlatni
Mark Storer autonomy.com> writes: > > I don't believe there's a single file where you can download the JavaDocs for iText. However, you can > generate them yourself without too much trouble with SVN & ANT. IIRC, there's a javadoc target in the ant files. > > And in looking for the name of tha

Re: [iText-questions] Embedding subset of fonts

2010-01-06 Thread Leonard Rosenthol
And the only products that I know of that can do this are commercial. If that's acceptable, I can provide a list if you let me know what OS platform(s), desktop vs. server, etc. Leonard -Original Message- From: 1T3XT info [mailto:i...@1t3xt.info] Sent: Wednesday, January 06, 2010 12:5

Re: [iText-questions] iText 5.0 documentation

2010-01-06 Thread Mark Storer
I don't believe there's a single file where you can download the JavaDocs for iText. However, you can generate them yourself without too much trouble with SVN & ANT. IIRC, there's a javadoc target in the ant files. And in looking for the name of that target ("javadoc", no shock there) I notic

Re: [iText-questions] Embedding subset of fonts

2010-01-06 Thread 1T3XT info
Zoltan Kakucs wrote: > Do you have any idea, how to solve this problem? It can't be done with iText. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info -- This SF.Net email is sponsore

[iText-questions] Embedding subset of fonts

2010-01-06 Thread Zoltan Kakucs
Hi, I need some hint to solve my problem embedding fonts into a generated PDF. Shortly about the history: 1. I have to create a really huge PDF, more than 15000 pages, not embedded fonts - this is done by JasperReports - fine. 2. A splitting process breaks down the PDF into single pages and arch

[iText-questions] Embedding subset of fonts

2010-01-06 Thread Zoltan Kakucs
Hi, I need some hint to solve my problem embedding fonts into a generated PDF. Shortly about the history: 1. I have to create a really huge PDF, more than 15000 pages, not embedded fonts - this is done by JasperReports - fine. 2. A splitting process breaks down the PDF into single pages and arch

Re: [iText-questions] How to restrict printscreen in PDF?

2010-01-06 Thread Mark Storer
You can't. The "print screen" button is a function of the operating system, not Acrobat. --Mark Storer Senior Software Engineer Cardiff.com #include typedef std::Disclaimer DisCard; > -Original Message- > From: Nitin Tomer [mailto:nto...@newgen.co.in] > Sent: Friday, January

Re: [iText-questions] Problem Reading Interactive Form Values / AcroFields from PDF using iText

2010-01-06 Thread Mark Storer
There are two possibilities: 1) Your PDF doesn't have a proper AcroFields array at the document level. Rare, but possible. 2) Your PDF uses an XFA-based form instead of an AcroForm-based one. XFA forms were introduced in acrobat... 7? XFA is an XML schema wrapped in PDF. You can check fo

Re: [iText-questions] iText 5.0 documentation

2010-01-06 Thread 1T3XT info
Zlatni wrote: > Hello, > i have made my first steps in itext and i must say that it is great! I have > some java experience and I'm using netbeans 6.8. My question is, where can i > download how can I integrate iText documentation in netbeans? I have found > documentation on http://api.itextpdf.com

[iText-questions] iText 5.0 documentation

2010-01-06 Thread Zlatni
Hello, i have made my first steps in itext and i must say that it is great! I have some java experience and I'm using netbeans 6.8. My question is, where can i download how can I integrate iText documentation in netbeans? I have found documentation on http://api.itextpdf.com/ but cant find any lin

Re: [iText-questions] iText-questions Digest, Vol 44, Issue 6

2010-01-06 Thread 1T3XT info
Phani Kumar Reddy Pamulapati wrote: > The problem is only with PDF's which dont have the purple strip / balloon. If the PDFs don't have a purple strip, chances are there is no form inside. And if there's no form inside, you can't get the content of the fields, because: no form, no fields. (This

Re: [iText-questions] iText-questions Digest, Vol 44, Issue 6

2010-01-06 Thread Phani Kumar Reddy Pamulapati
hi Tony Gallo, Thank you so much for the response, few queries below 1. i dont have adove acrobat 2. The PDFs are generated by another application, so i cannot do the setField stuff 3. i am not sure whether this point will be of any help, but the PDF's from which i am trying to read, are written