Hi,
I'm having difficulty with two types of AcroFields, Check Box and Text,
and I think they're related. As you may recall, the appearance of a
field can change with its state. We're having difficulty controling the
appearance of the field through these changes.
When we generate Check Box fiel
Hello all,
I've been tracking down a bug in my software that takes a WMF file, and
puts it into a PDF using iTesxtSharp v4.0.5. The content of the WMF is
legal text that certain jurisdictions require be no-smaller-than a
particular point-size. (The "fine print" cannot be too fine.) I put the
W
On 11/19/2010 3:30 PM, 1T3XT info wrote:
> On 19/11/2010 20:44, steve poling wrote:
>> PLEASE STOP ME.
>
> Steve, STOP!
> Look for a method named size ;-)
Thanks, but size returns the count of the values list. Have I any
guarantee this structure will have the same occupanc
Hi Everyone,
I just tried to upgrade from v4.0.5 to v5.0.5 if iTextSharp and
discovered to my horror that formerly public property page is now
downgraded to an internal visibility. This would be OK, but I had a
couple bits of test code that said things like this:
trueFieldsCount += acroFie
nent to my question? Can anybody point me to some sample
code where this is done?
Thanks in advance, I'm much obliged for all your help.
smiles and cheers,
steve poling
grand rapids, MI
--
Open Source Business C
Bruno,
Thank you. I'll check out your changes.
> If you use the version of iText that is in SVN, you can
> execute the adapted Calculator example (see attachment).
> As you can see: I used custom names for every piece of JS.
> br,
> Bruno
>
When you implemented a mechanism to WRITE these cust
Hello,
If I go into Adobe Acrobat, I can menupick Advanced | JavaScript |
Document JavaScrpts... and then I can define named JavaScript functions,
that is, I can enter a function name, and associate with it some
JavaScript. Then if I look at the PDF at a low level, I see Root | Names
| JavaScr
Hi,
When i want to write document-actions into a PDF, I do something like this:
|PdfAction action = PdfAction.javaScript("app.alert(\"I'm
here!\");\r",writer); |
|writer.setAdditionalAction(PdfName.WP,action);
|
What I can't figure out is the best way to open & read a PDF file and
get its d
Paolo,
I've written unit tests that give false alarms much as you describe. For
example, I have a number of NUnit tests that all fail b/c I write a PDF,
compare it to a baseline PDF, and they fail, because the iText version
number in the header (or something else) changes. It's a pain in the
b
Hi all,
When I put AcroFields on a form: If the names are all distinct, all is
well. If they are duplicated, I have to do something special, as Paolo
has described elsewhere. In particular, AcroFields appearing on
different pages may have the same name.
If all field names are different this st
Paolo,
Thanks for this information.
> That's not a bug. Fields with the same name must be created with a
> single field dictionary and several widget kids, one for each visible
> instance. Create in acrobat two fields with the same name. Then, use the
> Java toolbox to see the field structure, yo
Hi all,
I'm sorry I didn't include this information in my original post on this
subject, but I only learned this recently.
I have been poking around a bit with the PDF file I generated with
duplicated field names. To recap, I generate a form with a TextField
named "dp" on page 1 and page 2 of
Hi all,
I have created a PDF with Acrobat, manually inserting two (or more)
TextField's with the same name. When I open this PDF with Acrobat, all
the fields appear. I wrote a program to read the PDF and I see that
reader.AcroFields.Fields.Count corresponds to the number of "distinct"
field na
Hi all,
When I inspect a ComboBox field under Adobe Acrobat, the dialog box has
checkboxes indicating whether the field is "locked" or not in the lower
left hand corner. Also, in the options tab thereof, there are checkboxes
for "sort items" and "allow user to enter custom text."
Can I use iTe
Hi all,
I don't adequately understand the relationship between the permissions
defined by iTextSharp and the related permissions you see when you look
a document's properties' Security. It appears that some permissions
depend upon others, or are overruled by others. To illustrate, open a
PDF f
Hi all,
First, I'm incredibly impressed by the responsiveness of this listserve. Thanks
a bunch to those who've been so helpful. If ever in Grand Rapids, MI, I'll buy
a round of your favorite beverage.
I'm trying to control the initial view of the PDF when the file is opened. Now
I'm looking a
Hi all,
Kudos to Paolo for cluing me into using PdfWriter.setOpenAction() to
control the zoom level.
I have unit tests that create PDFs with various attributes and the unit
test then opens the newly made PDF to inspect that same thing. OK, so I
know the JavaScript what I hope got put into the
Hi all,
I'm trying to control the initial view of the PDF when the file is
opened. I've had good luck with the Viewerpreferences controlling the
page mode and the page layout (thanks Bruno). But I'd like to control
the initial magnification or zoom when the file is opened. So far, the
magnific
Hi (first i want to express thanks for the help provided so far),
When I open a PDF file under Acrobat and examine its properties, the
"Initial View"'s comboboxes for "Show", "Page Layout", &
"Magnification", and a radiobutton for "open to page number" with a page
number. Can iTextSharp set the
Hi,
When I generate a PDF then open it in Adobe Acrobat, the "Document
Properties" dialog has a "Description" that shows, Title, Author,
Subject, Keywords in text boxes. Then Created, Modified, and Application
appear as text labels. The Created and Modified dates are just fine, but
the "Applic
e original TextField. But this
seems wrong.
Thanks in advance,
steve poling
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
21 matches
Mail list logo