Unlock the power of Acrobat SDK through our community.
Recently active
I am developing a system that uses the Adobe Extract API to extract sentences from PDF file in JSON format.When I hit the Adobe Extract API against the PDF file, parts of the document where was the text was extracted as image.In the image below, red part is extracted as text (expect result).But blue part was extracted as image (unexpected result).This is the code I used:https://github.com/adobe/pdftools-extract-node-sdk-samples/blob/main/src/extractpdf/extract-text-table-info-with-tables-structure-from-pdf.js This is the PDF file. Page of the image above is on page 59:JP-N-KP-EPI-2000063_イーケプラ経口剤IF_rev18.pdf (ucbjapan.com) The language of the PDF is Japanese. The PDF file is not a scanned paper file, but a PDF file of digitally created data.Is there any information or solution for this?
Can Acrobat create fillable forms that are expandable? The scenarios:1. A text box that is appeared one line initially on the form but allow user to enter more text and it automatically expand to multiple line. This would allow a product description text box accepting a wide range of content sizes. Some product description can extend to a dozen of lines.2. Create a table for order item entry with at least one item but a user can add more rows in order to add more items.3. When the content is extended into another page, the content must be properly separated with header and footer in place on each page. If Acrobat can do these, can you share a link to the document that shows how to do these, please?
Hello,i'm creating PDF with 20 dropdown list and one drop down on top. Each of 20dropdown have a 10or more items.the idea is that dropdown on top would have a names which would, when you select one of them fill automatic in all 20dropdown item which is in group of this, if you wanna later change you can still choose from one of item in each dropdown. Is this even possibile? can someone help me with example of one and i would than add with more. I would really appriciate that help. Thank you soo much.
Good day, Context: I am rewriting content acquiring mechanism in Adobe Acrobat Core API.I am having trouble recalculating line width with CTM. How it should be done?In PDF Refernce:The effect produced in device space depends on the current transformation matrix (CTM) in effect at the time the path is stroked. If the CTM specifies scaling by different factors in the horizontal and vertical dimensions, the thickness of stroked lines in device space shall vary according to their orientation. As I understand, when I encounter w operator, I should only set operands fixed value to graphic state attribute line width and just before setting current path's graphic state (PDEElementSetGState) I should recalculate line width?I tried this approach first: ASFixedRect r; r.bottom = fixedZero; r.left = fixedZero; r.right = graphic_state.lineWidth; r.top = graphic_state.lineWidth; ASFixedMatrixTransformRect(&r, &CTM, &r); double x1 = ASFixedToFloat(r.right - r.le
Firstly, I know this is not strictly Acrobat SDK related, but I could not find a more relevant forum to post this on. I am working on a project that uses Adobe's DNG SDK 1.6 library, and it is supposed to work on Windows and MacOS. The library has instructions on how to build it for both platforms, but I had to figure out an error that came up on Windows with Visual Studio. I am not very experienced with big C++ projects so it was not trivial but I got it working. Most of my own code will be done in C# .Net Core, calling the native libraries using a wrapper class with P/Invoke. Now for Mac that's a different story, I have a MacOS 11 VM, installed Xcode 12.5.1 and followed the steps provided, as expected, it does not work. Bare in mind this is my first time touching Xcode and MacOS. The project I am trying to build is dng_validate, and it depends on two libraries built by these projects: XMPFiles64 and XMPCore64. The library projects bui
I had been using this function for more than a year now and this Clipboard.GetImage is returning null for me since one month.This is only for me and none of my teammates has this issue.We are using the same version as well. Clipboard.SetImage(m) returns the image when I use Clipboard.GetImage(). Please find the sample code below. private void button1_Click(object sender, EventArgs e) { string sourceFileName = @"F:\Anu\orders\HAT7ucrBpMPDF\documents\Azure Stmts.pdf"; string DestinationPath = @"F:\Anu\"; //Image act = null; Image img = Image.FromFile(@"C:\Users\Anu\source\repos\Metafile Sample\Images\sample.png"); &
Iam using dropbox link as url to open documnet in adobe view sdk but the problem is this that my file is too big and i want create web links in which on clicking them open speicific page in pdf. like for a book the web link is unit 1 , unit 2 in which on clicking unit 2 the pdf will open in adobe view sdk to unit 2 page. Please help i am beginner in using adobe view sdk
I recently saw a post in a forum that was a request to get the current page in view from a browser. The correct answer was to use the Embed API. I gave this a try and it is exactly what I want to do in the Acrobat DC application. With the Embed API I did everything in the browser window. I would like to know does something similar exist for the Acrobat DC application. I have seen information on embedding information via JavaScript into documents. However, I do not want to modify our documents. I want to be able to control local files and do things like Go to Location (page, X, Y) and get feedback via external programs where I am at in the document. If I am thinking of this in the wrong way please don’t hesitate to say so. Any information is welcome. Thanks
Good day, For quite some time I have been making PDF Content Parser, which could handle faulty PDF files (with integers or real numbers within content stream that overflow, when used with PDFEdit). I was able to parse some PDFs for which Adobe Acrobat's PDPageAcquirePDEContent() spit an error. Turns out PDPageStmGetToken was not handling large values in pageStmToken.iVal, so I used xpdf tokenizer to resolve this issue. This resolved the issue only partially - tokenizer now worked properly, but large values were being passed further as operands to operators. Setting value to SHRT_MAX, when a larger number is encountered seems not the correct way to do it, because it alters relative positioning and scale of objects. Furthermore I needed alternative PDEFormGetContent() method (because in some cases using it gave Number out of range error as well), so I came up with one using the same logic. Now I am experiencing issues with this method. I do not know how to handle large numbers
Hello,Just got another laptop but many documents don't show on new laptop. old laptop adobe pro dc isn't functioning properly. any ideas?
Hello,I have tried "@adobe/pdfservices-node-sdk" for converting PDF to DOC (using NODE JS).It's successfully convert & save PDF to DOC, but Hebrew characters can't convert properly (attach screenshot).Can someone please help how to fix this?And Adobe can provide something for UTF-8.Regards,Arpan
I am very new to javascript. I learned what I do know right here LOLI have a form with Monday to Sunday. I have checkboxes for each day. I figured out how to count the checkboxes and return the total number of days checked. However, it puts a 0 when there are none checked. How can I edit my script so it will leave the total blank? // Initialize counter variablevar sum = 0// Loop through the fieldsfor (var i = 1; i < 8; i += 1) {// Add one if check box is not Offif (getField("a" + i).value !== "Off") {sum += 1;}}// Set this field's value to the sum;event.value = sum;
Hi Newbie here. I have made a file (with Acrobat DC forms). This file shoud be sent to a worker (on his mobile phone or tablet that has Adobe DC installed). To dokument the job, I want him to take a photo and place it inn the file, and after he signs the form I want this to be returned to my email adress
I built a six-panel PDF display app, with 6 instances of the PDF Reader COM control on a Windows Form, and everything works great.When the program loads, it reads a settings file to open the last set of PDF files so the user can continue where he left off. I use SetCurrentPage so the user can specify what page to start each PDF on. But when the app exits, I need to SAVE the new current page so the user doesn't have to do this manually. In order to restore the last page in each PDF, I have to find out the current page of the PDF Reader controls. The control exposes a .setCurrentPage method, but nothing to GET the current page number. The exposed methods and properties don't seem to provide any access to the current page number. Is there a way to do this? Two DLL's are resident in the project: AxInterop.AcroPDFLib.dll and Interop.AcroPDFLib.dll, if that's relevant. Thanks in advance,Allen
I am running Acrobat Pro DC on a MAC. I have the most recent updates for both. The problem I am having is changing the default text box settings. While Adobe shows that I have changed it, the properties are not transferring to the text boxes. As a result, after I “create” the form and go into “prepare” mode, I have to manually change all the properties in each box. Which is not only tedious but time consuming as well. I have tried uninstalling and reinstalling. Shutting down and restarting, I have watched the videos and read the posts, but the problem remains.How can I fix this?
Hi guys,I can't seem to get buttons to working in web browsers.Here is an image of what I've put together in Acrobat Pro XI:http://i.imgur.com/8UqVJpN.gifFirst, I imported a layer (which is a PDF file). Then, I made a button that when rolled over with the mouse displays the imported PDF.This button works when the PDF is viewed in Acrobat Pro XI but not in Google Chrome, Edge, or any other browsers. Is there anything I'm missing?Thanks in advance for your help!
I'm trying to add extra menu items in an Acrobat Pro C++ plugin, but I need the strings for the menu names to use in the AVAppRegisterForContextMenuAddition function call. The documentation only lists "Page" and "Select" and I can add to those menus OK. But I would like to add items to the context menus for right-click on an external link and an internal link. Screen captures of the popup menus are attached. Does anyone know how to find the names of these context menus to use for the "menuName" parameter in the Register call? Thanks in advance for any input, the help is much appreciated.
Hi EveryoneI have the following request where I want to collect a number of fields in an Adobe doc then compine them in an array so I can compose a list of lables and send it to a sticky lables printer EPSON L90 for printing .I wrote the following script in a "Print Button" to collect the requested fileds in two arrayes "P_FieldName" & "V_FieldName".var P_FieldName=[];var V_FieldName=[];var pRowStr="";for (var p=1; p<4; p++) { if (p>1) pRowStr="_"+p; for (var i=1; i<13; i++) { var pField=this.getField("Part NumRow"+i+pRowStr); var vField=this.getField("Part VendorRow"+i+pRowStr); if (pField != null){ P_FieldName.push(pField.valueAsString); V_FieldName.push(vField.valueAsString); &n
Trying to just create this simple formula, but it doesnt seem to be working. Thoughts? For context both the variables are calculated by adding other fields in the Adobe Form. (Head Count_Totals*0.5)-(Primary Workpoints_Totals*1)
Can anyone tell me what App I need to download in order to edit pdf on Ipad?
Hi there, Does anyone know if its possible to automate a Reduce File Size save using javascript? I've managed to get it to go as far as the dialogue box, but I was hoping there was the equivalent in Acrobat of the 'set user interaction to never' that you can script in INDD to supress these and silently save a reduced version over the original document. Alternatively saving a new file would be workable - then i could rename afterwards. I'm not holding out much hope - Save As seems to be as scriptable as it gets from the hours I've spent on google, but I guess you never know until you ask... All the best,Ed
I have purchased adobe pro 11 but I need adobe distiller also. how can i get adobe distiller
Hello all,I am new to javascripting and I am working on a simple form that I am trying to program some simple logic into, to no avail can I find the correct syntax / formatting, anyplace and all the basic java scripting books I found listed on amazon have bad reviews and good reviews, but mostly bad. So after sufing through this forum and not finding the information, I decided to make a post, thank you in advance for your input. I belong to a small club and the logic I am trying to create is as follows, I am hoping someone can point me in the right directon.I have 2 membership options Adult & Jr, I have assigned them each a grouped radio button and a read only text field. Default is the adult radio button selected and matching text field populated with$15.00, the Jr text field is populated with $0.00. When you select the jr radio button I want the Adult field to go to $0.00 and the Jr text field to go to $3.00.Then the revese if the adult radio button is
Hello, I am trying to create a PDF GM Screen for my personal use running a D&D campaign. I've wrote in VSC the following code that displays a random critical effect: const critB = ["Crunch: Target is sickened 3.", "Where Am I?: Normal damage. Target is stunned 2", "Surprise Opening: Until end of turn you gain an additional action to use as an attack against the target.", "Cracked Rib: Target is fatigued.", "Feeble Parry: Target drops one weapon.", "Cracked Knee: Until healed the target is clumsy 2 and takes a -5-foot status penalty to land Speed.", "Bell Ringer: Target is sickened 2 and is stupefied 2 until no longer sickened.", "Split Open: Target takes 1d6 persistent bleed damage.", "Momentum: Gain a +2 circumstance bonus to all attack rolls until next turn.", "I See Stars: Normal damage. Target is dazzled until healed.", "Broken Nose: Target takes 1d4 persistent bleed damage.", "Crushed Toe: Normal damage. Until healed target is clumsy 2 and takes a -10-foo
I am writing an Acrobat Javascript script. It'd be convenient if it could require some JavaScript library. How can one use a JavaScript library in an Acrobat JavaScript script?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.