『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Just logging out to the account that does have the key registered and register the key to the other user does not work and those at tech support do not have a clue as usual.I just need to unregister the license key of my Acrobat DC to another account I created this morning.Thanks
I am developing a plug-in using acrobat sdk with visual c++ 2010. I want to using SaveFileDialog save file. How to doing it?i hope you'll get a good answer.
We have Adobe Acrobat 7.0 Professional which we purchased.The CPU on which it was installed crashed.We are unable to reactivate this software because it was not been deactivated (the computer crashed...who knew?)The operational system was installed without deactivation of the Adobe apps.Need help in reactivating this software in the repaired CPU.How do we get Adobe working again?
I tried to print a PDF document from the Adobe Acrobat Reader. It goes through the process, but the printer does not respond or print.I am able to print a test page and PDF files from Windows.I have previously been able to print from Adobe Acrobat Reader.
Can someone help me to write scriptI have a form field that I want to auto populate with System date+30 days to it.
What happened to or where is the Grid View with Adobe Acrobat DC Portfolio?
Hi, i am trying to learn javascript for pdf and i was start with the "Developing Acrobat Applications Using JavaScript".My problem is that i am trying to open a new file with -- app.newDoc(); -- and the Dbg reverse the message (Exception in line 1 of function top_level, script Document-Level:lesson-00-a NotAllowedError: Security settings prevent access to this property or method. App.newDoc:1:Document-Level:lesson-00-a).Please if there is any advice about the way to learn javascript for pdf..
Dear Group:When I fill in ordinary superior court forms and save (or copy) them as PDF's thereafter I am unable to combine them. I get a messagethat says that I need a password. I did not create the form to need a password and I do not want a password. When I brought up the formand tried to change the security to not require a password I got a message that I could not do this because the form was either signed orwas certified. I might add that my e filing service says that they have had trouble e filing online superior court forms. Once I complete a form I want to be able to change it into an ordinary PDF that does not need a password, just like any letter or pleading thatI have copied as a PDF. &
HiI am currently using Adobe Acrobat XI. So, which version of Adobe reader, I have to use.In my accounting form, I have included many javascripts functions and which is working fine in adobe acrobat but in reader, it's not working and my end client is going to use that form in adobe reader and they do not have acrobat application.I think the reader version will be the problem.Can anyone suggest me?
Can someone point me to an object model diagram for acrobat xi?Thanks
I have some code I've written and links to the tools button. However the SaveAs function errors as it suggests that it is not defined. I am running this script as a folder-level script. I have pasted the script i am using below. Can anyone help me with this or suggest me on what to do? var Subjectvar aDocumentFileName = this.documentFileName;var dialog1 = { initialize: function (dialog) { var todayDate = dialog.store()["date"]; todayDate = "Date: " + util.printd("mmmm dd, yyyy", new Date()); dialog.load({ "date": todayDate }); }, commit:function (dialog) { var results = dialog.store(); Subject = results["fnam"]; aDocumentFileName = results["lnam"]; }, description: { name: "Subject", align_children: "align_left", width: 350, height: 200, elements: [ { type: "cluster", name: "File Entry", align_children: "align_left", elements: [&
I have a PDF form with several controls. I can get all values but the listbox.Any idea or sample how to read the selected values of a listbox from C# oder VB.Net?
Using an iMac OSX 10+ and Acrobat Pro DC... I have run "app.getPath("user","javascript");" in the console but it comes up undefined. The corresponding "app" path request works fine.
Hi All,I am novice in Acrobat scripting. My requirement is to save as the pdf in to specific location of server.this.saveAs() is working perfectly.My concern is, I created a form and have submit button. I need to create a copy of that form in server when i click submit button. I aware i can't run the script from Button except i use folder level script. Because i need to send the form to 100+ users and they are using different machines. So saving the script in every system is not possible.Is there any other way to do this? Please suggest. And please correct me if i said anything wrong.Advance thanks to all.Regards,K
Product: Adobe Acrobat Pro DC, 15.006.30033.2205Language: GermanOS: Windows 7 pro German, SP1, latest MS PatchesProblem:Trying to export a PDF to Word, Excel, PowerPoint or HTML we get an error and Adobe DC stops working.Every export using the export-engine crashes while "Initializing export-engine".Application Event log:Protokollname: ApplicationQuelle: Application ErrorDatum: 08.06.2016 08:51:39Ereignis-ID: 1000Aufgabenkategorie:(100)Ebene: FehlerSchlüsselwörter:KlassischBenutzer: Nicht zutreffendComputer: AMADescription:Faulting application name: Acrobat.exe, Version: 15.6.30033.2205, time stamp: 0x5507e400Faulting module name: MSVCR100.dll, Version: 10.0.40219.1, time stamp: 0x4d5f0c22Exception code: 0xc0000417Fault Offset: 0x0008af3eFaullting process id: 0x6cFaulting applica
Hi Team,Could anyone please help me Out with Sample VB.NET Code to Add Sticky Notes to Existing PDF File using VB.NET with Acrobat API.Please mail me at [ Mod: email address removed ]ThanksMahesh[Moved from non-technical Forum Lounge to specific Program forum... Mod][Here is the list of all Adobe forums... https://forums.adobe.com/welcome]
I have related posts at powershell -- iterate over a collection of PDFs looking for those with specific info.subject and at the TechNet Powershell forum powershell -- iterate over a collection of PDFs looking for those with specific info.subject A user on the TechNet forum suggested using the Acrobat COM object and posting here. Is there any documentation about using Acrobat.dll as a COM object (hopefully with examples)?Again, my goal is to be able to iterate over a collection of PDFs looking for those with specific values stored in the metadata.I work at a DoD site, so it's very difficult to get any 3rd-party software approved, but if I can use Acrobat.dll as a COM object, hopefully I won't need any 3rd-party software.As you can see in the screenshot below, someone has figured out how to access PDF metadata from the OS level, presumably without any additional software.Thanks,Christian Bahnsen
HiI have a form which has a series of different fields called "1st", "2nd", "3rd" etc all the way to "31st". The user is prompted to add either "ab" or "s" or a number to reflect the number of hours worked on the day or whether an employee was sick (s) or absent (ab).The calculation for adding up the number of hours worked across the month is simple.How do i add a custom calculation to add up the number of fields which either contain "s" or "ab"?Cheers
Trying to OCR (recognize text) a folder of files (6900 files). Each attempt, which takes a day, ends with Adobe crashing at the same file number. How do I troubleshoot this issue? Using on new computer. Is there a page limit or memory limit with this product. The files being OCR'd are PDFs. Can a pdf contain content that may cause the OCR to fail? We have many licenses of this product that will be useless to my organization if we can not use the OCR function.
I am very concerned about a pdf document that I am working and getting ready to publishing.I know there are programs on the web that can remove the protection from pdf files.Is there a way I can protected my pdf file in Acrobat so that these programs can not crack them and remove the protection?
Hi,I'm migrating an old plugin from SDK 6 to SDK 10. migration went smooth for most of the API call. here I'm stuck with call AVPageViewToViewDest which is not compiling. code points it back to AVCalls.h header file but it doesn't seem to compile at all. in this part of code I'm updating a bookmark destination. documentation says this call is supported since API level 2. may be this is not available for the acrobat reader anymore. if that is the case what other alternative is available to get job done.I have this in my preprocessACRO_SDK_LEVEL=0x000A0000READER_PLUGIN
I have a really long pdf form that asks people to fill out responses to a lot of questions.For example on page 1, it asksFirst Name:Last Name:Phone Number:Email Address:The subsequent pages ask for more detailed information.I would like to manage the responses in my email client, but don't want to receive the full PDF (Large File)Receiving fdf file is also not what I'm looking for.I would basically like to receive an email, like the above, with the response from each field written in line. LIke this;First Name: JohnLast Name: SmithPhone Number: 123456789Email Address: john@smith.comIs this possible?I've seen that you can fill the to: field and cc'd: fields with responses, but have not seen that the full body text can be included.Any help would be amazing!Thanks,Dave.
I want the default values in a form set to not printing. That way if users want to fill out the form with pen, they can simply print it. How should I do this?Thanks! Martine
Hi,I have a PDF form, one of many that I am using this script on. For some reason it does not work correctly on this one document.There are fields at the bottom of each page which are populated with the text "<<remove_page>>" when I want the page to be deleted. Here is the javascript I'm using attached to a button at the top of the first page:for (var fieldNumber = 0; fieldNumber < numFields; fieldNumber ++){ var strfield = getField(getNthFieldName(fieldNumber)).value ; var strpage = getField(getNthFieldName(fieldNumber)).page ; if (strfield == "<<remove_page>>") { this.deletePages(strpage); }}The behavior is this. It deletes all the pages but one. It's the same one each time I have renamed the field, recreated it and moved the page around. It leaves the page each time. When I run the sc
I am experiencing the occasional crash in my plugin while opening pdf files. The line that it crashes on isn't inside my plugin but inside acrobat native code so it is very hard for me to see the reason.Using external debugging tools I was able to pin it down to an access violation call that is happening inside a method called "DllCanUnloadNow".Inside it is crashing while processing a windows message WM_TIMER being sent to window"AcrobatTimerWnd"I was hopping to get info on AcrobatTimerWnd or what this timer is used for.
すでにアカウントをお持ちですか?ログイン
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
申し訳ございません。このファイルは、ダウンロードしても安全かどうか、内容を確認中です。数分後にもう一度お試しください。
申し訳ございませんが、当社のウイルススキャナは、このファイルをダウンロードすることは安全ではないと検出しました。