[iText-questions] Some fault in itextsharp

2014-04-04 Thread Amit Gaur
small image both are beyond the page, so your code automatically adjusting small image first and then after showing large image. So final page i am getting both small images first and then large images are showing which are wrong. Images order is dis-balancing Yours sincerely, -Amit Gaur

[iText-questions] Using Itext how to enable the measuring tool

2010-01-12 Thread Amit Sinha
Hi, Please help me, how to develop the measuring tool functionality using iText. -- View this message in context: http://old.nabble.com/Using-Itext-how-to-enable-the-measuring-tool-tp27139296p27139296.html Sent from the iText - General mailing list archive at Nabble.com. ---

Re: [iText-questions] iText-questions Digest, Vol 42, Issue 35

2009-11-10 Thread Amit Gupta
154, B Block A, > Sector 63, Phase III, Noida Distt > Gautam Buddha Nagar > Noida - 201301,Up > India > Cell:- 09990013398 > Mailto: gauravk.ty...@tcs.com > Website: http://www.tcs.com<http://www.tcs.com/> > > Experience certainty.IT Services >Bu

[iText-questions] Not able to open generated pdf

2009-11-04 Thread Amit Dave
? Thanks a lot in advance. Amit -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core

[iText-questions] (no subject)

2009-11-04 Thread Amit Dave
-- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new

[iText-questions] GEO Spatial pdf....

2009-10-23 Thread Amit Sinha
http://www.nabble.com/file/p26024688/OutPDF1.pdf OutPDF1.pdf I am creating Geospatial PDF using iTextSharp and I have done almost thing. I have enabled the UserProperties also. But when i click on object model tree its not recognising the feature. I am attaching the output pdf.Please see my PDF

Re: [iText-questions] Object Data Tool doesn't recognize my shape as an object in Marked content pdf.

2009-10-14 Thread Amit Sinha
e. > > You are "tagging" your content with LAYERS (OCGs) and NOT Properties!! > You need to attach the structure to the content and the page. > > If you don't understand what I am saying, PLEASE read the PDF > Reference/ISO 32000-1! > > Leonard

Re: [iText-questions] Object Data Tool doesn't recognize my shape as an object in Marked content pdf.

2009-10-13 Thread Amit Sinha
e my program to match. > > --Mark Storer > Senior Software Engineer > Cardiff.com > > #include > typedef std::Disclaimer DisCard; > > > >> -Original Message- >> From: Amit Sinha [mailto:amit.si...@dataworld.co.in] >> Sent: Tuesday, Octob

Re: [iText-questions] Object Data Tool doesn't recognize my shape as an object in Marked content pdf.

2009-10-13 Thread Amit Sinha
/file/p25871790/Important.pdf Important.pdf Leonard Rosenthol-3 wrote: > > You are trying to mix layers (OCGs/Optional Content) with User Properties. > Pick one. > > -Original Message- > From: Amit Sinha [mailto:amit.si...@dataworld.co.in] > Sent: Tuesday, Oct

Re: [iText-questions] Object Data Tool doesn't recognize my shape as an object in Marked content pdf.

2009-10-13 Thread Amit Sinha
Hi I need consulting help. What is the standerd fee for help. Please tell me. I am trying to build a PDF that contains a simple graphic (square) with two "Object Data" properties. When I open the resulting PDF in Acrobat the Object Data Tool doesn't recognize my shape as an object. My Code

[iText-questions] Object Data Tool doesn't recognize my shape as an object in Marked content pdf.

2009-10-13 Thread Amit Sinha
I am trying to build a PDF that contains a simple graphic (square) with two "Object Data" properties. When I open the resulting PDF in Acrobat the Object Data Tool doesn't recognize my shape as an object. My Code is given Below. Document document = new Document(PageSize.A4.Rotate());

Re: [iText-questions] In Object Data model How to create treeview

