I have one pdf document which has links. I need to get link title.
Please help me to solve this issue.
Thanks in advance.
Sow
You can use the iText PDF library to read the PDF file contents.. and get the text,links or there values from the PDF file. you can get the library from here!
Related
I am creating pdf file using PdfSharp.
I have one fix existing pdf file with one page and some content in it. I want to start adding my contents right after the existing content.
Is there anything in PdfSharp from which I can determine where the last element or section ends?
Any reference will be great.
Please see my answer to this question How to add DocumentLink to existing PDF file using PdfSharp. You can simply take the AddDocumentLink code and get the highest XY coordinate and that should be enough to figure where to append additional content.
I need to read the pdf content as it is there in the pdf as c# tables
So that I can get the values for the keys I needed. Please suggest me any better idea
thanks in adavance
What I have tried:
I have tried ITextSharp but it is giving only the entire content at a time.
I am using acrobat sdk to convert a image pdf to searchable text pdf, Can anyone help me out, I am stucked, i need to check whether a file is already OCR or not??
you can try this sample to apply OCR to images in a pdf document
I want to show PDF Files in my asp.net(C#) web page.I found lot of pdf viewer for .net web page.But i want to do something more than that. I meant, i have retrieved bookmarks in the PDF files programatically using C# and then displayed in the TreeView.So, Whenever user click any Node, then i want to select(highlight) the appropriate ranges of the PDF file that is displayed in the PDF Viewer.
For example, see my attached picture...
Please lead me to get out of this problem...
Thanks & Regards,
P.SARAVANAN
Maybe you could get some ideas from this article: http://www.codeproject.com/Articles/41933/ASP-NET-PDF-Viewer-User-Control-Without-Acrobat-Re
Please advice how can I render the preview of the existing PDF file to a Bitmap so I can display it on my form?
Many thanks in advance.
BR,
Murat
iTexhSharp cannot render a PDF to an image, your best bet would be to have a look at GhostScript.
I have a c# wrapper for the GhostScript dll that that do this, email me at the address on my profile page and I will email it to you.