Adobe Connect User Community
Menu

#1 2010-01-29 04:45:56

**_eranackal_**

How to pass the total pages of pdf file to a flex application?

Hi,
Am having a flex application in which am adding some pdf file using the html page.
i want to get the total number of page of that pdf file in my flex application.
now am getting the total page number by the following code.
case "Count":
app.alert( "Total page number: " +numPages);
break;
now the page number is coming in one alert box.
am using msgHandlerObject  by using the batch processing method to do the following action.
And in using post message to pass the message to pdf file.

Now my requirement is to get the total pages to flex application.
Can anyone please help me to sort it out.

Offline

Board footer