Dear Paulo,
I get two problems with PdfAnnotation. Please see my
code.
1. PdfBorderDictionary.STYLE_DASHED doesn't work.
2. PdfAnnotation.createScreen stop working on the
second page. It only works on the first page.
Thanks for your help.
yun wang
Here is my code:
import java.io.*
Dear Support,
I wish that I could create a dashed border. But, it
does't work. It comes out as a solid.
an.setBorderStyle(new PdfBorderDictionary(3.0f,
PdfBorderDictionary.STYLE_DASHED) );
Please help.
Thanks.
PdfWriter writer = PdfWriter.getInstance(document, new
FileOutputStream("My_Annota
Dear Support,
I want to read the tip for a pdf form field.
Tip: When I move into the form field, it displays the
discription of this field.
Please help.
Thanks.
-
Take Surveys. Earn Cash. Influence the Future of IT
J
Dear iText Support,
I have an existing pdf file, I want to add bookmark
using PDFStamper.setOutlines(List outlines)
But, I don't know how to create List from strings.
Can I create PDFOutLine Object and then get List from
PDFOutLine?
Do you have an example to show how to add outline to
the exi
Dear Support,
I am using ColumnText to create underline text, but,
the underline is lower than that in Microsoft Word.
can I adjust the position of underline relative to the
baseline of the text? Thanks
yun
---
Using Tomcat but need to do more
Dear Support,
I try to draw a text inside the center of a rectangle.
I need vertical alignment.
Element.ALIGN_MIDDLE doesn't work. Please advice.
yun
Here is the code:
PdfReader reader = new PdfReader("old.pdf");
PdfStamper stamp = new PdfStamper(reader, new
FileOutputStream("new.pdf"));
Pd
Dear Paulo,
I am learning PdfAnnotation. createPopup works very
well but I can not make Markup work.
What is the quadPoints? Would you please give me en
example?
Thanks a lot,
yun wang
Here is the code:
PdfReader reader = new PdfReader("old.pdf");
PdfStamper stamp = new PdfStamper(reader,
Dear Paulo,
I try to use Right-to-left run direction. But, the
RUN_DIRECTION_RTL inside my code can not create any
difference to RUN_DIRECTION_LTR. Please advice.
yun
Here is my code:
PdfReader reader = new PdfReader("old.pdf");
PdfStamper stamp = new PdfStamper(reader, new
FileOutputStream("
Dear Itext Support,
Do you havwe example to use "ICC profiles for ALL your
data - image, text and vectors"?
Thanks a lot,
yun wang
Just to clarify what Paulo wrote...
When you introduce transparency to a page,
you potentially
change the colorspace(s) in which Acrobat render
Dear Support,
I can use PdfAction(String filename, String
destination_name) inside a form field.
How can I add a destination_name using PdfStamper?
Thanks a lot and have a good weekend.
yun
---
This SF.net email is sponsored by: Splunk Inc.
Dear Paulo,
I try to add the js code into "text 4" to get the sum
value of the other 3 fileds.
I try to use the JS code by Adobe acrobat. But, it
didn't work:
String code = "AFSimple_Calculate(\"SUM\", new Array
(\"Text 1\", \"Text 2\", \"Text 3\"));";
Please give me advise.
Thanks
yun
Docu
Dear Paulo,
I need to create some Chinese Fill-out Forms. It will
be nice if itext can create Unicode PDF Form Field.
Please advise me how to do that right now.
Thanks,
yun
---
This SF.Net email is sponsored by:
Power Architecture Resource
Dear Paulo,
I created a Check box and it is OK for me to uncheck
the check field. But, I want to also uncheck the radio
button, i have tried:
PdfFormField top = bt.getRadioGroup(false, false);
PdfFormField top = bt.getRadioGroup(true, false);
PdfFormField top = bt.getRadioGroup(false, true);
Pd
Dear Paulo,
I want to create a unicode Text Field. Please see my
code and output pdf.
The text can dispaly very well. But, I can not type
text inside the adobe reader.
Please help.
Document document = new Document(PageSize.A4, 50, 50,
50, 50);
PdfWriter writer = PdfWriter.getInstance(docume
Dear Paulo,
I want to set an editable combo box with a value other
than the ChoiceExports.
I wish that when the pdf is open, the combo box shows
the text that is my typed text.
I use setValueAsName and setText. But, it doesn't
work. Please help.
Thanks,
yun wang
here is my code:
Document docum
Paulo,
I have no problem to create two Radio Buttons with the
same name. But, I have problem to create two Check
Buttons with the same time using RadioCheckField.
There is getRadioGroup but there is no getCheckGroup.
Please have a look at my code:
Thanks,
yun wang
Document document = new Doc
Dear paulo,
I have two text fields with the same name. But, I want
to add the first one into page 1 and
add the second into page 2.
Here is the code to add two fields into one page. How
can I change it so that app2 will be moved into page
2.
Thanks,
PdfReader reader
Dear help,
I try to create two text fields with the same name
"CreditCard". I try to set the value "Visa".
But, please see the attaced pdf. "Visa" doesn't
apppear
when I open test.pdf. As I click into the box, "Visa"
does come out.
I need that "Visa" to show at the opening pdf.
Thanks for help.
Dear Paulo,
I want to create PDF Form to replace html submit form.
But, as I create a pdf form using the following code.
There is no Submit to the server. Just no connection
to the URL.
Please do me a favor to give me help.
By the way, on the documentation of PushButtonField
PdfFormField ff
Dear Support,
I have a html form:
http://www.myservername.com/myform.php";>
first_name:
How can I create a PDF form to replace this simple
HTML form in order to talk with server?
I know how to add a Text form field and a Button.
But, I don't know how to add a Javascript so that the
but
Dear Paulo,
Is it possible for PDFReader to output the string that
contains javasript? Or, how can I get that data block
thats contains javascript?
Thanks,
yun
---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the fi
t;
> --- Paulo Soares <[EMAIL PROTECTED]> wrote:
> > You need a field with kids where only the parent
> has
> > the name.
> >
> > - Original Message -
> > From: "wang yun" <[EMAIL PROTECTED]>
> > To:
> > Sent:
dear support,
I want to add three text Form fields with the same
name. How can I do that?
Thanks,
yun wang
---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover
Dear Paulo,
If I use iText to create a fillable version of my PDF
form, how can I use this form online so that the
clients can fill the form out and submit it via web to
my database?
Thank you very much.
yun
---
SF email is sponsored by -
Dear Paulo,
There are 8 options for PDF Secuity.
How can I achieve this:
the user has no password but only view and print;
Owner has password and has full control for the
document.
Thank you very much much for your kindness to help me.
yun wang
---
Dear Paulo,
I want to use Tahoma Italic for the text Form field's
Font. SetFont only works with BaseFont. How can I make
it Italic for Tahoma?
Thanks,
yun wang
---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE lim
Dear Support,
I want to add 3 check boxs with the FieldName
"CreditCard1". I want to "Visa" to be the default
value and checked. The new pdf "out.pdf" looks OK.
But, as I use: String value =
form.getField("CreditCard1") to get the value of this
check box. The return value is empty.
Please do m
Dear Paulo,
How can I add Right Alignment for a new text pdf form
field?
Thanks,
yun
---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly
Dear Support,
Do you have example for me to learn how to add extra
Form fields on the existing form?
Thanks for your help,
yun
-fixed a bug in PdfStamper with form flattening and
fields added
---
This SF.Net email is sponsored by: InterS
Dear Support,
I am trying to add 32 bit png into pdf. But, it looks
not good. 24 bit image looks great into PDF. Does
iText support 32 bit png image?
Thanks for your help,
yun
<>
24bit.pdf
Description: 24bit.pdf
<>
32bit.pdf
Description: 32bit.pdf
Dear Support,
May I convert java iText into C?
How can I convert java to C? Please give me advice.
Thanks,
yun wang
---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DV
Dear Support,
Can I add more Form filed on existing form?
Thanks,
yun
---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & T
Dear Support,
I am using PDFStamper. How can I compress all the
text and image insdie the original PDF?
What is the meaning of "Optimize PDF" that I saw some
softwares claim? Can itext do it?
Thanks
yun
---
This SF.Net email is sponsored by
Dear Support,
I want to read the Tab Order inside a PDF Form.
I have a question about
AcroFileds's fill function: item.tabOrder.add(new
Integer(j));
Is this tabOrder the same as the original Tab order
inside the PDF file?
Thanks,
yun
--
Dear Support,
I try to add Form Field from PdfCopier or PdfStamper.
But, it doesn't work. I just want to add Form Fields
over the existant PDF file that has no form field
inside.
Thanks,
yun
---
This SF.Net email sponsored by Blac
Dear Support,
I have converted an image into a PDF page. How can I
add form fields (Text, check box) into this page?
Thanks for help,
Yun
---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training
Dear Support,
I have a PDF form. How can I add more fields inside?
Thanks,
Wang
---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top techn
Dear Suuport,
I like PdfCopyMerge for version 129. But, I can not
keep the bookmark. How can I merge all the bookmark
like PdfCopy?
Thanks,
yun
---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Dan
Dear Support,
I am moving from Vesion 127 to 128 using VJ6.0.
I have the following code:
// Get a from from a reader
PdfReader reader = new PdfReader( args[0] );
PdfStamper stamp = new PdfStamper(reader, new
FileOutputStream("out.pdf") );
PdfContentByte cb = stamp.getUnderContent(1);
stamp.clos
Dear Support,
I try to remove all the fields from the document
by using removeFieldsFromPage. I have problem.
Please give me help. Thanks,
yun wang
Here is my code:
// Get a from from a reader
PdfReader reader = new PdfReader( args[0] );
int pages = reader.getNumberOfPages();
Dear Support,
How can I get Button's Shape: cross, tick, diamond,
circle and so on?
Thanks,
yun
---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse a
Dear Paulo,
I want to uncheck the buttons.
I can use form.setField(name, "")
or form.setField(name, "OFF");
Which way is better?
Does "OFF" always mean unchecked state?
Is there other term that means unchecked state?
Thank very much,
yun
Dear Paulo,
Thank you very much for your help.
I have another question on how to get Button's Values.
For example,
1. For One Choice button,
how can I get the two values for ON and OFF state?
If two values are all null, do I just set null for
off and "0" for on?
2. For Two Choices Buttons,
Dear Paulo,
I like the new concat_pdf with bookmark. But, how can
I split pdf pages while splitting bookmark?
Thanks for your help,
yun
---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen y
Dear Paulo,
Thanks for your help.
I come up a problem.
Some TextFields in the form can only let me input
digit number. How can I detect this format?
Thanks and you have a good weekend.
yun
---
This SF.net email is sponsored by:
Dear Paulo,
Thanks for your new version 127. It is great!
I am using AcroFields and I can get the positon area.
but, I have problem to get the name, current value,
page number for each field.
Would you please give me help on my following code?
Your help is greatly apprrecaited.
yun
//
[EMAIL PROTECTED]
> [SMTP:[EMAIL PROTECTED]
> On Behalf Of wang yun
> > Sent: Monday, December 08, 2003 14:54
> > To: [EMAIL PROTECTED]
> > Subject:[iText-questions] Form Field's detailed
> information
> >
> > Dear Support,
> >
Dear Support,
I have a file with a form.
How can I get detailed information (field type,
positon, string value, alignment, font name and size)
for each form field?
Thanks for help,
yun
---
This SF.net email is sponsored by: SF.net Giveb
Dear Paulo,
I try to save Barcode into a image file (Bitmap or
WMF) using java 1.1.8.
Would you please give me help?
Thanks,
yun
---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be mor
Dear Support,
I am using VJ+ 6.0 to run pdf417_barcode.java
But, I have problem for the coding. For Microsoft, is
there other coding name to replace cp347?
Thanks,
yun
/
// Code in the pdf417_barcode
this.text = s.getBytes("Cp437");
///
Dear Support,
Can Image read winodws Icon files?
Thanks,
yun
---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us
Dear Support,
I try to use windows Fonts to draw stoke style.
If I use Font.BOLDITALIC, TEXT_RENDER_MODE_STROKE
doen't work. I need help.
It works for FontFactory.HELVETICA.
Here is my code. Thanks.
yun
//Chunk ch = new Chunk("this is a phrase",
FontFactory.getFont(FontFactory.HEL
Dear Sir,
I am using ColumnText.showTextAligned to draw text.
Can I change the draw Type: Fill , Strok, or
FillStoke?
Thanks,
yun
Phrase phrase5 = new Phrase(18, new Chunk("this is a
phrase", FontFactory.getFont(FontFactory.HELVETICA,
24, Font.BOLD, new Color(255, 0, 0;
ColumnText.showTe
Dear Paulo,
I am trying to set Duration for Presentation.
But, it doesn't work. I am using adobe Reader 6.0
Thank for your help,
yun wang
copier = new PdfCopy(document, new
FileOutputStream("test.pdf"));
copier.setDuration(5);
copier.setTransition(new PdfTransition(
PdfTransition.INBOX, 5)
>
> Other images types:
>
> gif - full support
> bmp - full support
> png - full support
> jpg - rgb and cymk 8 bit and monochrome
> wmf - no patterns
>
> Best Regards,
> Paulo Soares
>
>
> > -Original Message-
> > From: wang yun
Dear Paulo,
I am glad that iText 126 can support tiff directly.
I have a question, is there some limitation on Reading
Bitmap, Tiff, Gif, JPeg into PDF?
Here is faq about limitations.
http://www.lowagie.com/iText/faq.html#images
Thanks for your help,
yun wang
-
Dear Sir,
I am using PDFCopier to copy an PDFReader page 1
twice. The first copy is OK, but the second copy is
nothing.
How can I deal with this case?
Thanks for your help,
yun
here is my code
page = copier.getImportedPage(reader, 1);
copier.addPage(page); //OK
page = copier.getImpo
57 matches
Mail list logo