Re: Removing the "Click here to sign" tooltip
Is this the button in the green bar that appears at the top of the document? If so, the fact that it isn't working in browser is a known issue and will be corrected.
View ArticleRe: Removing the "Click here to sign" tooltip
No it's a form field within the document. When you mouseover it says "Click to Sign" but clicking does nothing. Ideally I'd leave the tooltip and just get an event letting me know it's been clicked.
View ArticleRe: Removing the "Click here to sign" tooltip
There is no way for your external application to get that notification.
View ArticleRe: Removing the "Click here to sign" tooltip
Thank you very much. How about disabling the tooltip?
View ArticlePDF Association Technical Conference North America 2013
Delivering two full days of intensive technical education for PDF experts, developers and implementers of PDF applications and libraries, the PDF Association’s Technical Conference North America 2013...
View ArticleRe: How to simply save and restore PDF sessions in adobe Acrobat?
I'll be grateful if you could mention a certain session manager for adobe acrobat.
View ArticleRe: How to simply save and restore PDF sessions in adobe Acrobat?
I don't know of any such session manager. When I say "a plug-in could do it" I mean that a C/C++ programmer, could create a plug-in that did this.
View ArticleUsing Acrobat SDK to read hyphenated text
I'm using the GetText method, retrieving text, word by word, from a PDF. I'm running into two problems, both relate to GetText treating hyphens as punctuation, not text. If the source text in my...
View ArticleRe: Using Acrobat SDK to read hyphenated text
The VB APIs don't provide access to changing the word definition. That can only be done using the C/C++-based plugin APIs. Alternatively, you could have Acrobat save the PDF to a text/XML/RTF/other...
View ArticleIs there any way to read pdf objects in C# .net
Hi I want to read pdf objects with their positions and all styling properties like (text font name, font size , font weight , position) similarly image ( position , height , width ) and other objects...
View ArticleCompress Pdf in C# Need Code
Hello, I want to compress pdf... Can any one tell me how can i compress the pdf in c# point me to some article. I have the License Copy of Adobe Professional. I am using the Adobe Version X. so any...
View ArticleRe: Compress Pdf in C# Need Code
Please explain "compress". Is there a particular function in the user interface that you want to automate? Is it for a server, or a user button click, or something else?
View ArticleRe: Compress Pdf in C# Need Code
I will have console app in c# whenever the program executes it will check for pdf files in a particular folder and compress each and every pdf file found in that folder. Guide me to some article which...
View ArticleRe: Compress Pdf in C# Need Code
Sorry, you just said "compress" again but you didn't tell us what you meant. Please explain in more detail. Also, is your console app designed to run on a server? Or will it be run by end users with...
View ArticleRe: Using Acrobat SDK to read hyphenated text
Well, I tried a quick test of the Save As Excel and also Word and the conversion replaces hyphens with bullets; -$20,083.86 becomes •$20,083.86 and 18-JUN-2013 becomes 18•JUN•2013 I can work with this...
View ArticleRe: Using Acrobat SDK to read hyphenated text
Did you try save as just text? The problem is that a PDF doesn't just contain a simple stream of text, so anything that comes out has to be subject to a process of analysis and guesswork before the API...
View ArticleRe: Compress Pdf in C# Need Code
If you were going to do this manually in Acrobat to "compress a PDF" - what command would you use? File->Save As->Optimized PDF? Other?
View ArticleRe: Is there any way to read pdf objects in C# .net
I saw that datalogics supports .net i i haven't tiried that. http://www.datalogics.com/products/pdfl/features.asp#languages regardsBartek
View Article