Quantcast
Channel: Adobe Community: Message List - Acrobat SDK
Browsing all 10848 articles
Browse latest View live

Re: show last activation side toolbar

Since we moved from true toolbars to the Tools panel (in Acrobat X) a lot of those options (such as position, floating, etc.) are no longer used, so it's not as necessary to set all the values....

View Article


DDE - OLE correlations

Hi, I'm trying to get the page count from a pdf document (in Adobe Reader).I keep track of the current page internally but without the page count, I can't detect when I've reached the end of the...

View Article


Re: show last activation side toolbar

I added mytoolbar, open my toolbar but when close acrobat and reopen then i found that my toolbar is close..... While i opened other toolbar, close acrobat and reopen then i found the toolbar is...

View Article

Re: insert png image into pdf

How to extract png file and what are the ImageAttribute & ImageMatrix for png image file ?

View Article

Re: insert png image into pdf

You can either read the PNG specification in detail and parse the file, or use existing code such as libpng. The image matrix is nothing to do with the file format, though. It is a simple...

View Article


unable to get the clicked button value

I am creating a new field for each word in my pdf and giving action for each button using Acrobat Pro, My problem is I am unable to get the value of the button that has been clicked. Here is my code...

View Article

Re: insert png image into pdf

What are the values of image matrix and filterArray for ang image file ?code : imageMatrix.a = ASInt16ToFixed(width);                    imageMatrix.d = ASInt16ToFixed(height);...

View Article

Re: insert png image into pdf

1. The value of image matrix is what is required to size and position the image. You need to understand PDF matrixes, this is fundamental knowledge to use PDFEdit. 2. The valid filter names are as...

View Article


Re: insert png image into pdf

Okay...........Thank for quick reply......  What's value of PDEColorSpace for png image ?

View Article


Re: insert png image into pdf

I known width & height of image and  set PDEImageAttribute for png image file........ pdeImageAttrs.flags = kPDEImageExternal;                    pdeImageAttrs.width = width;...

View Article

Re: insert png image into pdf

what is the filter name of png file ?

View Article

Re: insert png image into pdf

Let me be absolutely clear. There is no such filter.

View Article

Re: insert png image into pdf

filterSpec.name = ASAtomFromString ("DCTDecode"); In this code , DCTDecode is filter name for jpg image..... But what's for png ?  

View Article


Re: unable to get the clicked button value

Where did you define cScript ?

View Article

Re: insert png image into pdf

The correct colour space depends on the kind of PNG it is. A PNG may be truecolour (RGB), greyscale, or indexed colour. It may contain an embedded profile. The colour space should be generated from an...

View Article


Re: insert png image into pdf

PNG specification: http://www.libpng.org/pub/png/spec/1.2/PNG-Chunks.html

View Article

Re: insert png image into pdf

Sorry, that's only a small part of the spec. The whole spec is http://www.libpng.org/pub/png/spec/1.2/PNG-Contents.html

View Article


Re: unable to get the clicked button value

The definition statement is missed from the above snippet.  Updated script is below: var numWords = this.getPageNumWords(0); for ( var j = 0; j < numWords ; j++) {          var nThWord;          var...

View Article

Re: unable to get the clicked button value

In this case the variable oFld is undefined when you press the button. Use something like this: oFld.setAction(MouseUp", "app.alert(\"" + oFld.name + "\");"); or oFld.setAction(MouseUp",...

View Article

Protected View of Adobe Reader

Hi I have my application in which we load pdf using LoadFile api of Adobe Reader. from Adobe XI onwards for all the files I am getting following  message in the top of the pdf file  "Protected View :...

View Article
Browsing all 10848 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>