BTW i am using the same GEtStreamBytes() mehtod.!
case "/CCITTFaxDecode":
byte[] raw =
PdfReader.GetStreamBytes((PRStream)obj);
thanks
Satish
On 8/26/2011 3:17 PM, Balder VC wrote:
On 26/08/2011 11:11, Satish Kumar Dundigal wrote:
*d.Get(PdfN
0 n
128884 0 n
128908 0 n
128988 0 n
129055 0 n
129154 0 n
0000129527 0 n
129633 0 n
trailer
<<
/Size 9
/Root 4 0 R
>>
startxref
129655
%%EOF
thanks
Satish
--
iText to do the conversion from ODT to
PDF?
Helpful pointers would be appreciated.
Thanks
Satish
--
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the fiel
fonts in a HTML
Paragraph.
I have tried LoadTagStyle("p","face","Times New Roman"), but it sets the
font globally(for all chunks).
In the above example I have intentionally put a space between '<' and 'face'
for the sake of explanation, the actu
fonts in a HTML
Paragraph.
I have tried LoadTagStyle("p","face","Times New Roman"), but it sets the
font globally(for all chunks).
In the above example I have intentionally put a space between '<' and 'face'
for the sake of explanation, the actua
this work in TST instance but
not in Prod? we have three different files where we generate pdf in each
server and it works right everywhere except this one file in prod. Will keep
you posted.
Thanks
Regards,
Satish
On 2/7/07, Bruno Lowagie <[EMAIL PROTECTED]> wrote:
Udo Rader wrote:
&g
error , so here is the bug again
click a button in parent jsp to generate pdf --> new jsp page pops up with
error message--> i close the error message and hit refresh on the pop up jsp
--> pdf gets generated,
Thanks for the help in advance
satish
On 2/7/07, Udo Rader <[EMAIL PROTE
Hi,
I am generating pdf from JSP. This seems to be working perfecty fine in two
other pages, But in one of the pages, I am getting this error " The file is
damaged and could not be repaired" in IE, but even this works perfectly ok
in firefox, any help will be appreciated.
Also the very same page
Hello,
I want to create a print friendly page. In order to do this I am planning to send HTML page seen on the browser to the PDF document. Is it possible to do this using Itext, if so how?
Thanks in advance
Satish
-
Take
in advance for any suggestion or help.
Regards,Satish
<%@page import="java.io.*, com.lowagie.text.*, com.lowagie.text.pdf.*"%><% Template JSP file for iText// by Tal Liron//out.println("TEST1");
response.setContentType( "application/pdf" );
Hi
Thanks for the reply, I did not realize that, I will try the same and get back . Appreciate your feedback.
Regards,
Satish
On 7/20/06, Bruno Lowagie <[EMAIL PROTECTED]> wrote:
Satish wrote:> Here is my code -- helloworld.jsp- same as what is available in the> itext tutorial
Hello,
Thanks for the sample code, I got it, now I have started running into problems.
I used the HelloWorld.jsp page in my application server to test. generating a PDF from jsp page. Though u mentioned the problems associated with use of JSP page. I have to use it because of limitations of the
Hi,
I understand JSP is not the best solution for reasons mentioned on the Itext site,But the link does not work, coz I have to use only JSP's,
also I know you replied to a similar question this morning and sent the link http://itext.cvs.sourceforge.net/*checkout*/itext/www/tutorial/general/we
Paulo,
Thanks for your prompt response.
Would it work if i used the PdfWriter to recreate the checkboxes and paint them
into a new document from scratch?
Thanks,
Satish
-Original Message-
From: Paulo Soares [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 16, 2006 9:41 AM
To
o for the
checkboxes. I do a getAppearanceStates() on the field name to get the checkbox
items, but i cannot seem to call setFieldProperty on the checkbox items.Any
ideas on how to change the bgcolor on the checkboxes?
Thanks,
Satish
-Message Disclaimer-
This e-mail message is intended
Hi,
I'm a Java programmer working with a Pdf form that has a number of
TextFields and radio buttons. My goal is to highlight all those fields that
haven't been populated or checked. I'm able to highlight all the Text fields
and the Signature fields by getting the AcroForms and then settin
> > -Original Message-
> > From: [EMAIL PROTECTED]
> >
> [mailto:[EMAIL PROTECTED]
> On
> > Behalf Of satish babu
> > Sent: Friday, November 11, 2005 12:32 PM
> > To: itext-questions@lists.sourceforge.net
> > Subject: [iText-questions] P
Hi!!!
Again we have got the pdf encryption problem. Still
we are getting the problem form users. Actually we
want to protect the pdf file that is not able to do
any operations apart from the printing. Previously the
user is taking the printout by updating the page or
copying the page to new
i'm facing problems while opening
pdf documents created with the help of itext-1.3.4.jar . i was trying to
write images( jpeg ) into pdf using itext API. The java program runs fine.
But while opening the pdf i encountered errors.
Attached are the screen shots of the
same. Please help.
Here is th
Hi..
I am compound around the same issue from a
long back. I have created one encrypted pdf file for
our project. In that i ve given user pwd as "uesr" and
no master pwd. Then it is fine. Now user has to open
this file by giving user pwd. Pdf writers not allow to
open the file also. So we a
Hi All..
Now we are able to use new iText features. though you
are using, itext old versions.
Let me explain cleat, If you are using old itext
versions in ur projects till long time, and now u need
new version of jar file for ur project. If u replace
new iText version. many of
Hi Is thare any fecility to place radio buttions,
checked, unchecked checkboxes, and other special
symbols (like copyright symbol) in the pdf file. upto
now we are placing these as images. This is very
difficult for mantain while page alignments!
Can u help me on this.
Regards
KC.
Hi i am doing pdf encryption. Now i am able to
restrict the user not to print the modified copy with
the following code but, still user is copying the text
from the page and pasting in the new page and taking
the modified print from that new page.
Can u pls give me how to restrict the user n
= PdfReader(readFile);
com.lowagie2.text.pdf.PdfEncryptor.encrypt(reader, new
FileOutputStream(writeFile),
"".getBytes(),"".getBytes(),PdfWriter.AllowFillIn,false);
--- rk <[EMAIL PROTECTED]> wrote:
> use AllowFillIn property
>
> - Original
Hi,
i am doing pdf encryption. It is working fine. but
We want to give only print permissin and shuld not be
editable. when the pdf file is opened it is giving
worning msg as "the pdf is procted not able to edit".
But when we try to edit the text it is editable and
not able to save changes, bu
Hi,
i am doing pdf encryption. It is working fine. but
We want to give only print permissin and shuld not be
editable. when the pdf file is opened it is giving
worning msg as "the pdf is procted not able to edit".
But when we try to edit the text it is editable and
not able to save changes, bu
Hi,
We are using "itext-0.52.jar" file since 2001/02
usually we have to generate most of the reports as
pdfs only. These pdfs are editable. But we want to
make these as not editable and willing to give only
print permissions to that. The cuttent version of
"iText.jar" only supports this!
. All I understood is it is not possible to apply external css files.
Can anyone please correct me if I am wrong? Or is there a way to apply external css to convert html to pdf on the fly? Any hints on how to proceed will be much appreciated.
Thankyou all.
Satish.
Yahoo! India Careers: Over
28 matches
Mail list logo