Unlock the power of Acrobat SDK through our community.
Als letztes aktiv
Hi everyone Would like to ask for some help I have created a form in Adobe DC and wanted to export the form field data to a txt file. I am able to export but once I open the txt file in notepad it is blank. I have tried this a few times and continue to get blank txt files. I was able to export to excel and in rtf format successfully but I do not need the form field titles I just need the data so I can do txt to columns. Can anyone help and share some thoughts on resolving this thank you in advance. Martin
Tengo el adobe acrobat 7, dese hace años, se que es producto obsoleto, pero para mi uso es suficiente y además bueno. Locompré en su momento y me costó un pastón. Ahora me piden que me registre de nuevo, ¿Como lo hago?
Is it possible to convert the online help for a software product to a full set of PDFs in one transaction?For example, I want to convert the full set of Installation topics from a website to PDF, preserving the links and hierarchy. I want to convert the Installing topic and all of the nested topics so that one PDF with multiple topics is created.The Convert current web page to Adobe PDF file icon in IE/Chrome/Firefox only allows me to convert individual pages. I could merge these pages but it's time consuming, I run the risk of losing information and the hierarchy and linking could/would suffered.I have also tried copying the website URL into the Adobe Acrobat Pro DC convert to PDF option - File > Create > PDF from Web Page > Get entire site > Create. I have tried this multiple times with multiple website URLs. The outcome varied from creating a single blank PDF to downloading the website for 2 full working days before failing.Adobe, is it possible to convert entire websit
Saving to jpg file produces this error message on a screen flash - "... Error attempting to write to file. This may be due to insufficient disk space"I have plenty of disk space.
Help!Got a new pc, Adobe license is deactivated from the old System.Everything works fine except Adobe XproCannot activate my Xpro license, always "wrong Serial number"What can i do ?Best regards
Hello every onei have a pdf document that contains usual columns and rows having text fields for data entry.First column contains items names and second column is for the quantity of each item. Condition is that one item e.g. item "A" can occupy ONE OR MORE THAN ONE ROW and the table contains more than one item.What i need is calculate the total quantity of each item i.e. item "A", "B" and so on, separately in a different text field. But remember the cumber of rows occupied by each item may vary every time the table is filled. For more clarification the table is given below:ItemQuantityA5A10A15B2B4B6Thanks in advance
none of the export settings for saving as a pdf appear
I have a teacher that is trying to print to a HP Designjet z5400 using a postscript three driver on a windows 10s HP elitedesk 800 g1 . Whenever she tries to print the document however from adobe acrobat DC all the text turns out white.This is how it should look:This is how it looks when she prints:Any help is appreciated[Asking in the correct forum helps... Moved from non-technical Forum Lounge to an Acrobat forum... Mod]
Why did my adobe acrobat XI standard stop converting Excel and Documents to PDF's? I keeps needing to "run installer". I've "run the installer" three times now and it has not helped.
Hi everyone,I found a javascript code here to signing in batch but it doesnt lock the file after signed and I need it.Any idea?Thanks in advance!ps: sorry for my english
Hello,I' have a problem to set Render mode 3 to Text inside a pdeForm.Here is my code:PDETextGetTextState ((PDEText)pdeElement, kPDETextRun, m_run, &textStateTmp, sizeof(textState));textStateTmp.renderMode = kPDETextInvisible;PDETextRunSetTextState ((PDEText)pdeElement, m_run, &textStateTmp, sizeof(textState)); PDPageReleasePDEContent (pdPage, gExtensionID);PDPageSetPDEContent(pdPage, gExtensionID);PDPageNotifyContentsDidChange (pdPage);PDEFormSetContent( (PDEForm)m_formElement, m_pageContent );It usually works fine,but It doesn't work with a TextElement inside a PDEForm element: text remains visibleThe pdeForm is itself inside two ContainersThe structure of my PDF is:Container Container pdeFormAny suggestion?Thanks
Hello community!I came here to ask you, if it's possible to change the printer settings of Acrobat using the command-line, because we need special printer settings for the printers of our customers and each update resets those settings back to default, leaving the printed page not usable for the printers.At the moment, we print using a 3rd-party program, which opens Acrobat using the /t parameter, however this lets Acrobat print using the settings it last printed with.Is there a way to set the settings from the command line, so our 3rd-party program can set them by default?
Hello!Why often PDFs, which are created with other applications (f.ex. Autocad), are often posited 90 degrees compared to the original, when they`ve been brought to the Adobe Acrobat (9.0 Pro, PC)? That happens every time when you open the document, even though you have saved it "correctly rotated"...
all adobe docs printing landscape cant get it to print portrait Think for sure its an adobe issue
Hi! For a congress I'm helping organise we have created an e-ticket in PDF. It has one box where we can type in the attendee's name, so we can create custom e-tickets. The problem is that we have over 300 people who need an e-ticket like this, and only a limited amount of time to create all the PDFs. Is it possible to automate the importing of information for each ticket buyer from an excel spreadsheet, create a new pdf file for each row, and then save them as individual PDFs?
After seeing a notification on my screen this morning, 9/16/2016, of an update to Adobe Acrobat 11 pro, the program has repeatedly opened spontaneously, and then displays a popup about a "There was an error opening this document. This file cannot be found". I can only assume this is somehow associated with the program update this morning. I've never had this problem before. Is anyone else having this problem after the update and what needs to be done to keep the program from spontaneously opening?
Hi Folks,We use Comments for editing documents based on editors' remarks on our PDFs, but recently one of our workers has been unable to use the Filter / Status / None feature in order to filter out any comments that were marked with the status Completed. Instead, all of her Completed comments are showing up in the filter when she sets it to Status / None. This appears to be isolated to her computer, and when she upgraded to DC, DC still showed Comments marked Completed when she set Filter / Status / None.According to her, this feature was working okay yesterday. This morning it started showing Comments marked Completed in the filter. Does anyone know how this can be corrected, or what the issue may be?Thanks,Joe
Hello.I'm experiencing an issue with our Adobe Acrobat 11.0.17 installation in regards to the Distiller component.The issue I'm experiencing on the devices in our business is that when launching certain applications (e.g. IBM Personal Communications), Distiller opens and is visible for about 10 seconds and then closes itself.I've tried to capture the events using ProcMon and I can see that it's acrotray.exe that somehow is being triggered to launching Distiller. If acrotray.exe is not running, then Distiller doesn't open either.Have anyone experienced issues like this and know how to resolve it?Thanks in advance.
Hello AllI have the VBA code below for batch saving PDFs as text - pretty standard (/borrowed) code. The save path and filename gets fed in by the calling routine (that recurses through a folder structure).Problem is I keep getting a prompt "Some difficult pages were enountered requiring all graphics on those pagesto be labeled as figures. [1,2]". This obviously defeats the idea of a hands-off batch process. Can anyone helpout with how to defeat this? I can't see anything documented for the SaveAs() method.Why am I doing the in VBA not Acrobat JavaScript? I couldn't get the script to work - it's a whole other story (/possible posting).ThanksDim AcroXApp As Acrobat.AcroappDim AcroXAVDoc As Acrobat.AcroAVDocDim AcroXPDDoc As Acrobat.AcroPDDocSet AcroXApp = CreateObject("AcroExch.App")Set AcroXAVDoc = CreateObject("AcroExch.AVDoc")AcroXAVDoc.Open FileToConvert, "Acrobat"Set AcroXPDDoc = AcroXAVDoc.GetPDDocDim jsObj As ObjectSet jsObj = AcroXPDDoc.GetJSObject'start to create new file namet
Hi,When combining multiple swf files, for each page I get the popup to change settings. Is it possible to set the settings for all pages? If I have to combine 300 pages, I have to press 300 times OK, after each conversion...Or is there some way to disable this popup in the settings?Kind regards,Robbe
I have been using my acrobat xi pro fro a while now but just yesterday, It suddenly crashes and would not stay up longer than a few seconds. I really need this software badly for my reports. 😞 I am using Windows 10. Please HELP!!!
Hi,I'm using Acrobat DC Pro. With some PDF files when changing the Simulation Profile also the TAC alue changes according the value in chosen profile. I think this has not been the issue in previous versions of Acrobat. Is that correct? If is, how can I ensure the maximum TAC value in Acrobat DC?
I'm using Acrobat Standard DC... when i try to use the "send for shared commenting" tool i get an error... "64BitMAPIBroker.exe has stopped working"and on other user NO error...but the email does NOT go outthoughts, ideas????thank you
I have a scanned file. I am able to convert that into Excel using Adobe Acrobat Pro DC installed software.I looked up for the same in the cloud and found "https://cloud.acrobat.com/convertpdf", but it says it is not supported in the country. Also can I achieve the same export operation using an api which could be called from code, so that I could convert the pdf received into excel using the code and later use the excel for further process from there.
I am trying to markup some 3 MB large pdf files. When I open the file Acrobat starts to time “lag”. When I try to turn a page I press the button and can count up to 3 until the new page appears. When I try to insert comments, it slows down even further. Anybody got an Idea what to do about it?I have Adobe Acrobat DC (15.006.30201) and Windows 10 (64-Bit) installed. My Computer should be strong enough with i5 3.4GHz and 32 GB RAM.
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.