|
More site info...
Acrobat SDK | Forum profile
|
|
Forum profile page for Acrobat SDK on http://www.adobeforums.com.
This report page is the aggregated overview from a single forum: Acrobat SDK, located on the Message Board at http://www.adobeforums.com.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "Acrobat SDK" on the Message Board at http://www.adobeforums.com is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on Acrobat SDK:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
58
|
167
|
455
|
|
Post:
|
121
|
370
|
1,053
|
|
|
Acrobat SDK Posting activity graph:
|
Top authors during last week:
user's latest post:
Error handling with AcroPDF.dll...
Published (2009-11-30 06:58:00)
You can't - unfortunately. The control will bring up UI when it encounters a password protected PDF or some error that it can't recover from.
user's latest post:
How to create ICon/Cursor from...
Published (2009-11-29 14:57:00)
I do have sdk. I did work with sdk. I did reimplement the stamp plugin. However, the documents of SDK of Acrobat is not complete. It does not have enough information. It lack of a lot information which I can find from somewhere else. For example: it just show the function and explain a little bit. When I used the function like my question above, the jpg file worked but the pdf file did not work. It does not describe how the pdf...
user's latest post:
What is the best way to delete a...
Published (2009-11-25 09:57:00)
UPDATE: I have revised my code as follows: ? AVDoc avDoc = AVAppGetActiveDoc(); ? PDDoc pdDoc = AVDocGetPDDoc( avDoc ); ? PDPage pdPage = PDDocAcquirePage( pdDoc, 0 ); ? CosDoc cosDoc = PDDocGetCosDoc ( pdDoc ); ? CosObj cosPage = PDPageGetCosObj ( pdPage ); ? CosObj cosPageAnnotationDictsArray = CosDictGet( cosPage,? ASAtomFromString ( "Annots" ) ); ? for ( int i = CosArrayLength (...
user's latest post:
Upload entire PDF from Web...
Published (2009-11-29 14:41:00)
Irosenth please do not say the obvious thing to do. I have come to the forum to ask because I am a beginner and need a quick response from someone who knows how things are done right with the Acrobat SDK, so I prefer to answer another who has something more to say, something that serves to help . Please, does anyone have any idea?
user's latest post:
delete or unload current PDF...
Published (2009-11-25 10:11:00)
True, but I can assume that the user has already downloaded Reader or will do so before using my program. I am not responsible for export problems then.
user's latest post:
Control Adobe printer settings...
Published (2009-11-28 03:24:00)
In the documentation look at: PDF Creation APIs and Specifications > Acrobat Distiller API Reference > Windows Messaging > Disabling prompts for output file names
AccessViolationException
4
user's latest post:
AccessViolationException fatal...
Published (2009-11-30 11:46:00)
Acrobat Reader 9.2.0 crashes with the same AccessViolationException fatal error using Visual Studio 2008, Windows 7, and .NET framework. This is not good. Please let me know ASAP when this problem is fixed.? I would really like to use Adobe Acrobat and the Acrobat SDK instead of a third party viewer. Arnold
user's latest post:
No ActiveX Control for Rotote...
Published (2009-11-23 19:15:00)
lrosenth , Can you say more about how COM/IAC works in this case, such as which API to be used?? Appreciate your help. Regards, Benjamin
user's latest post:
Exporting the results of Output...
Published (2009-11-24 09:04:00)
You mean using the PDPageDraw. Is there any way to tell AVPageView to draw to a memory buffer?
|
|
|
|
Latest active threads on Acrobat SDK::
Started 1 week, 1 day ago (2009-11-24 13:38:00)
by lrosenth
You'd need to provide a LOT more details about the specifics of how you use the control in your application, etc. And if you are looking for code-level support, then you'll want to submit a formal support request.
Started 1 day ago (2009-12-01 15:15:00)
by lrosenth
All samples are in the SDK. Be sure to look at the MYRIAD of samples that are part of SnippetRunner (see PluginSupport\Samples\SnippetRunner) which is all about helping you learn by just looking at a snippet of code.
Started 1 day, 3 hours ago (2009-12-01 12:36:00)
by lrosenth
Started 1 day, 22 hours ago (2009-11-30 17:44:00)
by lrosenth
Yes, you can print to PDF directly by NOT printing to file and by using the registry settings in the documentation to "silent print" to the filename of your choice. Details are in the SDK.
Started 1 week ago (2009-11-25 15:46:00)
by lrosenth
We are aware of the tab issue but I am pretty sure that it was fixed in 9.2 (the current update). Can you verify that you are on 9.2? Also, are you in Acrobat or Reader?
Started 3 days, 2 hours ago (2009-11-29 13:16:00)
by lrosenth
You should check the documentation the SDK (you do have that, yes?), but I am pretty sure that the Reader ActiveX control does not support querying for metadata. It also does not support conversion of PDF to image. Windows explorer requires that Adobe Reader is installed in order to view PDFs as Reader provides a "preview handler". You can access that same handler using standard Windows ...
Started 4 days ago (2009-11-28 15:53:00)
by lrosenth
That is correct, it will do that since Acrobat, Reader and their associated DLL are for use on a desktop machine and NOT an unattended server process. In fact, depending on how you are using this, you may be in violation of the EULA for our products.
Started 3 days, 2 hours ago (2009-11-29 13:19:00)
by lrosenth
importIcon should support a variety of file formats - not just JPEG. What result do you get back from importIcon? There is no way, with JavaScript, to duplicate the Stamp feature in Acrobat. You would need to write a custom plugin for that.
Started 1 week, 1 day ago (2009-11-23 16:28:00)
by lrosenth
Are users going to have Acrobat or only Reader? If only Reader, you will have the PDF "Reader enabled", correct? And then you can do the submit via the standard "form submission" methods...
|
|
Hot threads for last week on Acrobat SDK::
Started 1 week, 1 day ago (2009-11-24 12:18:00)
by lrosenth
If the feature has an associated menu item, you can exec the menu item.
Started 1 week, 1 day ago (2009-11-23 16:28:00)
by lrosenth
Are users going to have Acrobat or only Reader? If only Reader, you will have the PDF "Reader enabled", correct? And then you can do the submit via the standard "form submission" methods...
Started 1 week ago (2009-11-25 09:24:00)
by lrosenth
This seems like an issue for the web browser control and not our control...
Started 3 days, 2 hours ago (2009-11-29 13:19:00)
by lrosenth
importIcon should support a variety of file formats - not just JPEG. What result do you get back from importIcon? There is no way, with JavaScript, to duplicate the Stamp feature in Acrobat. You would need to write a custom plugin for that.
Started 1 week ago (2009-11-25 09:07:00)
by lrosenth
Read the section of the Distiller API documentation about silent printing and the registry...
Started 1 week ago (2009-11-25 15:46:00)
by lrosenth
We are aware of the tab issue but I am pretty sure that it was fixed in 9.2 (the current update). Can you verify that you are on 9.2? Also, are you in Acrobat or Reader?
Started 4 days ago (2009-11-28 15:53:00)
by lrosenth
That is correct, it will do that since Acrobat, Reader and their associated DLL are for use on a desktop machine and NOT an unattended server process. In fact, depending on how you are using this, you may be in violation of the EULA for our products.
Started 1 week, 1 day ago (2009-11-24 13:38:00)
by lrosenth
You'd need to provide a LOT more details about the specifics of how you use the control in your application, etc. And if you are looking for code-level support, then you'll want to submit a formal support request.
Started 1 week, 1 day ago (2009-11-24 07:47:00)
by lrosenth
I don't know which API you are using to render, but the PDPageDraw APIs DO support a flag for controlling OP simulation (and various other options as well that are used by Output Preview). However, separation choice is not one of them. Have you looked at the AVPageView APIs around enabling/disabling ink preview?...
Started 1 week, 1 day ago (2009-11-24 06:38:00)
by lrosenth
I see two MAJOR problems with your code. 1) Your code only checks to see if there is text that can be hilited - it doesn't check for ANY OTHER type of content in a PDF, such as raster and vector images. So there will be a LOT of PDF pages that you won't actually be empty that you would delete. 2) You NEVER delete things in forward index order - you MUST do it in reverse. Why? ...
|
|