Unlock the power of Acrobat SDK through our community.
Actividad reciente
I run this code from the js console to get to see the different save options I have but it returns undefined.app.fromPDFConverters.join("\n")undefined
I'm trying to develpe a plugin, to insert some annotations into the PDF file. But I don't know how use the function PDAnnotSetColor , please help to give me an detail example to change the color of annotation.
Hi,Help me please..I added a new menu item to the Adobe acrobat Pro DC which inserts new form fields to the current page. I can successfully set action to the form field using the setAction method. The same way how can I add a custom calculation script to that field using javascript?Thanks,Am
I am creating a pdf from a webpage, and selected 3 levels and at page 267 it stops responding, and I havent saved anything. is there anyway to recover what was created?
Sorry if I'm sending this twice, but I don't know if my previous message was received. I need to delete an old scanner and add a new one on Acrobat 8.3.1 on a Macbook Pro. Even though the old printer has been deinstalled, it still shows as the only option when I try and create a PDF from scanner. Any ideas?
Hi Guys,Where can I get Adobe Acrobat SDK 5?Thanks.
I have a trusted function that saves a file to my network printer. But it doesnt work, I get this error:"The file may be read-only, or another user may have it open. Please save the document with a different name or in a different folder."This is my code:// Xerox = Send the file to the Xerox Printervar xerox = app.trustedFunction( function(){app.beginPriv();var xeroxPath = "\\\out\\spool\\print\\Xerox\\";this.saveAs(xeroxPath + this.documentFileName);app.alert("PDF is sent to the printer",3) app.endPriv();});
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
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
¿Ya tiene cuenta? Iniciar sesión
¿Aún no tienes una cuenta? Crea una cuenta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.