2009-09-17 Thread Amit Sinha
them for their standard fee. Contact Bruno for details. > > Leonard > > -Original Message- > From: Amit Sinha [mailto:amit.si...@dataworld.co.in] > Sent: Thursday, September 17, 2009 9:08 AM > To: itext-questions@lists.sourceforge.net > Subject: Re: [iText-questi

Re: [iText-questions] In Object Data model How to create treeview

2009-09-17 Thread Amit Sinha
o you expect this tree structure to appear? What part of the PDF > Reference/ISO 32000-1 are you referring to in terms of the actual objects > being used? > > Leonard > > -Original Message- > From: Amit Sinha [mailto:amit.si...@dataworld.co.in] > Sent: Thursday, Se

Re: [iText-questions] In Object Data model How to create treeview

2009-09-17 Thread Amit Sinha
ce(element1); cb.BeginLayer(lay11); cb.SetColorFill(Color.RED); cb.Rectangle(110, 250, 100, 200); cb.Fill(); cb.EndLayer(); cb.EndMarkedContentSequence(); Leonard Rosenthol-3 wrote: > > Same question - have you examined the PDF? &g

Re: [iText-questions] In Object Data model How to create treeview

2009-09-17 Thread Amit Sinha
Thanks for reply. Please tell me what is the meaning of internals of the output PDF and tell me please how to do it sir ? Leonard Rosenthol-3 wrote: > > Same question - have you examined the PDF? > > -Original Message----- > From: Amit Sinha [mailto:amit.si...@dataworld

Re: [iText-questions] how to construct a geospatial measure dictionary?

2009-09-17 Thread Amit Sinha
riginal Message----- > From: Amit Sinha [mailto:amit.si...@dataworld.co.in] > Sent: Thursday, September 17, 2009 3:04 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] how to construct a geospatial measure > dictionary? > > > Hello, >

[iText-questions] In Object Data model How to create treeview

2009-09-17 Thread Amit Sinha
Hello, Please help me. Its urgent for me. i want to create treeview in object data model. i m using this example which is given below. Please suggest me how can i do for treeview. Please Help me:- PdfWriter writer = PdfWriter.GetInstance(document, new FileStream(RESULT, FileMode.Create));

[iText-questions] how to construct a geospatial measure dictionary?

2009-09-17 Thread Amit Sinha
Hello, Please help me. It's urgent for me. please give me some support to create a geospatial PDF. I am using this code which is given below. But Longitude and Lattitude is not coming. I think i m doing some silly mistake like setting of Viewport. Please Help me. PdfWriter writer = PdfWr

[iText-questions] Underscore(_) appears in PDF when a newline tag is used

2008-09-17 Thread Yadav, Amit
making any change in the code. Sometimes there comes no underscore(_) in the O/P PDF. Let me know if u have any idea abt this problem(even if it is not complete solution). Thanks in advance! Amit ___ This e-mail may be privileged

[iText-questions] Execute JAVAScript using IText

2007-03-12 Thread Amit Sharma
"Does IText support this type of functionality, in which I can execute the javascript also embedded in the pdf document by calling some api", It would be of great help if you guys can help me out in this Thanks & Regard

[iText-questions] want to display pdf file in jsp

2007-03-02 Thread Amit Kumar Agarwal
Hi, I want to display a PDF file in jip. It is possible using iText. If yes, please provide me some sample code. Thanks in Advance, Amit - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Te

[iText-questions] Issues with PdfCopy & PdfCopyFields

2007-02-01 Thread Amit Sharma
ase suggest me how can I copy the document action as well when I concatenate the file Thanks Amit - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integra

[iText-questions] AcroFields Help Required

2007-02-01 Thread Amit Sharma
Hi, Is there anyway in which I can set the Default value of the Pdf fields using Acrofield object. I have seen method "setfield" but does nt set the default value of the pdf form Thanks Amit - Us

Re: [iText-questions] Issue with PdfReader-->getJavaScript

2007-02-01 Thread Amit Sharma
It didn't work for me Is there any way in which I can retrieve the JAVA Script associated with the close button In Acrobat, Please let me know if there is a way to do that and add using PdfWriter.add(PdfAction) Thanks Amit -Original Message- From: [EMAIL PROTECTED] [mailto:[

[iText-questions] Issue with PdfReader-->getJavaScript

2007-01-31 Thread Amit Sharma
with document action (e.g. Document will close, Document will save etc) and copy it in new file Thanks Amit - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'

[iText-questions] Issue with PdfReader-->getJavaScript

2007-01-30 Thread Amit Sharma
with document action (e.g. Document will close, Document will save etc) and copy it in new file Thanks Amit - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'

[iText-questions] PROBLEM

2006-09-11 Thread amit k gupta
DEAR SIR/MAM SUB: HOW I CAN PAGE BREAK IN CONTINOUS WRITING ITEXT(PDF)  SIR I M USING ITEXT (PDF) FOR REPORTING. ACTULLY I M TRYING A PAGE BREAK MEANS TO MOVE TO NEXT PAGE AND SET ANOTHER HEADER . AND WRITE AGAIN PLZ HELP OUT ME URGENT-- Regards:Mr. Amit Kumar Gupta Software EngineerNational

Re: [iText-questions] Help in superimposing text on an existing PDF FIle

2005-06-22 Thread Amit
Would there be any way of knowing the coordinates of a particular point in the file? May be by using Acrobat reader? Even if the process is a manual one, it is fine. I will have to do it only once for each file. Thanks in advance, Amit --- bruno <[EMAIL PROTECTED]> wrote: > Amit wrote

[iText-questions] Help in superimposing text on an existing PDF FIle

2005-06-21 Thread Amit
position by trial and error. Is there any way for me to know the exact position of a particular character in the PDF file, such as the starting position of the placeholder "__", so that I can start writing at the same position. Thanks a lot in advan

RE: [iText-questions] Cell events and page breaks,

2005-04-29 Thread Amit Gijare
and test 0. If you try to put the same event on the container cell(green) line extends over the next page. thanks, amit. --- Paulo Soares <[EMAIL PROTECTED]> wrote: > Everything is working as expected. The event doesn't > extend to the other > page because the cel

RE: [iText-questions] Cell events and page breaks,

2005-04-28 Thread Amit Gijare
hi, One more thing I found out in this respect is that if you put the cell event on the container cell (the cell with green cell background) the cell event is rendered and lines extend on the next pages, but anything inside these cell do not. thanks, amit. --- Amit Gijare <[EMAIL PROTEC

RE: [iText-questions] Cell events and page breaks,

2005-04-27 Thread Amit Gijare
Hi,    below is the test code,  you could run this code, the yellow background cells are the one where cell event is fired for drawing the lines but they do not extend to other page while the cell in which they are extend, green background..   thanks, amit.   public class TestClass{    private

RE: [iText-questions] Cell events and page breaks,

2005-04-27 Thread Amit Gijare
idn't > split, it's possible > that there are some inconsistencies. Post a small > example with the > problem. > > > -Original Message- > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED] > On > > Behalf Of Amit Gijare > >

[iText-questions] Cell events and page breaks,

2005-04-27 Thread Amit Gijare
. thanks, amit. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --- SF.Net email is sponsored by: Tell us your software development plans

Re: [iText-questions] image stretching.

2005-04-26 Thread Amit Gijare
coordinates. The contents of the other column are propelry splitted over pages. Any clue what could have been my mistake. thanks, amit. --- bruno <[EMAIL PROTECTED]> wrote: > Amit Gijare wrote: > > Hi, > > > > Is it possible to stretch an image when cell > heig

[iText-questions] Splitting of rows.

2005-04-25 Thread Amit Gijare
satisfied, the row is splitted to next page. thanks, Amit. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --- SF email is sponsored by

[iText-questions] image stretching.

2005-04-18 Thread Amit Gijare
other cells with big text/images inside it.   any ideas...   thanks, amit.     Do you Yahoo!? Plan great trips with Yahoo! Travel: Now over 17,000 guides!

RE: [iText-questions] PDF Generated is Blank

2005-01-12 Thread Amit Chawla
everything in that function , that should also work   I hope this would be easy and would solve your blank page issue.   Regards amit chwla From: [EMAIL PROTECTED] on behalf of Aaron WallaceSent: Thu 1/13/2005 3:28 AMTo: itext-questions@lists.sourceforge.netCc: Brian BurridgeSubject:

RE: [iText-questions] Blank page in Internet Explorer 6, help me please !!!!!

2005-01-10 Thread Amit Chawla
gth(test.length); ur code should work. Hope this would help regards amit chawla From: [EMAIL PROTECTED] on behalf of Juan ManuelSent: Mon 1/10/2005 11:49 PMTo: itext-questions@lists.sourceforge.netSubject: [iText-questions] Blank page in Internet Explorer 6, help me please ! Hi all, hi

itext-questions@lists.sourceforge.net

2004-12-22 Thread Amit Chawla
Hey here i am again.. html document has   example  . or   SaxMyHtmlHandler is not parsing and is not generating PDF. I feel it is taking it as element . Can anyone suggest how to handle   while parsing . Thanks regards amit chwla Disclaimer: 'This email and any

[iText-questions] Problem in Sax Parser

2004-12-20 Thread Amit Chawla
I am pasring html document to generate PDF using HTML .. For some HTML document its parsing and generating PDF and most html it does not do it and my Web Browser shows blank page and PDF is not generated I am not able to understand the difference as all are html files Can anyone he

[iText-questions] I have a string consisting of HTML elements

2004-12-16 Thread Amit Chawla
HI I have string for example This is some sample text. You are using http://www.fckeditor.net/";>FCKeditor. amit SIVA&nb sp;CHAWLA  &nbs p; I want to generate PDF using the string consist of html elements and its text contents.. as it is.. But the problem is itext is jus

[iText-questions] Is there anyone who can answer my question

2004-12-16 Thread Amit Chawla
reciated... thanks regards amit chawla my code is below Document document = new Document(); ByteArrayOutputStream baosPDF = new ByteArrayOutputStream(); PdfWriter docwriter = PdfWriter.getInstance(document, baosPDF); String sForm = request.getParameter("FCKeditor1"); document.open(); // He

[iText-questions] Out of Memory Error

2004-08-25 Thread amit . m
servlet output stream. Will there be any difference if we write the output to a disk file and then give the url for downloading that file to the user ? It will be really helpful if someone throws light on this memory issue. Thanks, Amit MathurDISCLAIMER: The information contained in this message is

[iText-questions] How to move image on top of PdfPTable

2004-08-23 Thread amit . m
  openLogo. scaleToFit(133, 72);                         document.add(openLogo); Thanks, Amit DISCLAIMER: The information contained in this message is intended only and solely for the addressed individual or entity indicated in this message and for the exclusive use of the said addressed individual

[iText-questions] Does iText Create Temp File ?

2004-08-22 Thread amit . m
? As far as I know, it does not create any temp file. I want  this answer to be confirmed as this is very critical for us. Thanks in Advance. - Amit DISCLAIMER: The information contained in this message is intended only and solely for the addressed individual or entity indicated in this message

RE: [iText-questions] Calling iText services within a c++ application

2002-11-29 Thread Amit Bhatnagar
> At 4:34 PM -0800 11/28/02, Amit Bhatnagar wrote: > >Does anyone know, or could suggest a way, that I could use > >iText's services (specifically the Encrypt class) within my > >c++ application. > > So is your application doing PDF generation then, and y

[iText-questions] Calling iText services within a c++ application

2002-11-28 Thread Amit Bhatnagar
Is there any other alternative? Help! thanks, amit. --- This SF.net email is sponsored by: Get the new Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect

[iText-questions] Image for r0.92 .

2002-11-12 Thread amit
Hi Can you please tell me how can I add an image for iText (r0.92) version ? thanx Amit --- This sf.net email is sponsored by: To learn the basics of securing your web site with SSL, click here to get a FREE TRIAL of a Thawte Server

[iText-questions] Cell hight

2002-11-12 Thread amit
Hi Can you please tell me how can i control height of a cell ? Thanks Amit --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ iText-questions

Re: [iText-questions] Adding an Image.

2002-11-12 Thread amit
Hi Thankx for quick response . Is there any other way to add an image for that version ? Amit -- Original message -- Date: Tue, 12 Nov 2002 09:12:01 +0100 From: Bruno <[EMAIL PROTECTED]> Reply-To: Bruno <[EMAIL PROTECTED]> To: amit <[EMAIL PROTECTED]> Cc

Re: [iText-questions] Adding an Image.

2002-11-11 Thread amit
Hi Thanks for response . I checked my version is iText0.30. I tried adding an image to cell but its not compiling with this version . Can you please tell me how i should add image for the version I have . thanx Amit -- Original message -- Date: Tue, 12 Nov 2002 08:48

[iText-questions] Adding an Image.

2002-11-11 Thread amit
Hi All Can anyone tell me which is the simplest way to add an image in PDF which works with older versions of iText.jar ? Thanks Amit --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf

[iText-questions] Copyright sign.

2002-11-11 Thread amit
Hi Can anyone tell me how can I get copyright sign in my PDF report ? Please help me in this as I haven't got a single answer on this list . Thanks Amit --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven.

Re: [iText-questions] Line breaks.

2002-11-05 Thread amit
IL PROTECTED] Subject: Re: [iText-questions] Line breaks. Just add multiple Paragraph objects to a Cell. - Original Message ----- From: "amit" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 06, 2002 2:09 AM Subject: [iText-questions] Line breaks. > H

[iText-questions] Line breaks.

2002-11-05 Thread amit
Hi All Can anyone tell me how to get line breaks in a cell text . Thanks Amit --- This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirec

[iText-questions] Generation of file in weblogic.

2002-10-30 Thread amit
. Thanks Amit --- This sf.net email is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en

[iText-questions] Table alignment

2002-10-29 Thread amit
I force table to take full width of primary table . Hope I have explained my problem . Thanks in advance Amit Kumar Hassanandani . --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf

[iText-questions] pdfDocument resolution problem

2002-10-04 Thread amit . mehra
, Amit Mehra --- 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] Problem with splitting tables...

2002-07-24 Thread Amit D J
Hello   I have a simple question regarding tables. I am using PdfPTable and the problem is there are several rows in the table. Each row is divided into 2 more rows (each with 4 columns). The first row simply adds the title and the second row holds the data (see e.g. below). This problem occ