Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
tataxin@adobeforums.com #1
Read text and edit pdf document in IAC
Hi all,
I'm newbie in Acrobat SDK, now I start with IAC (InterAppCommunication) in C#.
Is there anyway to read each line from a pdf document? And how to directly edit a pdf document?
I already look at all examples in \InterAppCommunicationSupport\C#Samples but it's seem to be nothing helpful.
Please give me some sample source codes or links.
Thank you in advance, :)
tataxin@adobeforums.com Guest
-
Edit Document Template
I used to have an extension that worked great. It was designed by "Shimmerphase Development" the extension was named "update document template" or... -
Word Document Becomes Read Only
I administer Contribute for my organization and have recently come across this problem that has me stumped: The scenario is this: A user with... -
Can't Read Word Document
:brokenheart; I looking for a way to uplade a (word) document and read it. I can read text files but not word files. I believe the CFAction -Read... -
saving same document (read only?)
First, sorry for my english. When two users open the same document with AcrobatWriter6 and makes change in the document, they don't have message... -
Read Only / Edit in Forms
Hello, I have forms with an edit/read only button. This button works great, except that if the user wishes to search a value using a lookup... -
PDL@adobeforums.com #2
Re: Read text and edit pdf document in IAC
Is there anyway to read each line from a pdf document?
Well, no, because PDF documents don't have "lines". It is not a text format. The text may visually be arranged in lines like in a text file, but that by no means guarantees that is how they are stored in the PDF. Have you read any of the PDF Reference (ISO 32000-1 now that Adobe no longer controls the PDF spec) to understand how a PDF stores text before you start a project like this?
PDL@adobeforums.com Guest
-
tataxin@adobeforums.com #3
Re: Read text and edit pdf document in IAC
Thank you for your reply, PDL!
I have never read that document. I'm going to read it now and come back to project later.
But there're some softwares can convert pdf document that keep structure. Do you know how to do that?
tataxin@adobeforums.com Guest
-
PDL@adobeforums.com #4
Re: Read text and edit pdf document in IAC
Do you know how to do that?
Yes, but it cannot be done with IAC. You would need to write a plug-in that gets each textual element on the page, gets the coordinates it will be drawn to, and then makes its own decisions on what the structure should be based on those coordinates. IAC does not have this level of access.
PDL@adobeforums.com Guest
-
tataxin@adobeforums.com #5
Re: Read text and edit pdf document in IAC
Ah, I see!! So I have to start with plug-in projects.
Thank you very much, PDL!!
tataxin@adobeforums.com Guest



Reply With Quote

