Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

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.

Site: Adobe - Forums - Acrobat SDK (site profile, domain info adobeforums.com)
Title: Acrobat SDK
Url: http://forums.adobe.com/community/acrobat/acrob...
Users activity: 23 posts per thread
Forum activity: 58 active threads during last week
 

Posting activity on Acrobat SDK:

  Week Month 3 Months
Threads: 58 167 455
Post: 121 370 1,053
 

Acrobat SDK Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
lrosenth
47
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.
dthoaforum
10
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...
Greggars
6
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 (...
Dieginggg
5
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?
jim-a
4
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.
Jimmy yi
4
user's latest post:
After add annotation,the acrobat...
Published (2009-11-27 01:40:00)
To lrosenth: Which Cos-level API can be used to check?   Thanks!
Bernd Alheit
4
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
BKYCHAN
3
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
Nikolay Tasev
3
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::

Adobe - Forums
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.
Thread:  Show this thread (6 posts)   Thread info: Adobe Reader 9.2 and AcroPDF.dll Active X Component Size: 686 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Adobe Reader 9.2 and AcroPDF.dll Active X Component :: Acrobat SDK :: Adobe - Forums"
Adobe - Forums
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.
Thread:  Show this thread (2 posts)   Thread info: Where can I get the acrobat plugins samples? Size: 689 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Where can I get the acrobat plugins samples? :: Acrobat SDK :: Adobe - Forums"
Adobe - Forums
Started 1 day, 3 hours ago (2009-12-01 12:36:00)  by lrosenth
Use native OS calls.
Thread:  Show this thread (2 posts)   Thread info: What is the best way to get the Login Name of the current Reader User? Size: 418 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: What is the best way to get the Login Name of the current Reader User? :: Acrobat SDK :: Adobe - Forums"
Adobe - Forums
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.
Thread:  Show this thread (5 posts)   Thread info: Excel VBA "Rely on system fonts" error Size: 598 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Excel VBA "Rely on system fonts" error :: Acrobat SDK :: Adobe - Forums"
Adobe - Forums
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?
Thread:  Show this thread (8 posts)   Thread info: AccessViolationException fatal error, Acrobat 9, AxAcroPDFLib, .NET, Win7 Size: 579 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: AccessViolationException fatal error, Acrobat 9, AxAcroPDFLib, .NET,
Win7 :: Acrobat SDK :: Adobe - Forums"
Adobe - Forums
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 ...
Thread:  Show this thread (5 posts)   Thread info: Meta information and thumbs Size: 879 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Meta information and thumbs :: Acrobat SDK :: Adobe - Forums"
Adobe - Forums
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.
Thread:  Show this thread (6 posts)   Thread info: Error handling with AcroPDF.dll in C# application Size: 654 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Error handling with AcroPDF.dll in C# application :: Acrobat SDK :: Adobe - Forums"
Adobe - Forums
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.
Thread:  Show this thread (7 posts)   Thread info: How to create ICon/Cursor from pdf files Size: 725 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: How to create ICon/Cursor from pdf files :: Acrobat SDK :: Adobe - Forums"
Adobe - Forums
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...
Thread:  Show this thread (9 posts)   Thread info: Upload entire PDF from Web Browser with Collaboration marks Size: 668 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Upload entire PDF from Web Browser with Collaboration marks :: Acrobat SDK :: Adobe - Forums"
 

Hot threads for last week on Acrobat SDK::

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.
Thread:  Show this thread (10 posts)   Thread info: How to call a function of Acrobat? Size: 469 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: How to call a function of Acrobat? :: Acrobat SDK :: Adobe - Forums"
Acrobat SDK
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...
Thread:  Show this thread (9 posts)   Thread info: Upload entire PDF from Web Browser with Collaboration marks Size: 668 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Upload entire PDF from Web Browser with Collaboration marks :: Acrobat SDK :: Adobe - Forums"
Acrobat SDK
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...
Thread:  Show this thread (7 posts)   Thread info: delete or unload current PDF from Reader Plugin Size: 473 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: delete or unload current PDF from Reader Plugin :: Acrobat SDK :: Adobe - Forums"
Acrobat SDK
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.
Thread:  Show this thread (7 posts)   Thread info: How to create ICon/Cursor from pdf files Size: 725 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: How to create ICon/Cursor from pdf files :: Acrobat SDK :: Adobe - Forums"
Acrobat SDK
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...
Thread:  Show this thread (6 posts)   Thread info: Control Adobe printer settings through VBA Size: 491 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Control Adobe printer settings through VBA :: Acrobat SDK :: Adobe - Forums"
Acrobat 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?
Thread:  Show this thread (8 posts)   Thread info: AccessViolationException fatal error, Acrobat 9, AxAcroPDFLib, .NET, Win7 Size: 579 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: AccessViolationException fatal error, Acrobat 9, AxAcroPDFLib, .NET,
Win7 :: Acrobat SDK :: Adobe - Forums"
Acrobat SDK
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.
Thread:  Show this thread (6 posts)   Thread info: Error handling with AcroPDF.dll in C# application Size: 654 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Error handling with AcroPDF.dll in C# application :: Acrobat SDK :: Adobe - Forums"
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.
Thread:  Show this thread (6 posts)   Thread info: Adobe Reader 9.2 and AcroPDF.dll Active X Component Size: 686 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Adobe Reader 9.2 and AcroPDF.dll Active X Component :: Acrobat SDK :: Adobe - Forums"
Acrobat SDK
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?...
Thread:  Show this thread (5 posts)   Thread info: Exporting the results of Output Preview to image Size: 814 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Exporting the results of Output Preview to image :: Acrobat SDK :: Adobe - Forums"
Acrobat SDK
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? ...
Thread:  Show this thread (5 posts)   Thread info: problem deleting pages Size: 980 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: problem deleting pages :: Acrobat SDK :: Adobe - Forums"