Can Acrobat Pro Editor be embedded into a HTML or .NET application?
Hi Team, Greetings! We have a requirement where we need to embed the acrobat pro editor in our application. Technology to be used : HTML & JavaScript (OR) .NET Please let us know if this is...
View Articlecan excel slicers and power chart be embedded into a pdf and being interactive?
Hi,Create a data dashbord using powerpivot and slicers, is that possible to convert it to a pdf?
View ArticleRe: Can Acrobat Pro Editor be embedded into a HTML or .NET application?
The answer to your question is probably no. The Acrobat SDK provides limited abilities to embed a PDF viewer in a local app (I emphasise local, you cannot serve Acrobat from a server, nor embed it in a...
View ArticleRe: can excel slicers and power chart be embedded into a pdf and being...
No, you cannot convert to from Excel to PDF and retain any of that type of interactivity that's available in Excel.
View ArticleRe: Can Acrobat Pro Editor be embedded into a HTML or .NET application?
Thanks for the information. Is there any other control that adobe provides for this requirement?
View ArticleRe: Can Acrobat Pro Editor be embedded into a HTML or .NET application?
What is the requirement? Where do you see the editor software as actually running - on the server, or on the client?
View ArticleRe: Convert PDF to Images
Hello there. Are there any plans to include control over DPI in next versions of API/SDK?
View ArticleRe: Convert PDF to Images
You can control that currently all you want using the AVConversion APIs or when doing it manually with PDDraw calls. What API are you using?
View ArticleRe: Convert PDF to Images
i'm using JavaScript API with Acrobat Pro XI.What I've been trying to do is to save .pdf to .png and have control over dpi. Accroding to this docs I can only control bitmap dpi at printing.
View ArticleRe: Convert PDF to Images
The APIs described are for plug-ins (in C or C++). No connection to JavaScript.
View ArticleRe: Convert PDF to Images
The JavaScript APIs do not, as you note, have any support for configuration. If you need configuration support, you should switch to the plugin APIs (C/C++)
View ArticleAdd tags through Acrobat SDK
I need to add tags programmatically to my PDFs which are not tagged PDFs and I want to create tags by Acrobat SDK. I can make menu available...
View ArticleRe: Add tags through Acrobat SDK
I forgot to add this line:CAcroApp mApp = new AcroAppClass();
View ArticleRe: Add tags through Acrobat SDK
I don’t believe that there is a way to do this from the COM/.NET APIs that you appear to be using. You will need to use the plugin APIs in C/C++
View ArticleRe: Add tags through Acrobat SDK
It seems that plugin APIs in C/C++ is beyond my skills. In order to make sure that my approach does not work I tried to get the menu names by app.listMenuItems(); in JS console but it does not show...
View ArticleRe: Add tags through Acrobat SDK
Flyout menus, such as that one, don’t have names that can be used from the ExecuteMenuItems() API
View ArticleAcrobatSDKを使用して最適化したPDFの作成を実行するとAcrobatが強制終了してしまう。
初めて投稿させていただきます。 AcrobatSDKを使用して最適化されたPDFの作成を行いたいのですが、文書ファイルを開いた状態で、以下のプログラムを実行すると保存するタイミングでAcrobatが強制終了してしまいます。開発環境は以下の通りとなります。Acrobat、AcrobatSDK:10VisualStudio:2008 /**** 以下ソース ****/AVDoc...
View ArticleRe: AcrobatSDKを使用して最適化したPDFの作成を実行するとAcrobatが強制終了してしまう。
pdfoptparams is not correctly initialised. For all PDF structures of this kind, it is prudent to clear all bytes to zero, and it is essential to set the size field accurately.
View ArticleRe: Reader XI: Removing Tools|Sign|Comment from Menu and Toolbar
I too find the "Tool" bar really annoying. The NSA document is very helpful. But it is only for Windows. Can anyone tell me how to do the same thing to configure these hidden settings in Mac?
View ArticleIterate through PDF to extract links and link box size
Hi, I am new to working with PDFs programmatically. I have read through some of the documentation and looked at come of the .NET code samples. What I am interested in accomplishing is reading through a...
View Article