Save PDF searchable to the c# IAC program

I found the program BasicIacCS in the Acrobat SDK. He opens a PDF file and gets the number of pages.  I modified the program to save a copy of the PDF file.  The copy is not searchable, but I need it to be.   Should what code I?  Manually, I have to click on tools and text recognition, but I can't find anything like this in the documentation of the IAC.

Access to the function of OCR (text recognition) is not possible via the API of the IAC.  You need to write a plugin for Acrobat using C/C++

Tags: Acrobat

Similar Questions

  • Cannot save PDF files containing the XFA forms in the specified format.

    I paid for this subscription convert PDF to MS Word 2 forms and the file will not convert what defeats the reason for the subscription.

    Hi jbradley381

    Please contact Adobe Support, they will help you.

    We invite you to contact our support at http://adobe.ly/yxj0t6team. »

  • Is it possible to save PDF files, so when the user opens the file it opens a pre determined size?

    Is it possible to save PDF, so when the user opens the file it opens a pre determined size – say 100%?

    I cannot for the life of me figure it out - or is - that it is dependent on parameters end users?

    Thanks a lot for your help!

    It depends on.

    If you have the drive, then it only recognizes your user preferences.

    If you have Acrobat, you can go to file > properties > Page display > view original and set it to anything you want.

  • How to manually save a document to the cloud [iOS]

    Hello

    I have the Adobe Reader app on my iPhone 4 running iOs 8.4 s and my 4 Samsung Galaxy Tab running Android version 4.4.2.  I'm trying to figure out how to save my favorites and your changes manually to the cloud. For some reason, save PDF files to the cloud, but my application decided randomly when he wants to save himself. It will save after every time I make a bookmark or a note. Therefore, I don't see my place of current residence or changes on other devices. I've been looking for an answer to this problem (maybe I didn't so well. who knows.). Then, I put here in a new post.

    Help, please! Thank you

    Hello

    Adobe Acrobat Reader mobile apps (for iOS, Android) will save only changes when you close your PDF document back to the My Documents screen.

    Please note that the user bookmarks are supported in Acrobat Reader for Android only.  Sorry for the confusion.

  • Save a thumbnail at the check-in PDF format

    Hello

    When browsing through my file manager to search for files, I used to be able to see an overview of all of the PDF files I had saved.
    I can still see the 'old' created previously, but my latest files show just a black square with Adobe "A" in the lower right corner or sometimes an Adobe large 'A' on a white field with 'PDF' at the top left.
    Seeing a thumbnail allows to find your file according to me, anyone know why I don't get them more or how to get back them. (Save a thumbnail option is checked for normal word documents, but not visible upon registration of PDF.

    Hi Trevor,

    1. have you installed new software before the show?

    2. how to create PDF files on the computer?

    3. have you recently downloaded these copies?

    It seems that by default is not selected, and I suggest you perform the steps.

    A default program is the program used by Windows when you open a particular type of file, such as a music file, an image, or a Web page. For example, if you have more than one web browser installed on your computer, you can choose one of them to be the default browser.

    Change the programs that Windows uses by default

    http://Windows.Microsoft.com/en-in/Windows7/change-which-programs-Windows-uses-by-default

    See also:

    Change default programs using Set Program Access and computer defaults

    http://Windows.Microsoft.com/en-in/Windows7/change-default-programs-using-set-program-access-and-computer-defaults

    I also suggest you to report the issue in the Adobe forums for more information.

    http://forums.Adobe.com/index.jspa?view=overview

    Hope this information helps. Response with status so that we can help you.

  • Save the PDF file as the name of the field in PDF format

    Hi all

    I have read this thread: https://acrobatusers.com/tutorials/how-save-pdf-acrobat-javascript and I still cannot understand this.

    I want to have a custom of the button Save to my PDF form and have it save the filename with fields in my form.  The names of the fields are 'Ready', 'NameofEvent', 'EventStartmdyy '.

    so for example, the PDF is filled and returned to me with its name from default pdf as "Event application form update - 1.pdf", then I get it and click on the button, then it registers as 'DarinVegasTradeshowJune152015.pdf' and records them in a file specific to each time.

    I read on a reliable access and put it in a javascript in the folder or on my computer? My colleague and I'll be the only person to save these, only on the two machines.

    Hope you can help.

    Thank you

    I tried the following:

    The correct syntax, that I, based on the returned for 'this.path' debugger

    /HAUCACAM0007VS/shares/Marketing_bridge/Darin/'MasterTracker/EventRequestForms/1/test.PDF

    so I changed the code of this

    determine the path of the directory of the active document

    Directory var = this.path.substring (0, this.path.lastIndexOf('/') + 1);

    for this

    determine the path of the directory of the active document

    Directory var = ' / HAUCACAM0007VS/actions/Marketing_bridge/Darin /' MasterTracker/EventRequestForms/1 / '.

    and it worked.  I swear I've tried and some variations before.

    Very interesting.  I can send me this PDF file, open it without saving changes, click on save and point it to my repertoire that I wanted to.

    Yay! Solved!

    Thank you try67!

    Yet once, for the sake of people Googling how...

    ---------------------------

    I pasted this code into a text file, saved as a javascript (.js file), in the following Program Files > Adobe > Acrobat > Javascript, I also pasted into the folder where I will save the file.

    1. var mySaveAs = app.trustedFunction)
    2. {function (oDoc, cPath, cFlName)
    3. Make sure the path has trailing ' / '.
    4. cPath = cPath.replace(/([^/])$ /, ' $1 / ');
    5. try {}
    6. app.beginPriv ();
    7. oDoc.saveAs (cPath + cFlName);
    8. app.endPriv ();
    9. } catch (e) {}
    10. App.Alert ("Error during economy-" + e);
    11. }
    12. }
    13. );

    Then, I created a button, it adds a javascript script.  the "this .getField are looking for field names in my PDF,"Ready"is a field in my PDF which bears my name of sales managers, then, it adds a space beside it (+" "+), then go to the next field I want."  It saves it in order to complete the pdf, then as SalesManager EventName 1 June 2015.pdf.

    1. determine the path of the directory of the active document
    2. Directory var = ' / HAUCACAM0007VS/actions/Marketing_bridge/Darin /' MasterTracker/EventRequestForms/1 / '.
    3. If (typeof (mySaveAs) == 'function') {}
    4. mySaveAs (this, directory, this.getField("RequestedBy").value + "" + this.getField("NameofEvent").value + "" + this.getField("EventStartmdyy").value + ".pdf");
    5. } else {}
    6. App.Alert ("Missing Save function. Contact the Forms Administrator ");
    7. }

    Hope that helps anyone looking on the other to do so, it is quite easy once you know where to save the javascripts (and what to put in it), and then change another javascript code to meet your needs.

    Thank you!

  • I use Adobe Acrobat Pro XI (11.0.08) during execution of "save under" process "Reduced the size of the pdf file" Adobe for awhile then stops completely and needs to close. All started to do that today.

    I use Adobe Acrobat Pro XI (11.0.08) during execution of "save under" process "Reduced the size of the pdf file" Adobe for awhile then stops completely and needs to close. All started to do that today.

    As I had not heard of you, I tried to 'cut' of this folder and pasted into a folder, I called "temptemp" in the same root fodler lacation, (not in the original file). Run the program and it gave me the same error and closed again.  Any help now?

  • Cannot save PDF files: "program error".

    I have to save a file in PDF format with the [PDF / X-4: 2008] preset, for offset printing, but I get "Can not save as"nomdefichier.pdf"because of a program error."...
    It will save in the preset "high quality print" and other formats, but not this preset.  I thought it may have been a corrupted layer or something because it was created from a template downloaded from printing, but I get the same error message when you try to save the other simple files in PDF format...

    I am running CS5.1 on OSX 10.9.2...

    I'm feeling a little stuck, don't know how to do this...

    any advice would be greatly appreciated.
    Thank you

    Well, it seems that I figured out, and I'll share the solution for all those looking for the same thing.  I didn't reset the preferences of re from photoshop in command, Option, shift.  a prompt appears and asks that if you want to remove preferences, say Yes.  It worked!

  • I use xport 360 and I can't put my save game back on the program profile it shows a circle with a cross please help me

    I use xport 360 and I can't put my save game back on the program profile it shows a circle with a cross please help me

    Hello

    If you try to recover the gamer tag, then I suggest you follow the steps from the link below: http://support.xbox.com/en-us/pages/xbox-live/how-to/xbox-live-account-management/gamer-profile.aspx

    If this does not work then I recommend you to ask your question here: http://forums.xbox.com/xbox_forums/xbox_support/default.aspx

    Hope this information is useful.

  • users cannot save .pdf, .doc files using "Save target as" in google search results. Can someone help me, I couldn't have known that the same works very well on some computers.

    I am the Director of technical support for more than 1000 computers. Recently in some computers (windows based) users cannot save .pdf, .doc files using "Save target as" in google search results. Can someone help me, I couldn't have known that the same works very well on some computers.

    Hi MASPAdministrator,

    Your Windows XP question is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT Pro TechNet public. Please post your question in the TechNet Windows XP forum.

    http://social.technet.Microsoft.com/forums/en-us/itproxpsp/threads

  • Cannot save via the speaker through programs such as Audacity. Solvable?

    Cannot save via the speaker through programs like Audacity without horrible sound quality. Solvable?

    Hello

    • What happens when you try to save through the loudspeaker?
    • You receive an error message?
    • If it works well before?
    • What were the changes made before the issue started?
    • You are able to register normally?
    As you can not record with audacity, the problem seems to be related to the audacity.
    I suggest you to contact the support of Audacity for assistance on the issue. See the help link - below

    http://Audacity.sourceforge.NET/contact/

  • Find the layer with the name "Name1" a name change for 'name2' and then save PDF

    Hi there together, we have the following problem:

    We need a Javascript script to rename all the layers named 'name1' to 'name2' and then save the PDF file.

    Any help would be greatly appreciated.

    Thank you very much

    Patrick

    This code will rename the layer:

    var ocgArray = this.getOCGs();
    for (var i=0; i
    

    Save the file afterwards is more complicated. You can use the Save command sub in a context of trust to do it silently, or you can call the dialog box save as, and let the user manually, by using the command app.execMenuItem ("SaveAs").

  • Save pdf to the same location as the orginal .indd file that is exported from the

    Hello!

    I'm just starting to get my feet wet in Javascript scripts, and I greatly enjoy!

    I am wanting to create a script that a PDF using a PDF export preset I set export and then I want to have the pdf saved in the same folder as the indesign file that was exported from. I already know how to export the pdf file using a "Preset" I already have. The only thing I do not know how to do is to indicate the pdf file to be saved in the same folder as the Indesign file that is exported from. Can someone help me please? I would be very happy!

    I would also like to find a way to automatically name have the pdf named the same name as the Indesign file, it has been exported since.

    If I need to clarify something more, feel free to let me know.

    Thank you very much!

    Try this code example

    app.scriptPreferences.version = 11.0

    myDocument var = app.activeDocument;

    var myFileName.

    If (myDocument.modified == false) {}

    myFileName = myDocument.fullName + "";

    If (myFileName.indexOf (".indd")! = - 1) {}

    var myRegularExpression = /.indd/gi;

    myFileNamePDF_Web = myFileName.replace (myRegularExpression, ".pdf");

    }

    {with (App.pdfExportPreferences)}

    PDFJPEGQualityOptions.HIGH;

    PdfMagnificationOptions.FIT_PAGE;

    PageLayoutOptions.SINGLE_PAGE;

    colorBitmapCompression = BitmapCompression.zip;

    colorBitmapQuality = CompressionQuality.eightBit;

    colorBitmapSampling = Sampling.BICUBIC_DOWNSAMPLE;

    colorBitmapSamplingDPI = 300;

    }

    myDocument.exportFile (ExportFormat.pdfType, new leader (myFileNamePDF_Web));

    } else {}

    Alert ("save your file before you continue");

    }

    Thank you

  • Trying to save the contact created in PDF but sheets the printer dropdown didn't.  Why?  I bought Lightroom and my computer has Adobe Reader... What's the problem?  I bought this software because it was necessary and assignme

    Trying to save the contact created in PDF but sheets the printer dropdown didn't.  Why?  I bought Lightroom and my computer has Adobe Reader... What's the problem?  I bought this software because it was necessary and assignments must be sent in PDF format.  Suggestions would be appreciated.

    In the page layout, you can change the printer to a single Note and then click Print. A note, you can use:

    File > save as > PDF > save

    You can then display in Adobe Reader

  • I think the Adobe Pro XI 11.0.14 update is the reason that I now get a script error when I try to save PDFs for SharePoint, anyone else having this problem?

    Adobe XI Pro has been updated to 11.0.14 last week.  I think the Adobe Pro XI 11.0.14 update is the reason that I now get a script error when I try to save PDFs for SharePoint, anyone else having this problem?  It was working fine before.  I can drag / drop files PDF to other folders to SharePoint, but I can't "save under" SharePoint I get the can't read the script error.  I went to see if I could uninstall the update and it won't let me uninstall it.

    Hi Sierra,

    Bug # 4117305 for the number of script with SharePoint error has been fixed in our next quarterly update.

    Kind regards
    Rave

Maybe you are looking for