Instructions in this page:
https://lists.sourceforge.net/lists/listinfo/itext-questions (linked ad the
bottom of every single post.
On Thu, Jun 27, 2013 at 9:42 AM, Vishal S D wrote:
>
>
>
> --
> This SF.net email is spo
Hi Logesh,
like Alexis said this has nothing to do with iText, but chapter 9, page
289 of iText in Action second edition has the information you are
looking for to set the headers of your response.
Regards
Jeroen
On 03/12/2012 08:21 PM, Alexis Pigeon wrote:
> Hi Logesh,
>
> On 12 March 2012
Hi Logesh,
On 12 March 2012 19:03, Logesh N wrote:
> i have a byte array...(file from database)... i need to write it into pdf
> file in browser using IText in servlets pls send me the snippet.
> thanks in advance.. i am a fresher.. i am doing my first project in my
> career... ..
>
Thi
Venkata Subba Reddy V wrote:
> Hi,
>
> This is venkat. I am facing a problem with itext libraries.
> Can plz give me some clarification on this issue.
>
> I am converting html page to pdf which contains flash object. I am
> unable print flash object image in pdf file. Can Any send me the code to
sylkat wrote:
> This is a big company with a strict rules, so big architecture problems.
So they have plenty of $$$ of which none were paid for iText so far.
Do you hear me whistling?
> I supose that the big solution is rewrite all code
I'm sorry, but I don't believe what you wrote in your
Thanx,
I know that iText 1.2 is a very old version but is not my decision, i can´t
determine this.
This is a big company with a strict rules, so big architecture problems.
I supose that the big solution is rewrite all code
Thanks to all.
On Thu, Jan 22, 2009 at 3:05 PM, Alexis Pigeon wr
Hi sylkat,
(encontrarás una traducción al español más abajo...)
You have to understand that iText 1.2 is 4 years old now, and no support is
given for such an old version, at least not for free.
If your company is eager to get support for a fee, please mention it on this
list, the iText developers
> > 1) convert all printable file-formats into PDF (JPEG, DOC,
> > TXT, PPT, etc.)
>
> Now it's a good time to ask Santa Claus for this. Don't forget to include
> some yet-to-be-invented formats in your Christmas request.
>
You need a reader for each file format you want to support. It's a bit of
> -Original Message-
> From: Evan Subar [mailto:ets...@ufl.edu]
> Sent: Friday, December 19, 2008 3:30 PM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] Hi, I had some questions about
> what iText can do
>
> Greetings,
>
> For the project I am working on I a
Vanishree G wrote:
> Any suggestion or help would be helpful
Sorry, this is the wrong mailing list.
Please post this on the jBoss/SEAM list.
br,
Bruno
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net
Ramachandran wrote:
> I need to design my document by drawing vertical and horizontal
> lines with width 5f.it should looks like T - ShapeAny body please
> let me know the option . Coz im trying using LineTo method but i cant
> able to make vertical lines...
This doesn't make sense. If you
Ramachandran wrote:
> Hi
>
> i tried using Content-Disposition type but that is also not working.
>
> response.setHeader("Content-Disposition",
> " inline; filename=RES-TMob.pdf");
It works for me.
There are other options, for instance involving your web.xml,
but that's hardly somethin
Hi
i tried using Content-Disposition type but that is also not working.
response.setHeader("Content-Disposition",
" inline; filename=RES-TMob.pdf");
but again some "dispatcher.pdf" option is coming while saving...plz let me
know if you know any option.
"Bruno Lowagie
Ramachandran wrote:
> Hi Bruno,
>
> one issue i got from my client about PDF Gen is file name .
Please don't mail questions to me personally, use the list!!!
> I have given :
> p_response.setContentType("application/pdf");
>PdfWriter writer =PdfWriter.getInstance(document,
> p_response.g
Paul Lovegrove wrote:
>Hi there
>I have a question regarding iText.
>
>I am using a servlet to send the user a pdf page. It appears fine, when they
>click save, it has the name of the servlet already entered as the name, can
>i change this ?
>
Google for the keywords HTTP header "Content-Disposi
On Wednesday 14 June 2006 11:25, [EMAIL PROTECTED] wrote:
> My application needs to convert Microsoft Rich Text document to pdf file
> through my Java Application. My Rich Text File will contain
> / and . It may also contain gif/jpg file. If any
> one has any idea, pl. share with me. I need this fu
On Thursday 15 December 2005 19:58, Pradeep Jaladi wrote:
> I need to read a word, RTF document and then create a PDF file using
> iText. Is it
> possible to do so? And these documents contains images, bullets, lists,
> tables, mail id's etc.
No. iText does not support reading Word or RTF document
At 07:43 AM 7/29/2005, Pitta Narayana Murthy wrote:
i want java code for the conversion of Doc file to PDF file...
You won't find it here
In fact, I don't know of anything that will do .doc to
PDF. The folks at Windward Reports have done an excellent job with
RTF->PDF,
Roberto "Tasso" wrote:
If you have to use the library in a multi class loader
environment you simply can't load the tag map file.
What does your code look like?
The esiest workaround consist on give the oppurtunity
to specify a tagmap directly with an inputstream
object
You mean like t
Roberto "Tasso" wrote:
hi!!
I'm Roberto from italy. I've a remark about the TagMap
object and the way how it retrives the map file... Who
have i to contact to submit the problem?
You have mailed to the right address.
What is the problem?
br,
Bruno
--
Paulo Soares wrote:
You have a new class to create buttons in http://itextpdf.sf.net or in the CVS.
Sorry, I forgot to tell you all: I made an iText 1.2.4 release yesterday.
I was in a hurry and I didn't advertize it.
br,
Bruno
---
SF email is spo
You have a new class to create buttons in http://itextpdf.sf.net or in the
CVS. To use it:
Document document = new Document(PageSize.A4, 50, 50, 50, 50);
PdfWriter writer = PdfWriter.getInstance(document, new
FileOutputStream("output.pdf"));
document.open();
PdfContentByte cb = writer.getDirectCon
See com.lowagie.tools.encrypt_pdf
> -Original Message-
> From: Chakradhar Kayam Reddy [SMTP:[EMAIL PROTECTED]
> Sent: Friday, October 17, 2003 11:59
> To: [EMAIL PROTECTED]
> Subject: [iText-questions] Hi
>
> Hi,
>
> How to set security to pdf file with iText?
> Its something li
The best option is to use a PdfPTable.
Best Regards,
Paulo Soares
> -Original Message-
> From: Zaher Afra [SMTP:[EMAIL PROTECTED]
> Sent: Monday, July 07, 2003 11:30
> To: Paulo Soares
> Subject: Re: [iText-questions] Hi and hope u can help
>
> i am usi
You need a X server in your Unix machine. There are other options but the
best way is to ask the system administrator to install it.
Best Regards,
Paulo Soares
- Original Message -
From: "Zaher Afra" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, July 06, 2003 8:55
Subject: [iT
Quoting Senthil Kumar Mani <[EMAIL PROTECTED]>:
> Tomcat is not
> starting after adding the iText.jar file to lib directory. Can u help
> me out with this?!!!
I work with Tomcat and I can't reproduce this problem.
Isn't Tomcat logging what goes wrong somewhere?
26 matches
Mail list logo