Is there a way to control Adobe PDF plugin from within a Web Application? For...
Hi, I am trying to open a PDF document in browser using Adobe PDF plug-in for IE 9. The plugin version is 10.x I need to highlight certain text in the PDF document ( which is searchable)...
View ArticleRe: Alternate Text for Images using SDK
Hi Selvakumar, 4.7 years later and I'm looking at the same issue. Would you be willing to share your JavaScript code you used to implement this? It would be greatly appreciated! ~Ian
View ArticleRe: Alternate Text for Images using SDK
Ian, the discussion was about the Acrobat plug-in API, not JavaScript. You cannot add or modify alternate text with Acrobat's JavaScript API, you need to write a plug-in (in C/C++) in order to get...
View ArticleRe: Alternate Text for Images using SDK
Thanks Karl, I'd be happy to write such a plug-in for my own purposes, but it would be nice to see some sample code that reads in the collection of image objects in a PDF and is able to apply alt-text...
View ArticleRe: Is there a way to control Adobe PDF plugin from within a Web Application?...
Have you downloaded the SDK and read the documentation? It will tell you what you can and cannot do.
View ArticleRe: Alternate Text for Images using SDK
There are samples in the SDK for finding images, but nothing specific for setting alt-text (but do have for other structure).
View ArticleDeleting XAP metadata entries from a plug-in
A plug-in can call PDDocSetXAPMetadataProperty to set individual RDF entries into the document metadata. But my requirement is to remove RDF entries, like the imaginary call...
View ArticleRe: Deleting XAP metadata entries from a plug-in
I found that it wasn't possible to remove all metadata. As I remember, certain entries were replaced when the document was saved using standard calls.
View ArticleRe: Deleting XAP metadata entries from a plug-in
Ah, but the ones I want to remove are optional. This one in particular says a file is PDF/VT, and should be removed if the file is changed in a way that invalidates its PDF/VTness...
View ArticleRe: Deleting XAP metadata entries from a plug-in
I see, we were looking to minimise the file size as we pay by volume transmitted and a little a lot adds up.
View ArticleRe: Deleting XAP metadata entries from a plug-in
Ever try Sanitizing the document with the Protection panel features? That is one of it's main functions.
View ArticleRe: Deleting XAP metadata entries from a plug-in
Sanitizing isn't applicable to this task, sadly.
View ArticleCreating New Mark up tools
I need to create some specialized annotation tools to use in marking up a pdf document. I am not a Programmer, but I was wondering if this would be possible to do in SDK? Perhaps a plug- in?
View ArticleRe: Deleting XAP metadata entries from a plug-in
Instead of using the XMP APIs in the PDFL SDK, get a copy of the XMP SDK (which is open source) and use that as you have a RICH API set for XMP manipulation. (so you load the XMP from PDFL, use the XMP...
View ArticleRe: Creating New Mark up tools
Yes it is possible to create new markup tools. You indeed use the SDK to create a new plugin to implement that new tool. That plugin, however, is written in C/C++. So you would either need to learn...
View ArticleRe: Creating New Mark up tools
Thank you for your response. Do you have any suggestions of where to find a programmer?
View Articlehow to draw a polygon ?
Hi, I was trying to draw a polygonal clip object, for which I need to draw a polygon path object.This is my first time when I am trying to draw a polygon.So can anyone tell me how to draw a polygon...
View ArticleRe: how to draw a polygon ?
You can use the PDE APIs (such as PDEContent and PDEPath) to do this quite easily. There are samples in the SDK.
View ArticleRe: Deleting XAP metadata entries from a plug-in
Thanks for information, it looks as if we would need to generate a second API which takes us full circle back to the distribution cost when paying by volume transmitted. Useful to know however.
View ArticleRe: Deleting XAP metadata entries from a plug-in
Ned - if you are trying to reduce the file size, there are many ways to do that - and to be honest, metadata is not usually the biggest area for savings.
View Article