Unlock the power of Acrobat SDK through our community.
Als letztes aktiv
Using Acrobat 9.5. I'm trying to analyse a problem, so I have this test code:CODESub testObjects()Dim i As BooleanDim objapp As acrobat.AcroAppSet objapp = New acrobat.AcroAppobjapp.Showi = objapp.CloseAllDocsDebug.Print ii = objapp.ExitDebug.Print iSet objapp = NothingEnd SubAfter Objapp.closealldocs I get i = true (succeeded) but after i=objapp.exit I get i= false (failed), and sure enough Acrobat is still active. How do I get Acrobat to close? This is a bit of test code. In the real app task manager shows acrobat using more and more memory as the app loops through the records. I suspect I'm missing something obvious here, but what? My experience with Acrobat and Access automation is limited, so be gentle with me! If this is the wrong forum, please point me to where I ought to go.
All signatures above this one are green and verified. This one says the signature is invalid. There are some errors in the formatting. What is going on?
Getting error: 16. IMSLib not found
Hello,How do I create a check mark when filling in a form?
I am unable to convert an MS Publisher document (contains graphics, numerous pages) to PDF (Adobe Pro 9, using Windows 10). I receive the following error message (after selecting "Print","Adobe PDF") "Acrobat could not open 'name of document.log' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded). To create an Adobe PDF document, go to the source application. Then print the document to Adobe PDF." I am using the source document. I am printing to Adobe PDF. I have recreated the source document from scratch numerous times. I have uninstalled Adobe, then re-installed it. I have shut on and off my computer numerous times. Side note: I can PDF a simple MS Word document that only contains the word "test". Thanks for any help.
I have a simple sales production worksheet created in Adobe Acrobat 9with 4 quarterly sales figures in a fillable column, (A1,B1,C1,D1) and a sum total E. I want to calculate the market share of each quarter in the year as a percentage in the next column(A2-D2) with E2=100%. It's a simple equation in Excel, but I'm not having any luck in creating the Javascript formula to render a result. Any assistance greatly appreciated!Sales RevenueQuarter%A1A2=% A1 of total RevenueB1B2=% B1 of total RevenueC1C2=% C1 of total RevenueD1D2=% D1 of total RevenueE1=Total of Column 1E2=100%
event.target.textFont = font.arial;This is my code, how to fix the "Arial Black" font in the text field and I am using this in "Custom calculation script".Can anyone help with this.
I have a form which utilizes several combo boxes which are required to be filled out by the user. The default value of these combo boxes are "-- Select --". How would I write validation which requires the user to select any other value held in the combo box?
I create a pdf every day. The first page is a summary sheet with a list of names followed by some summary data (for example) :A: 123232 xyz 100%B: 121311 vgf 75%C: 234525 jkl 89%Then page two is a full detailed look at "A", page 3 a look at "B" etc. (There's about 30 of these)I want to call a program to add hyperlinks to A, B, and C on the first summary page, that will take you to the corresponding detailed pages (so you click on "A" on page one, and it will take you to page 2, which has a back button to go back to page 1)I have tried adding the links in excel when we make the report, and that's a whole other nightmare when printing to a pdf. So I figured I would look into automating the addition of hyperlinks through Adobe once it is already a pdf, rather than using excel. Any thoughts or tips on how to do this would be greatly appreciated.
Could some one please tell me how to convert .tif files to PDF using Adobe acrobat API. We own the Adobe acrobat pro enterprise license. OS : WindowsI tried the code below in python. The code works well when I was trying to convert PDF to other formats. But not from .tif to PDF.def acrobat_extract_pdf(f_path, f_path_out, f_basename, f_ext): avDoc = Dispatch("AcroExch.AVDoc") # Connect to Adobe Acrobat # Open the input file (as a pdf) ret = avDoc.Open(f_path, f_path) assert(ret) # FIXME: Documentation says "-1 if the file was opened successfully, 0 otherwise", but this is a bool in practise? pdDoc = avDoc.GetPDDoc() dst = os.path.join(f_path_out, ''.join((f_basename, f_ext))) print(dst) # Adobe documentation says "For that reason, you must rely on the documentation to know what functionality is available through the JSObject interface. For detai
I have a pdf fillable form with large boxes that should be able to hold a paragraph or two of text. When I try to copy/paste text in, I can only fill the form about 1/3 of the way. How do I copy/paste a full answer that fills in the entire fillable form field?
Dear All,Would you mind to tell me which function should be called to change recognize text language by programming? Many Thanks.I know how to do this manually in Acrobat as below. But I need to perform OCR for thousand PDF files (written in Chinese, Japanese and Korea) automatically through programming (Acrobat SDK).
Unable to perform any tasks. Either I get "Operation could not be performed. Please try again later" or "Forbidden". Reader DC version 2015.020.20039 Windows 10Help. Thanks.
I have tried using the Web Export from PDF and using "Copy file to clipboard" to create a file in Word.with Copy file the first page of my file will export correctly and retain every necessary type style (very important that I retain all of this), but the data from every subsequent page will export in the order of 3rd column, 2nd column, 1st column. On the next page it repeats this order, so that the document ends with the last line of the 1st column of the last page, rather than the last line of the third column.If I use the Web Export function, then the file is downloaded in a Word document, it is arranged visually in 3 columns with tab stops. When I try, using Word, to change this to a single column layout so that I can edit, my text appears as:first line from column 1 (space, no line break) first line from column 2 (space, no line break) first line from Column 3 Line break (paragraph end)2nd line from column 1 (space, no line break) 2nd line from colum
A pdf table I export to Excel uses the Australian date format dd/mm/yy.It has many lines of data with start and end dates.After I open the Excel file the date is in the US format.So a date 1st November 2016 which is displayed in the pdf document as 01/11/16 (Australian format) becomes 16 November 2001 in Excel.Because I want calculate the number of days between the start and end dates I am unable to get a correct result because of this date formatting issue.How can I get the Australian date format to be preserved in the Excel file?
Hello.I make website using C#.I am in search ability in SDK (validate / analyze) PDF, PDF/A files.Like "preflight" in Adobe Acrobat Pro.Please, tell me, in SDK exist ability to run (for example: "Verify compliance with PDF/A-a1") and get result ?
I have pdf form designed in adobe LiveCycle . I want to extract xml from the filled pdf form on client side ( angular js + html5)Send the xml to asp.net web api.On Client side user will upload the pdf, I need to extract to xml from pdf programmatically and send it in httppost to server
Is there a way (method in Acrobat API) how to check that the current PDF document is PDF/A compliant and user already clicked "Enable Editing" button to allow modifications? In a custom plugin I need to enable/disable editing operations correctly.Thanks
Using Adobe Acrobat Pro DC for Students and Teacher Edition for Windows: Can't seem to save as jpg. When I hover over save as other, the option to save as an image doesn't even appear.[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 am trying to create a Document Javascript which will define the fields so I don't have to define the fields each time, only call the function.It keeps throwing a syntax error.Help, Please.function AddPressure(){var Red10=this.getField("Red10")value;var Red20=this.getField("Red20")value;var Red30=this.getField("Red30")value;var Red40=this.getField("Red40")value;var Brown10=this.getField("Brown10")value;var Brown20=this.getField("Brown20")value;var Brown30=this.getField("Brown30")value;var Brown40=this.getField("Brown40")value;var Grey10=this.getField("Grey10")value;var Grey20=this.getField("Grey20")value;var Grey30=this.getField("Grey30")value;var Grey40=this.getField("Grey40")value;var White10=this.getField("White10")value;var White20=this.getField("White20")value;var White30=this.getField("White30")value;var White40=this.getField("White40")value;var Blue10=this.getField("Blue10")value;var Blue20=this.getField("Blue20")value;var Blue30=this.getField("Blue30")value;var Blue40=this.get
I have been trying to down load Adobe X1 for 4 hrs
Hi!I'm doing a form fill that has 32 pages. Since people will scroll down to go to the next page with fields in it I want them to see a label or button that says "IMPORTANT" or "DON'T FORGET" so they know they have to fill that part as well. I want to hide it when they click or put the pointer on it. I know how to hide the button with the properties: add action. However, whenever I open the document again, I can't see the label.I would appreciate if someone help me
When exporting a docx file from Word 2016 the formatting does not maintain consistency. Most of the formatting changes I've seen are on page, line, and paragraph breaks. It most cases I've had to manually add additional spaces in between paragraphs, headings, etc., in order to make it look right in Adobe. Any one know how to resolve this? I've also tried printing to PDF and save as PDF, both of which have the same results.
Hi Guys,I am having a checkbox in the template page (Spawn page).When I click that checkbox the following pop-up should show "Thank you for accepting the order".I tried some code which is given below.//Codefunction roACx() {var a = this.pageNum;var b = "AccOrd" //(this is the template name)var dot = "." //(the field name is like "ACx.Accept Order.CB")var c = "ACx" //(this is first four letter which named it for the field)var f = this.getField(d);var stem = d;for (var I = 0; i < this.numFields; I++) { if (this.getNthFieldName(i).indexOf(stem).value !="off") { app.alert("Thank you for accepting the order." , 0) //("0" refers to the OK button in the pop-up)}}}This is the code which I used in my form, when I check that checkbox the pop-up is appering (app.alert) is working, in that pop-up message, I am having "OK" button.When I click "OK" the pop-up is not hiding and I do not know, how to hide the pop-up when "OK" is clicked. Can anyone he
I really hope I have this in the correct sub-forum.I will try and make this short and sweet.Any and all help is very very very much appreciated! I have two folders with PDFs in them.The first folder has the PDF files named: ABC_001, ABC_002, ABC_003, etc etc.The second folder has the PDF files named: XYZ_001, XYZ_002, XYZ_003, etc etc.I am running Adobe Acrobat 8 Professional. I do not have the opportunity to upgrade to a newer version of Adobe Pro so that is what I have to work with.I need to combine the PDFs in the second folder with the PDFs in the first folder and save the resulting new PDF in a third folder. The new PDF also needs to maintain the naming scheme of the PDF from the first folder.For example: XYZ_001 needs to be combined with and placed after ABC_001. The resulting new PDF should be saved in the third folder as ABC_001. If I were to open that new PDF, I would see the contents ABC_001 and then XYZ_001. Please note, it needs to be a single PDF, not a package.So basicall
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.