Re: Erreur acrobat reader 0xc0000020 pour la dll atmlib.dll
The name of the product is Adobe Reader. Try the forum for Adobe Reader.
View Article"Access Violation" exception while accessing PDEImage in outside of the class...
Hi, In our project, we are retrieving PDEImage content from PDF Page by using below line of code in our Plugin project: But we are getting "Access Violation" exception while accessing retrieved...
View ArticleRe: "Access Violation" exception while accessing PDEImage in outside of the...
Do you mean that you are trying to use the PDE object AFTER calling PDPageReleasePDEContent? If so, don't, because it is designed to free your PDEImage and everything else. If it did not, it would be a...
View ArticleRe: "Access Violation" exception while accessing PDEImage in outside of the...
And will removing the lines impact the application? Certainly. If you do not call PDPageReleasePDEContent you will have a memory leak at best, or may prevent other activity from completing (such as...
View ArticleRe: "Access Violation" exception while accessing PDEImage in outside of the...
Yes we are using PDE object after PDPageReleasePDEContent. If we remove these(Red Marked) lines then it working fine. Why its happening only in Windows 8.1 and Acrobat 11 combination.
View ArticleRe: "Access Violation" exception while accessing PDEImage in outside of the...
Do we call PDPageReleasePDEContent before closing PDF page and doc?
View ArticleRe: "Access Violation" exception while accessing PDEImage in outside of the...
Yes, as long as you release it before you close/release the page. Otherwise, you’ll get an exception thrown at page close time.
View ArticleIs it possible to have a PDF form flow to a second page IF the user needs to...
Is it possible to have a PDF form flow to a second page IF the user needs to type in a lot of information? ( Like a Word Doc would)An automated second page.
View ArticleRe: Is it possible to have a PDF form flow to a second page IF the user needs...
There are two approaches. If you wish to use AcroForm technology, then you would need to write a bunch of JavaScript to enable this. It has been done, but it’s not trivial. If you wish to use XFA...
View ArticleControl playback of embedded MP3 using AxAcroPDF
I have a PDF file that has an embedded MP3. I would like to be able to control it (mainly pause and play) from the AxAcroPDF control. The documentation doesn't really tell how this might be done....
View ArticleRe: Control playback of embedded MP3 using AxAcroPDF
This can be done inside of a web browser (or browser control) using the hostContainer API and JavaScript.
View ArticleRe: Control playback of embedded MP3 using AxAcroPDF
OK, I can open the PDF in a webbrowser control, but I still don't see any way to control playback of the embedded mp3. Can you explain what hostContainer API you're talking about?
View ArticlePage Size Property Not Matching Actual Page Size
Hello - I use InDesign to generate PDFs. I use Acrobat to read/comment/etc on the PDF. I use a the PDF API to grab the page size for a specific purpose at work. This is not the issue; it works fine....
View ArticleRe: Ungroup or flatten a PDF file model tree
On perhaps a related note, is there a way to modify/run script to give the ability to search the model tree? I believe this was an Acrobat 8 Pro feature that got dropped.
View ArticleRe: Page Size Property Not Matching Actual Page Size
Which API are you using to get the page size?
View ArticleRe: Page Size Property Not Matching Actual Page Size
I'm using the IAC API for Acrobat. My Excel VBA code has used two methods for extracting both the Number of Pages and now Page Size, but I have settled on using the Acrobat Reference functions bundlied...
View ArticleRe: Control playback of embedded MP3 using AxAcroPDF
It’s how the JavaScript in a web page communicates with embedded objects such as PDFs
View ArticleRe: Page Size Property Not Matching Actual Page Size
Can you post a sample PDF that is producing what you believe are incorrect values? And perhaps the Indd files as well?
View ArticleRe: Ungroup or flatten a PDF file model tree
Model Tree is still pat of Acrobat & Reader, when a 3D model is included in the PDF. You can write scripts to search that tree. Look at the documentation on 3D JavaScript for PDF.
View ArticleRe: Page Size Property Not Matching Actual Page Size
A PDF page has up to five boxes: MediaBox, CropBox, TrimBox, BleedBox, ArtBox. It does not have any record of margins. But consider which of these might be what you are really looking for.
View Article