pdf

Display pdf within app on android?

I got very frustrated when I realized that android is not able to display pdfs (in a webview or whatever) out-of-the-box. So my question, are there any (os) jars or classes to display a pdf document within an app? Has anybody experience with using some of the standard java pdf viewer libraries on Android? The libraries don't need to be...

Ruby library for manipulating existing PDF

I'm searching for a library to edit already existing PDF's and add a watermark to each page, for example. Could also be blank every other page etc. There seem to be a few PDF libraries out there, but only very few of them can edit existing PDF's and I'm a bit lost on which way to go. Any recommendations? Thank you. ...

Absolute link to PDF - Executable File?

We have a mass emailing tool (.net based) that we developed in house. html editor. and sends via html and text formats. within the body we have an absolute URL path to a PDF on our server. some of our subscribers are stating that when they click on the link they get a message box that the file is an executable file and whether they sh...

iTextSharp and VBnet question about headers

Hello! I'm wondering how can I put a header into my pdf file, cause i've tried the tutorials from here: http://itextsharp.sourceforge.net/tutorial/ch04.html And it have not worked. Ive done this: Dim head As New HeaderFooter(New Phrase("This is page: "), False) head.Border = Rectangle.NO_BORDER document.Header = head But VS2008 say...

Read pdf contents using webbrowser control in C#

I need to render pdf file to a webbrowser control like how ie render it. question is, i need to get the content of the pdf file from the webbrowser control. how can i do it? help please. Jepe ...

Saving a datawindow as PDF in PB 10.5

I have a grid datawindow with a picture in it's background (with dimensions of an A4 page) and I would like to export both data and the picture as a (single page) PDF file. I used several combinations of the following commands but at most I got a 0-sized pdf. //dw_1.Modify("Datawindow.Export.PDF.Method = Distill! ") //dw_1.Modify("Data...

Mercurial and Word or PDF documents

Hi, is it possible to use Mercurial version control to track Word or PDF files? Is there any limitation or problem? THANKS! ...

Free Java library for converting existing PDF to PDF/A

Hi. I am trying to convert PDF to PDF/A. Currently I can do this using OpenOffice pdf viewer plugin together with Jodconverter 2. But this is pretty cumbersome to do. Does anybody know of any open source / free Java libraries I can use to do this? I have found these open source libraries so far, but none of which has support for conv...

A PDF reader - please guide - a step by step guidance - reference to guidance-

I have to make a hardware project using a microcontroller, memory, screens, etc. Is it possible to make an independent PDF / documents reader, which is capable of running on battery power? Please note I don't want to use any technology which needs licensing. It must be all freeware readers, etc., and programing language can be assembly...

How to set interactive form field background color to transparent in PDF (by hand, no software)

I am modifying a PDF form by hand (in text editor) and so far it's been a lot less impossible then I expected (save for a few missing options that I thought would be obvious), but now I'm trying to a have certain fields have filled in values, and I'm stuck. Basically, if I set the value in the PDF using /V (some value) and then open the...

Django and Reportlab Question

Hello, I have written this small Django view to return pdf. @login_required def code_view(request,myid): try: deal = Deal.objects.get(id=myid) except: raise Http404 header = deal.header code = deal.code response = HttpResponse(mimetype='application/pdf') response['Content-Disposition'] = 'attachm...

Silverlight 4.0 PDF Viewer

Any free control to view PDF for Silverlight? or how to view pdf in silverlight from memory stream? ...

Highlight text in a pdf file embedded in a site using C#

I need to render pdf file in a webbrowser then highlight some words on it. How can i do it? any sure 3rd party dll that i can use for this? Thank, Jepe ...

Load PDF from Memory ASP.Net

I am using ITextSharp to generate pdf on the fly and then saving it to disk and display it using Frame. The Frame has an attribute called src where I pass the generated file name. This all is working fine what I want to achieve is passing the generated pdf file to Frame without saving it to disk. HtmlToPdfBuilder builder = new HtmlToP...

Which is best PDR parser ?

I want to parse the tabular information from a .pdf file,and want to display that tabular information in a datagridview in C#. What choices do I have? ...

Convert PDF File to HTML in C#

I had a problem highlighting text in a pdf file embedded in webbrowser control and highlighting text using PDFLibNet.pdfwrapper so i'm shifting to another process where i'll just convert the pdf to html so i can manipulate the source code to highlight text. How can i convert pdf files to html files? Is there a better way? Thanks, Je...

How do I show a PDF file on a web page and detect scrolling?

I need to allow users to upload PDF documents that other users will read. That isn't that big of a deal, but I also need to be able to detect the scrolling. I need to know when the user has scrolled to the end if nothing else. Is there a straight forward way to do this? ...

ABCpdf7 Not Rendering Images using AddImageUrl

Fairly exotic it seems to me. We recently upgraded/migrated from Windows Server 2003 to 2008, and now it seems that images cannot be rendered when using Doc.AddImageUrl(). (when the pdf is saved, the images appear at the correct dimensions, but the IE8 missing image x shows up). If I understand correctly, ABCpdf uses IE rendering intern...

How to embed PDF in a web page using Acrobat Reader instead of Acrobat.

I have a pdf form that uses Acrobat 8 features. The form contains Javascript that interacts with the hosting web page. Some of my Windows users have both Adobe Acrobat and Acrobat Reader installed, and need Adobe Acrobat to be the default handler for pdf files. The users with Adobe Acrobat 7 are unable to use the form, even though they ...

Extracting images from a PDF

Hello ! every one. I am having a little query regarding Extracting specifically images ( only images ) from a supplied PDF document in iPhone Application. I have gone through the documentation of apple - But I am failure to find it. I have done following efforts to have the Image from PDF Document. -(IBAction)btnTappedImages:(id)send...