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

Re: Why is PDDocAcquirePage too slow if giving a large pageNum

Your code will work just fine on ANY PDFs - regardless of version. HOWEVER - they won't do as good a job when dealing with PDFs in languages other than English as the newer APIs work much better with...

View Article


Re: Why is PDDocAcquirePage too slow if giving a large pageNum

You'd need to supply a PDF for us to look us to understand the situation.

View Article


Unhandled exception at 0x779a385b in Acrobat.exe: 0xC0000374: A heap has been...

Hi,  In our project, we are getting all book marks from PDF file for display purpose.We are getting “Unhandled exception at 0x779a385b in Acrobat.exe: 0xC0000374: A heap has been corrupted” exception...

View Article

Re: Unhandled exception at 0x779a385b in Acrobat.exe: 0xC0000374: A heap has...

You are assuming that all Actions have a Destination - that's not true.  There are MANY types of actions.

View Article

Re: Unhandled exception at 0x779a385b in Acrobat.exe: 0xC0000374: A heap has...

No, i am getting exception while getting "PDAction" itself. PDAction objAction = PDBookmarkGetAction(bmObj);

View Article


PDEPath & DeviceN

If i get the gstate of a pdfpath that has a deviceN fill color, GState.fillColorSpec.value.color[x] is always 0, should't it contain the tint value?...

View Article

Re: Unhandled exception at 0x779a385b in Acrobat.exe: 0xC0000374: A heap has...

"If buffer is non-NULL, its length is assumed to be bufSize + 1, because a NULL byte is appended to the title."

View Article

Re: PDEPath & DeviceN

GState.fillColorSpec.value.color[x] only has room for 8 colours, not enough for DeviceN, hence the need for elaborate APIs to use instead. I imagine you'd create a new DeviceNColorValue.

View Article


Re: PDEPath & DeviceN

PDEDeviceNColorsCreate seems to do it i can now turn off the colors in a devicen object, the only issue is turning it back on PDEDeviceNColors l_DeviceNColorsNew =...

View Article


Re: Why is PDDocAcquirePage too slow if giving a large pageNum

Thanks a lot for your information, it's very helpful to me!

View Article

Image may be NSFW.
Clik here to view.

Re: Unhandled exception at 0x779a385b in Acrobat.exe: 0xC0000374: A heap has...

I can able to get the title of the bookmark which cause the exception & getting exception when executing PDBookmarkGetAction API to get the bookmark Action. Is there any method to check wehther the...

View Article

Image may be NSFW.
Clik here to view.

Re: how to load bookmark tree in initial view setting by pdfmark reference

Hi Irosenth, Actually my requirement is i got the ps file, and i have to use epilogue.ps file to set initial view setting .In that i have to show the bookmark panel expanded with all the child level...

View Article

Re: how to load bookmark tree in initial view setting by pdfmark reference

You must modify the bookmark pdfmarks in the ps file.

View Article


Re: Unhandled exception at 0x779a385b in Acrobat.exe: 0xC0000374: A heap has...

I suggest you fix the serious bug I pointed out. That can cause heap damage and a later crash.

View Article

Re: Unhandled exception at 0x779a385b in Acrobat.exe: 0xC0000374: A heap has...

I have added +1 while getting buffer size from bookmark like below: ASInt32 bufSize = PDBookmarkGetTitle(bmObj, NULL, 0) + 1; then same "bufSize" is used to get the title. This will handle NULL pointer...

View Article


Re: Unhandled exception at 0x779a385b in Acrobat.exe: 0xC0000374: A heap has...

If i remove that particular bookmark from PDF then, i can able to read all bookmarks from PDF file.So that particualr bookmark alone giving problem.

View Article

Re: how to load bookmark tree in initial view setting by pdfmark reference

No Bernd, My requirement is without changing the supplied ps file, but modifiying in epilogue.ps file for initial view setting.

View Article


Re: how to load bookmark tree in initial view setting by pdfmark reference

You must change the value of key Count of the bookmarks. If the value is positive, the bookmark is open, if negative, the bookmark is closed,

View Article

Re: Unhandled exception at 0x779a385b in Acrobat.exe: 0xC0000374: A heap has...

When you look in Acrobat at this bookmark what can you see as action?

View Article

Re: how to load bookmark tree in initial view setting by pdfmark reference

But the requirement is without touching the given ps file i have to set the initial view by providing setting from epilogue.ps

View Article
Browsing all 10848 articles
Browse latest View live