Copy link to clipboard
Copied
Hi,
I want to highlight some text in pdf through XML code. I am new to this concept. Can any one help me with steps how to write XML code and how to attach this to PDF.
Ariv
Let's take a step back: What exactly are you trying to do? Do you want to apply a highlight annotation, or do you want to provide a temporary highlight the way it's done when you search for information in your document?
My next question is why do you want to use XML? Do you already have an existing XML based workflow?
Where does information about the data you want to highlight come from? And, how do you want to import that into Acrobat?
To see what you can do, please perform the following steps:
Ope
...Copy link to clipboard
Copied
You might refer to the following links which discusses the issue similar to yours:
Thank You,
Shivam
Copy link to clipboard
Copied
Let's take a step back: What exactly are you trying to do? Do you want to apply a highlight annotation, or do you want to provide a temporary highlight the way it's done when you search for information in your document?
My next question is why do you want to use XML? Do you already have an existing XML based workflow?
Where does information about the data you want to highlight come from? And, how do you want to import that into Acrobat?
To see what you can do, please perform the following steps:
Open a PDF file with text in it, and add some text highlight annotations. Then select the "..." menu on the comments pane on the right side, and pick "Export All to Data File..." and select the "XFDF" output format. This now contains information about your highlight annotations in an XML file. You can delete your annotations in your document, and then select to "Import Data File..." from the same menu, select your just exported file and see how your highlight annotations are getting restored.
All you need to do is to mimic the format in the XFDF file. When it comes to analyzing what data needs to go where, you are unfortunately on your own.
Copy link to clipboard
Copied
hi,
thank you. Your answer is usefull.
What I wanted is I wanted to use XML code with JavaScript to highlight text in pdf. is there any way?
I am having the below XML code. how to use this to highlight in PDF
<XML> <Body units=characters> <Highlight> <loc pg=0 pos=0 len=10> <loc pg=1 pos=4 len=2> </Highlight> </Body> </XML
Copy link to clipboard
Copied
Who has documented this scheme for use with PDF? Where is it documented or where did you find it?
Copy link to clipboard
Copied
Do you mean the following format?
http://partners.adobe.com/public/developer/en/pdf/HighlightFileFormat.pdf
Find more inspiration, events, and resources on the new Adobe Community
Explore Now