Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
fuzezheng@adobeforums.com #1
How to get pdf file page's information
If one of the PDF file pages is rotated by 90 angles and becomes horizontal, It is still vertical when I print it out to be an image. So I want to know how I can get the page's infomation to judge it's vertical or horizontal (rotated or not) by coding. Thanks very much.
fuzezheng@adobeforums.com Guest
-
Change a Page's template?
I have a site that has two templates: a single column template and a two column template. I would like to know if it is possible to take an existing... -
help with File Summary Information
Is there a way to update the summary information of pdf and powerpoints files? I have several PDF files in the need to be index but it gives better... -
Can I get the current page's URL?
I was wondering if there is a way to get the current page's url string via Flash. I want to be sure my Flash file is only played on a particular... -
Pasing a reference to my page's Response.Cookies collection
I would like to have my ASPX page call a function intended to make changes the the current Page.Response.Cookies. I had thought that to allow the... -
Passing a variable to a new page's form field via hyperlink
OK, this may be impossible since I'm using 3rd party shopping cart ASP software, but I've been able to finagle a lot of other stuff I thought... -
Leonard_Rosenthol@adobeforums.com #2
Re: How to get pdf file page's information
Download the Acrobat SDK and read the documentation.
Leonard_Rosenthol@adobeforums.com Guest
-
fuzezheng@adobeforums.com #3
Re: How to get pdf file page's information
thanks very much.
fuzezheng@adobeforums.com Guest
-
fuzezheng@adobeforums.com #4
Re: How to get pdf file page's information
What's wrong with the code below? Why does pAcroPDDoc.CreateInstance return E_NOINTERFACE?
#import "acrobat.tlb"
Acrobat::CAcroPDDocPtr pAcroPDDoc;
HRESULT hr = pAcroPDDoc.CreateInstance("AcroExch.FDFDoc");
if ( FAILED( hr ) )// hr = E_NOINTERFACE
{
return;
}
fuzezheng@adobeforums.com Guest
-
fuzezheng@adobeforums.com #5
Re: How to get pdf file page's information
AcroExch.FDFDoc->AcroExch.PDDoc. It's OK now, thanks.
fuzezheng@adobeforums.com Guest



Reply With Quote

