How to print specific pages of a pdf from a vb 2013 program using a print dialog
Hi. I am using the acrobat sdk to display pdfs from within a vb 2013 program, because the pdfs are large and we have developed indexes on certain columns. The indexes are stored in SQL tables. My...
View ArticleRe: How to print specific pages of a pdf from a vb 2013 program using a print...
Do you users only have Reader or is Acrobat installed on their machines? There is a solution for Acrobat, but not for Reader.
View ArticleRe: How to access addressbook.acrodata??
are you sure? why i can't? i think there must be way?! on which way did the adobe reade access this file?
View ArticleRe: How to print specific pages of a pdf from a vb 2013 program using a print...
They have Acrobat on their machines.
View Articlerundistributeformwizard
how use this rundistributeformwizard(string) please help me. my gol is convert pdf to pdf forms from code csharp or javascript. thank
View ArticleRe: How to access addressbook.acrodata??
That file is private to Adobe and there are no publicly available APIs (or details on the format)
View ArticleRe: How to access addressbook.acrodata??
What exactly are you looking for? Why do you want/need to access it?
View ArticleRe: How to print specific pages of a pdf from a vb 2013 program using a print...
Then look at using the JavaScript bridge and the printParams feature
View ArticleRe: How to print specific pages of a pdf from a vb 2013 program using a print...
Thank you. I will look into this, as soon as I can. Unfortunately, I am dealing with a production problem now...
View ArticleRe: How to access addressbook.acrodata??
yeah i found no APIs or detailed information of this data and of the structure inside which is used. i opened it with notepad and see some readable Strings ans some encoded stuff. i need this, because...
View ArticleRe: How to access addressbook.acrodata??
That’s what I assumed – but wanted to check. Adobe does not support the use of that information for products other than our own. You will need to implement your own certificate store for your own...
View ArticleRe: add hidden data to pdf
I just find this http://partners.adobe.com/public/developer/indesign/register/prefix_reg.dois this correct ?
View ArticleRe: add hidden data to pdf
Typed “PDF prefix registry” into Google and the first result is correct - http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/pdfregistry_v3.pdf
View ArticleEmbedded Acrobat and Javascript API
Hello, I am currently working on a project that expands upon our usage of PDF in our web based software application. We're looking at having a rich forms integration to solve a number of issues,...
View ArticleRe: Embedded Acrobat and Javascript API
When you say "embedded Acrobat" do you mean that you are displaying a PDF in a browser using an EMBED tag? So far as I know there is no interface to that environment (but I'd be happy to be shown...
View ArticleRe: Embedded Acrobat and Javascript API
The code sample I was looking at utilized Acrobat Reader as an Active X object using object tag with callsid: <OBJECT id="Object1" style="WIDTH: 784px; HEIGHT: 592px"...
View ArticleRe: Embedded Acrobat and Javascript API
Ah, you said Acrobat. There is in fact no longer anything called Acrobat Reader. To avoid (or confound) confusion it is now called Adobe Reader. Almost certainly the free software has no useful...
View ArticleRe: Embedded Acrobat and Javascript API
I'm sorry about that. This is my first time approching the problem of using Acrobat in this way. So I guess my first question is this. is it advisable / possible to use Acrobat / Adobe in this way? We...
View Article