Tagged Questions
0
votes
1answer
73 views
itext Sharp and PDF form stamping with parentheses
My pdf doesnt show the negative numbers correctly i've set up a pdf form with acrobat which contains textfeild formated as numbers.
it doesnt display the negative numbers correctly when filled via ...
2
votes
1answer
1k views
How to set a default zoom percent to “100%” using iTextSharp 4.0.2?
I want to let the pdf reader(Adobe Reader) to open the pdf file with zoom set to 100%.
Thanks!
0
votes
1answer
599 views
PDF generated with itext becomes 'corrupted' when using SetSimpleColumn()
First I would like to point out that stackowerflow helped me with many problems in the past, so thank you all. But now I have come to problem that I haven't fount a solution for yet and it's driving ...
1
vote
1answer
414 views
Itextsharp seems to be corrupting a pdf form after filling it out; problems opening in Adobe Reader for WP7
I'm trying to dynamically generate a pdf form from an asp.net C# application. The form is generated and emailed to some users. People have been able to open it on Adobe Reader for months now.
...
0
votes
1answer
423 views
iTextSharp + Retrieve Form Button Action
Is there any way with iTextSharp to retrieve the action contained in a button field contained in a pdf?
I want to know what action that button field will do when clicked on (on MouseUp).
Thanks in ...
2
votes
2answers
3k views
itextSharp - Merging pdf files disables extended reader permissions
I'm using Itextsharp v5.1 and created enabled reader pdf files.
I wrote a c# class that fill the form and keep each individual pdf file extended reader.
But, when I use this MergeFiles function here, ...
1
vote
4answers
1k views
Editing javascript in a pdf with .net
Is it possible to edit the javascript of a pdf document with .net?
I've looked at the Acrobat SDK, but without much luck. It looks like you can retrieve values from forms etc. but not edit the ...
0
votes
1answer
694 views
Ready An Existing PDF Page Size (ex. 8.5 x 11, 11 x 17) VB.Net
Like the title says i'd like to read an existing pdf page size with VB.Net. I've been working with Itext.Sharp, and the Acrobat.dll. Is this possible??
4
votes
2answers
9k views
Using itextsharp (or any c# pdf library), how to open a PDF, replace some text, and save it again?
Using itextsharp (or any c# pdf library), i need to open a PDF, replace some placeholder text with actual values, and return it as a byte[].
Can someone suggest how to do this? I've had a look at the ...
1
vote
2answers
937 views
PDF document generated using itext# opens in Foxit but not Acrobat
My application is generating PDF documents using itext#. The files open fine and display correctly in Foxit Reader but in Adobe Acrobat it errors with:
There was an error processing page. There was a ...
2
votes
1answer
2k views
Edit PDF online and save and form data to server
I have some PDF documents which are being displayed in the browser, with some fields already being pre-populated from the database using iTextSharp (we are running Windows Server 2008, IIS 7, SQL ...
1
vote
1answer
691 views
Displaying PDF in Browser - Showing Thumbnails (“Pages”) by Default
I'm currently using ITextSharp to write a PDF to a web browser, but I cannot figure out how to, by default, show the thumbnails on the left side. If I click the "Pages" button they appear correctly, ...
1
vote
1answer
856 views
itextsharp and livecycle
i've managed to create a template (for an invoice) in livecycle. i've choosed dynamic pdf instead of static pdf because of a few fields that needed to autoresize (like address, product name).
now i ...