Re: Created a master excel documnet (later a database) from scaned forms
I think I am on my way - I did find this from Thom Parker - in the acrobatusers.com Tutorials sectionhttp://acrobatusers.com/tutorials/auto_redaction_with_javascriptNow I just need to get this into...
View ArticleUsing PDDocCreateWordFinderEx, how to read words with underscore
I am using the PDDocCreateWordFinderEx to read words. I have the character type table on PDWordFinderConfigRec set to just space as word break character. Still a word with underscore is broken into two...
View ArticleSilent Printing via code for Adobe Reader X and upper versions does not work
Hi, I developed a windows service in c#.net with framework 2.0, last 4 years its printing pdf files fine, but now this printing logic failed to print PDF doc version 9.5, 10, and 11. Please help to...
View ArticleRe: Silent Printing via code for Adobe Reader X and upper versions does not work
Adobe Reader cannot legally be used in this environment (eg. An automated window service for printing).
View ArticleRe: Silent Printing via code for Adobe Reader X and upper versions does not work
Hi lrosenth, Thanks for your reply, Actually this the requirement of client, as they install this window service on the computer of their customer, this window service which periodically ping client...
View ArticleRe: Silent Printing via code for Adobe Reader X and upper versions does not work
Given that your implementation violates the EULA for Adobe Reader, we most certainly CANNOT help you!
View ArticleHow do I convert an html page to a pdf using the APIs in Acrobat XI?
I am creating a c# program that needs to loop through a list of URLs, open each as an html page and save it as pdf. I see it is possible to save an html page as a pdf using the plug-in in XI but I'm...
View ArticleRe: How do I convert an html page to a pdf using the APIs in Acrobat XI?
There are no APIs for C# and external applications for this conversion. There is however an API for Acrobat plugins to perform this operation. So, if necessary, you could write a custom plugin (that...
View ArticleRe: How can I find shapes in a pdf with .net
Okay using Acrobat XI SDK. I am trying to find a path which is a beziers curved line. And truthfully what I really want to know is where the upper left hand corner of this path is. What I found out...
View ArticleRe: How can I find shapes in a pdf with .net
That doesn't look like a PDF statement - that looks like an SVG statement. So no idea where you found that! A PDF path would be in a content stream and look like: 10 10 m20 20 lf If you don't wish to...
View ArticleComparing two PDFs using Compare Documents utility in Acrobat Pro in command...
I have a need to compare two PDFs based on text, images, annotations, formatting, headers/footers, styles etcetera. The Adobe acrobat pro tool is working very good as per my requirements. I need to...
View ArticlePopulate a PDF done with Adobe Livecycle Designer
I have a pdf from an institution and I have been asked to populate it directly with data saved in an excel file. I have found that the pdf was done with adobe livecycle designer and with that program I...
View ArticleRe: Comparing two PDFs using Compare Documents utility in Acrobat Pro in...
Sounds like you want to do this on a server, but you should know that Adobe Acrobat cannot legally be used on a server. For server-based PDF operations you can look at Adobe LiveCycle products or our...
View ArticleRe: Populate a PDF done with Adobe Livecycle Designer
It sounds like you are trying to do this without having downloaded and read the Acrobat SDK. Start with that and read about PDF form types especially XFA (which is the Livecycle type)
View ArticleRe: Populate a PDF done with Adobe Livecycle Designer
Thank you for your answer, but I had downloaded the SDK and I couldn't find how to do it. Do you know where is my error or where do I have to search?
View ArticleRe: Populate a PDF done with Adobe Livecycle Designer
Getfield is part of the API for acroforms, not XFA forms.
View ArticleRe: Populate a PDF done with Adobe Livecycle Designer
And do you know what is for XFA Forms?
View ArticleRe: Populate a PDF done with Adobe Livecycle Designer
No, sorry, never read the XFA JavaScript Reference. In fact I think it's a separate download, but people working with Xfa forms are probably epected to already be familiar with xfa javascript.
View ArticleRe: Open Multiple PDFs from within excel using VBA
Hi Test,I had some time to try ShellExecute but it can't call that procedure.Do I need to enable a particular vba reference for that command? Shell works fine. Also, I noticed that if someone's...
View ArticleRe: Open Multiple PDFs from within excel using VBA
ShellExecute s part f Windows bt you have to import it to use with VB. many examples on web. I have no idea what the command line is bcause I use ShellExecute...
View Article