On 31/05/2012 20:09, Brad wrote:
> Is there a recommend WYSIWYG editor that converts EXACTLY?
What is EXACTLY?
Even between browsers there are differences.
Also, don't forget that a browser doesn't need to worry about a page
size: it has scroll bars, and therefore more freedom.
In PDF, you have
1T3XT BVBA 1t3xt.info> writes:
>
> On 31/05/2012 13:14, Brad wrote:
> >> http://itextpdf.com/summit.php#talk3
> > That link isn't working. Do you have an example that I can look at? I
> > neglected to mention that this is a PDF Form and I am layering the HTML
> > over
a
> > specific part of
http://itext-general.2136553.n4.nabble.com/file/n4655226/ScreenShot003.png
try setting these properties for your PDF Form, by open form in LiveCycle
designer Menu -> File -> Form Propoerties
--
View this message in context:
http://itext-general.2136553.n4.nabble.com/How-to-fill-out-XFA-dynamic-P
I am using following code to Manipulate the Dynamic PDF form with user right
enabled. You can even fill dynamic tables using this. Hope this will help
you.
Try modifying the field names as per your form.
--
View this message in context:
http://itext-general.2136553.n4.nabble.com/How-to-fill-ou
Yes, that's right. Ii sent a report by feedback button in your test
application. Also I sent an email to sales with personal data.
I hope to have news about this issue. I like iTextSharp component and you
have a great team.
Thanks for all and please, excuse my insistence but it is so important for
I don't know. Is the first time i listen it. I looked in Google about this
possibility and I didn't found any reference :(.
Any case, your demo didn't work with this form. I wrote to sales department
to investigate this pdf form. If they have a solution I will pay for it and
for support too. No p
On 31/05/2012 16:42, Jose - NewInformatics wrote:
> Ok. Your demo not works with my pdf form. I changed Xfa data and pdf result
> not shows me the form fields filled.
To answer my own question: it's possible. Just found it in the XFA
Specification (Chapter 21):
Data Description Grammar
Data descr
On 31/05/2012 16:42, Jose - NewInformatics wrote:
> Ok. Your demo not works with my pdf form. I changed Xfa data and pdf result
> not shows me the form fields filled.
Another possibility is that your form is crappy.
For instance: when I open the form in Adobe Acrobat 9, it looks
different than whe
Ok. Your demo not works with my pdf form. I changed Xfa data and pdf result
not shows me the form fields filled.
I suppose my one and only option is using Adobe products. :(
-Mensaje original-
De: 1T3XT BVBA [mailto:i...@1t3xt.info]
Enviado el: jueves, 31 de mayo de 2012 16:19
Para: Post
Correct, the GoToE action (which is what you are using) only works with
PDF files.
You will need to use a Launch action for the other formats.
Leonard
On 5/31/12 5:37 AM, "bou" wrote:
>Hello,
>
>
>When I attach a file (pdf/word/png) It works fine and via the attachment
>pane I can open all th
I just did another test with your demo.
I open my source PDF with Adobe Acrobat Reader, I filled it and I save.
Then, I upload the PDF in your demo. I can see xml tags filles with data. So
I no change xfa data and I leave (push Update XFA data).
The viewer not show me the form field values. They a
On 31/05/2012 16:11, Jose - NewInformatics wrote:
> ¿You tried to change the XFA data?
Nope, no time for that; plenty of other work to do.
--
Live Security Virtual Conference
Exclusive live event will cover all the ways to
Hi, i just tested your demo (http://demo.itextsupport.com/xfademo/) and I
opened the source PDF within 3 pages.
I can see the XFA data (XML). I change the data, for example only tag "
" by "TEST" and press Update XFA data. Viewer shows me
the result PDF but the form field is empty (not change) :(((
On 31/05/2012 16:03, Brad wrote:
> We don't have a support contract. Do you know how much one costs? I can
> email sales if not.
Support is 20% of the license cost. The license cost depends on your use
of iText.
It's best to mail sales for more info.
1T3XT BVBA 1t3xt.info> writes:
> The link works for me, and it shows you how to combine AcroForms and XML
> Worker.
> As an alternative, you can look at http://www.parleys.com/d/3186
> We do have all the example code, but currently, that code is only
> available for paying customers.
> Do you h
On 31/05/2012 15:52, Jose - NewInformatics wrote:
> If you can assure me that is possible fill out the form attached in last
> post and not loose user rights and preserve read-enabling, please contact
> with me in my personal email address.
No, I can't assure that rightaway.
I would need to forward
Hi again and thanks for your comments.
I need fill out that form in C# and i was trying a possible iText-Sharp
solution but I couldn't obtain it as you can see.
If I need obtain a license for do it, that's no problem and I need some
support too.
If you can assure me that is possible fill out the
The link works for me, the page is rather heavy to load due to all
embedded video's but it does work.
On 31/05/12 13:14, Brad wrote:
> That link isn't working. Do you have an example that I can look at? I
> neglected to mention that this is a PDF Form and I am layering the HTML over
> a
> sp
Hello,
I'm not sure which of the three mails I should answer, so I'm adding
your personal address in Bcc.
Please don't reply to the 1T3XT address, but to the mailing list only
(itext-questions@lists.sourceforge.net)
On 31/05/2012 12:07, bou wrote:
> Hello,
>
>
> When I attach a file (pdf/word/pn
On 31/05/2012 12:16, Jose - NewInformatics wrote:
> Try to fill this form it's been terrible experience. :(
I once tried to jump off a bike while it was still moving. That was a
terrible experience too.
Go to http://demo.itextsupport.com/xfademo/
Upload your form.
You'll see the data in the form
Hi Herman,
You've posted your question already 3 times on this list, in less that 3
hours.
Please wait for an answer, I'm sure it will come soon.
If you want to add extra information to your question, please reply to your
own thread instead of creating a new one.
Cheers,
alexis
On 31 May 2012 1
On 31/05/2012 13:14, Brad wrote:
>> http://itextpdf.com/summit.php#talk3
> That link isn't working. Do you have an example that I can look at? I
> neglected to mention that this is a PDF Form and I am layering the HTML over a
> specific part of the form. Not sure if that will make a difference o
just use the code to make itext ignore password:
public static PdfReader unlockPdf(PdfReader reader) {
if (reader == null) {
return reader;
}
try {
Field f =
reader.getClass().getDeclaredField(
Hello,
When I attach a file (pdf/word/png) It works fine and via the attachment
pane I can open all these files by clicking on it.
However when cliking in the text on the "link" it only works for pdf files.
All other files do not open by clicking the link. No error message is given
nothing happ
Hello,
When I attach a file (pdf/word/png) It works fine and via the attachment
pane I can open all these files by clicking on it.
However when cliking in the text on the "link" it only works for pdf
files. All other files do not open by clicking the link. No error message
is given nothing h
1T3XT BVBA 1t3xt.info> writes:
> > iTextSharp.text.html.simpleparser.HTMLWorker
>
> This class will be deprecated in the next version, and eventually removed.
> Please use XML Worker instead. We're waiting to remove HTMLWorker until
> the documentation about XML Worker is finished. For more info
Hello,
When I attach a file (pdf/word/png) It works fine and via the attachment
pane I can open all these files by clicking on it.
However when cliking in the text on the "link" it only works for pdf files.
All other files do not open by clicking the link. No error message is given
nothing happ
Hello,
I am working on an in house, test project where we are printing bar code
using "wet ink". To ensure the results are readable I am experimenting with
the setInkSpreading value.
I can see that changing this factor changes the bar width in an ITF Barcode
but is there more documentation on the
Op 31/05/2012 9:51, newinf schreef:
> What do you want meaning with ... "if we make stamper in append mode, it will
> not work for XFA."
No idea. It should be possible to do that.
--
Live Security Virtual Conference
Exclus
What do you want meaning with ... "if we make stamper in append mode, it will
not work for XFA."
My form is dynamic and reader enabled and i trying to use a stamper in
append mode for not lost users rights. Why stamper not works for XFA? what
is the solution?
--
View this message in context:
ht
30 matches
Mail list logo