Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
jamesocw@adobeforums.com #1
Converting Tif Files to Pdf in vb
hi all,
have succeeded on converting tif file to pdf using vb codes below->However, i realised that the converted pdf file is no longer searchable like the original tiff file. How can i do a text recognisation when/while converting to pdf file?Code:Dim AcroApp As CAcroApp Dim avDoc As CAcroAVDoc Dim PDDoc As CAcroPDDoc Dim IsSuccess As Boolean Set AcroApp = CreateObject("AcroExch.App") Set avDoc = CreateObject("AcroExch.AVDoc") Call avDoc.Open(filename, "") Set avDoc = AcroApp.GetActiveDoc ................. ................
jamesocw@adobeforums.com Guest
-
converting to RAM Files
Hi all, Need to convert mp3 -> RAM (Real Player), any freeware softwares you can advise i try out? cheers JB -
Converting Files to PDF
I was jsut wondering if there was a way to convert access reports or any other type of files to PDF format using ColdFusion coding, and what the... -
Converting .PCT Files
Hello, does anyone know if there is a CF function or CFML tag that can convert a .pct file to something that will render in Internet Explorer like... -
converting unreadable files
Using Publisher 2000 I was able to create my website. When I upload to the host, the files successfully upload however, once loaded, they are... -
Converting Macintosh FH MX files to the PC
Does anyone on the board have first hand experience with transitioning FH files created on a Mac with FH MX to a PC with FH MX ??? If so, does it... -
Leonard_Rosenthol@adobeforums.com #2
Re: Converting Tif Files to Pdf in vb
First, a TIFF file is NEVER searchable as it can't contain text. It is just an raster image. So I am not sure why you believe otherwise.
Second, The use of the AVDoc.Open() command to convert files to PDF is not supported by Adobe (though yes, we are aware that it works).
Leonard
Adobe Systems
Leonard_Rosenthol@adobeforums.com Guest
-
jamesocw@adobeforums.com #3
Re: Converting Tif Files to Pdf in vb
hi..
am just wondering if i could do a OCR process then a text search and it works! Other hand, when i convert the tiff file to pdf, it indeed not searachable in the converted pdf file. However, when i do a pdf OCR process to the pdf file, the file became text searchable!!!..
thus, i figuring if i can do a conversion to a pdf file, then a OCR process to it and save the searchable pdf file and its done!But i am not sure which function to call in the PDF SDK.
jamesocw@adobeforums.com Guest
-
Leonard_Rosenthol@adobeforums.com #4
Re: Converting Tif Files to Pdf in vb
The OCR functionality of Acrobat is only available to Plugins - not via COM or JavaScript.
Leonard
Leonard_Rosenthol@adobeforums.com Guest
-
jamesocw@adobeforums.com #5
Re: Converting Tif Files to Pdf in vb
hihi..
Is there a way which i could make use of the plugins in my VB Code and the PDF Full version to do the job?
jamesocw@adobeforums.com Guest
-
Aandi_Inston@adobeforums.com #6
Re: Converting Tif Files to Pdf in vb
You would have to write your own plug-in with C++.
Aandi Inston
Aandi_Inston@adobeforums.com Guest
-
Leonard_Rosenthol@adobeforums.com #7
Re: Converting Tif Files to Pdf in vb
To follow up on what Aandi said...
You would have to write your own plugin that called on the OCR feature of Acrobat and exposed a COM interface.
Then your VB code would call that exposed COM interface.
Leonard
Leonard_Rosenthol@adobeforums.com Guest



Reply With Quote

