Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 114192

Re: I am in the process of doing a Proof Of Concept / Evaluating products that can help us build a Java Application to Convert a PDF document to a Searchable PDF. I wanted to check is there any simple JAVA API from Adobe to achive this ? Any direction i

$
0
0

You can achieve this using LiveCycle PDF Generator JAVA API. You can find required code here:

Adobe LiveCycle * Quick Start (SOAP mode): Converting a Microsoft Word document to a PDF document using the Java API

 

In parameters:

    //Set createPDF2 parameter values
    String adobePDFSettings = "Standard";
     String securitySettings = "No Security";
     String fileTypeSettings = "Standard OCR";

"Standard OCR" file type setting will run OCR on input pdf. In the code, instead of doc file provide a pdf file. Resultant pdf will be searchable PDF i.e OCRed PDF.

 

Feel feel to ask any further questions.


Viewing all articles
Browse latest Browse all 114192

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>