『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Unlock the power of Acrobat SDK through our community.
新着順
I just installed Acrobat XI on my new laptop. I go to print something, I select Acrobat. A box pops up asking for my product and serial number. My product name is NOT on the list, so when I enter the serial number there is not match. Any ideas?? Help!
It seems that since my last computer system mandatory shut down update occurred. I can no longer download Excel Spreadsheets into my PDF files. Can anyone help me?I am also having an issue constantly when I save a document into a PDF and I reopen the document I am seeing random letters removed and I have to go back in the document and re enter the letter P or S or what ever the letter of choice is. This is crazy!!! I then have to re save the document again and hope that the letters stay. I can also duplicate random numbers. I am worn out from all this re work. Any Suggestions for these two issues?
I need to create a PDF from an excel file and want to preserve the hyperlinks. Also, the hyperlinks are created using a formula and I wish to use "friendly names" so the address of the link is not viewable. From what I have read online this is my problem (i.e., Adobe will not recognize the hyperlink when friendly names are used). Is there a way around this or is there a different product that could be used that will preserve the hyperlinks even with the use of friendly names?
How can I combine only certain pages of multiple pdfs in an order, and save which pages and the file order for reuse? I have about 80 files every week and combine them in one pdf in a certain order only showing certain pages. I mustn't show all the pages. Some files have 3 pages, some have up to 7 pages. Usually I show pages 1 and 2 only but it varies (ex: 1, 2, and 5). Any help would be appreciated.
I have a problem, and it is discussed here:Resolve damaged document error when opening PDF filesI thought I'd just follow the instructions, but I have a couple of issues/questions:1) What is the path on my computer (Mac os 10.11.6)? Adobe Acrobat Reader DC, The version is: 2015.017.200532) Would it really be safe to do this, entering the code in terminal?Thanks, Mark
I am trying to add radio buttons to the if statement so that they get highlighted when not clicked on aswellThanks Muchvar emptyFields = [];var completedFields = [];for (var i=0; i<this.numFields; i++) { var f= this.getField(this.getNthFieldName(i)); var v= this.getField(this.getNthFieldName(i)); if (f.type!="button" && f.required ) { f.strokeColor = color.black; f.fillColor = color.white; if ((f.type=="text" && f.value=="") || (f.type=="checkbox" && f.value=="Off") || (v.value==" ")) { emptyFields.push(f.name); f.strokeColor = color.red;  
Acrobat DC 15.017.20053, latest version available. Windows 7 Pro 64.Acrobat DC doesn't see ANY of the drives on my network! I don't use this program very much any more, but from time to time I need to run it. I tried to retrieve a folder of PDFs from a network drive and - but there are NO drives visible when I click on the Network!Dreamweaver, Photoshop, Illustrator, InDesign etc etc etc have no problem with this. I vaguely recall that there is some sort of odd "Protected Mode" for Acrobat out there, but a little Googling around showed no useful info of recent vintage.Is there a setting somewhere in Acrobat's more or less indeciperable user interface that I've missed?TIA!
I have a contract that is calculated out but I have multiple packaged for a client to pick which includes some prices and excludes other I am looking so see how to add a button or something that will hide fields I do not need but will recalculate and give you a total.Example there are 5 expensesPackage 1Expense1Expense2Expense3Expense4Expense5Total Expenses(1-5)Package 2Expense1-HiddenExpense2- HiddenExpense3Expence4Expense 5Total Expenses( 3,4,5)I want to do this on one form I tried the hide/show field but it just hid them and wouldn't let me change the hidden fields once chosen and my totals would not change
adobe acrobat xi pro typically freezes when I scale pdf drawings,.almost every time. no message comes up just not responding in task manager.Not interested in relearning adobe dc version any suggestions?
This form has a command button on Page 5 that duplicates the page: http://pardons.delaware.gov/pdfs/pard_app.pdf If the user executes this command button, and then closes and re-opens the form, the user is no longer able to add or edit anything in the form. Instead, the user gets an error message, which says “This document enabled extended features in Adobe Acrobat Reader DC. The document has been changed since it was created and use of extended features is no longer available. Please contact the author for the original version of this document.” Is there a way to fix this problem? Thanks.FYI, the JavaScript for the command button is as follows:var fld;var arrayFields = new Array(this.numFields);with (this) { // default object is 'this'//for (var k = numFields; k; k--) {for (var k=0; k<numFields; k++) {fld = getField(getNthFieldName(k));if (fld.name == 'txtCrimSumOff_Cnt') {if (fld.value == 1){fld.value=this.pageNum+1;}else{fld.value=fld.value+1;}var page_start=fld
Any suggestion on how to open so I can read my ebook on the go
I am using Acrobat DC 15.017.20053 and am receiving Out of Memory errors when trying to create a PDF from an entire website. The process loads approximately 8-10,000 pages and then crashes. The PC still has plenty of memory so that is not the problem. I have tried this on both a PC, and a MAC using the 64 bit version, and received the same error. Is there a limit to how large a website can be (this one is 18000 pages)? Is it possible to turn on verbose logging or any way to tell exactly what is causing the error?
I am converting a spreadsheet from Excel. It contains sparklines from other tabs in the file. when I do the conversion, the background of the sparklines is changing to black making it difficult to see the lines. I have changed the color of the sparkline to a lighter color which helps to be able to read it, but it does not look good with the black background. How do I change it so there is no background? Thanks.
I know you can let users upload through the button field but that only does PDF files in Reader. I need users to upload jpg. If you have a way please advise. Can you do it through LiveCycle Designer I don't have that app but if you know it can be done let me know.Thanks.
The font type "Franchise" shows up great on a word document. When I print or export it to a PDF, Acrobat messes with the spacing bewteen each letter. Some letters might get squished together and others might get a double space even though it reads as if they are side by side with no space in between. Are there any fixes to this?
Hello,does anybody know, how I export PDF-Comments into a FDF-File - not manually but automatically with an Excel-VBA-Application. (The manual way I know)I use AdobeAcrobat and I have activated the "Adobe Acrobat 11.0 type library" in my Excel-Version.Im also familiar with opening a PDF-Document within an Excel-Application, but I dont know further commands to reach my aim.With Activating another Library "AFormAut 1.0 Type library", there is a command like "ExportasFDF" - but this command is only for exporting fields of forms into a FDF-File - not PDF-comments.Thanks in advancePepe
I'm using Acrobat 9.0 Standard.I've added a list box to a PDF and I want to give people the option to select multiple items in the dropdown. In Properties under the Options tab, I selected "Multiple Selections." But I'm unable to make multiple selections despite this. It still only allows me to make one choice.Any ideas? Is there some other step(s) that I'm missing?I need help with this ASAP for my company -- any suggestions are appreciated!Thank you
Where can I find help with the use of this product.When I open it, it does not recognize the resolution of my monitor, even though I have set it to do so under prefereces. I have selected scale for screen resolution, auto-detect. However, menu items are too large. This behavior is inconsistent.
Hello.I'm creating PDF files with complex tables from MS Excel.My files need several bookmarks added for all the different table captions and I am creating the bookmarks from the option New Bookmark from Structure...My problem is that every time that I create the bookmarks, all the column header spans and linked header ID information gets lost/reset when I save my file for Fast Web View. These files need to be made Section 508 compliant and that is one of the requirements.Does anybody know of why this is happening and a way to prevent this?Thank you in advance.
I have a new digital certificate. Adobe forms I am trying to sign wont recognize my password for the digital certificate. I get a message saying "incorrect password". My digital certificate password works fine in MS Word. Help!
I have a word document that has PDF attachments embedded in the file. When I export to PDF from Word, the attachments are no longer functional. I know how to add attachments in PDF, but it isn't exactly what I need. I need the attachment on the specific page. Any help?
We have a K12 enterprise deployment of Adobe Acrobat Pro DC version 2015.017.20050 on MacBook Airs running OS X 10.11. Many of our students are having issues with edits from the comment tools sometimes not saving. Sometimes the highlighter will not work. Once they exit the program and go back in, it will then work. Sometimes their edits will disappear, they will exit the program, and the work will re-appear. Additionally, some students are using the comment button and the thought button is not showing up on their document, but it is showing their comment in the margin. The issue isn't consistent but affects nearly 1000 devices on an irregular basis.Is anyone else having this issue or have ideas for solutions?
Acrobat isn't detecting any of my form fields from a PDF I've exported from Illustrator. Can figure it outIs there a way I need to export from Illustrator?I get the above note followed by a dialogue box that says: Content Preparation Process... and just hangs there.
I use a PC. I recently installed Windows 10. I have Acrobat Pro XI. About a month after Windows 10 installation, when I opened PDF documentsI could read all pages. But, after some time viewing different pages, I would go forward or back in a document and find a blank page. Other than length of time open, there does not appear to be a reason the page goes blank. When I close the document and re-open it the blank pages come back with any notes, tickmarks, etc. included. Does anyone have this same issue and was it resolved?
Dear all,I am using Surface Pro 3 with Windows 10 Pro (64 bit) and have been using Adobe Acrobat 9 Pro on it for the past 3 years without a hitch. A few days ago, the printing has stopped and instead of creating a pdf file (from all MS Office programs) a log file is created instead. From the looks of it, the fonts are not recognised and the job is aborted. Here is the excerpt from the log file:%%[ ProductName: Distiller ]%%Calibri-Bold not found, using Courier.%%[ Error: invalidfont; OffendingCommand: xshow; ErrorInfo: CharOffsets ¤e )%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%%%[ Warning: PostScript error. No PDF file produced. ] %%I'm sure there is a way to fix this, but can't figure it out. Any help is appreciated.Kind regardsM Desai
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.