pdf

Generate PDF from ASP.NET from raw HTML/CSS content?

I'm sending emails that have invoices attached as PDFs. I'm already - elsewhere in the application - creating the invoices in an .aspx page. I'd like to use Server.Execute to return the output HTML and generate a PDF from that. Otherwise, I'd have to use a reporting tool to "draw" the invoice on a PDF. That blows for lots of reasons,...

displaying pdf on a website

We want to display a pdf-file on a webpage. From what i can think of i see two possible solutions, displaying the file with some kind of pdf reader(maybe in flash?) or converting the pdf-file to html before displaying it. How would you proceed to solve a problem like this? Which would be the preferable method? ...

How to insert and read a pdf file to Sql Server 2005 database using C#

Hello, can anyone say how to insert the pdf file into sqlserver 2005 and read the pdf file from sqlserver... Thanks in advace ...

jpeg to pdf java library

Do you know of any jpeg to pdf, open source if possible, library for Java? ...

Break the PDF document after 100 pages

I am working with Jasper and iReport tool. One of the requirements the client wants is that the PDF file will be generated to a 100 page document only. Could you please help me? How can I generated the 100 page PDF document? ...

Saving a photoshop document as a .pdf results in blurry / pixelated images

Hi All, I am using Photoshop CS2 to design a leaflet which is intended for distribution by email as a .pdf. My document is 72 dpi, which i believe is a suitable default for non-printing use. There is one image in the document, a logo, and this is always appearing pixelated in Acrobat reader when i save the doc as .pdf. It looks fine in...

toolkit & methods for extracting text bounds in 'searchable pdf'

I have a "searchable pdf" aka 'image files with invisible but selectable text'. (When this file is opened in Acrobat, I am alerted "You are viewing this document in PDF/A mode.") I need to extract the bounding rectangle of each word in this document. Any suggested toolkits and the methods for accessing the "invisi-text" words' boundin...

how can i show doc or rtf or pdf in flash player or in none editble format

Hello i need to show in my web application document that is in pdf or rtf format in some kind of none edible format that can't be changed and cant be downloaded the perfect candidate is the flash player , but i know the tool that converting pdf or rdf to swf is not free. im looking for free solutions , does not have to be flash . ...

PDF to text tool or Java library?

I need to convert a PDF to normal text (it's the "statement of votes" from our county registrar). The files are big (2000 pages or so) and mostly contain tables. Once I get it into text, then I'm going to use a program I'm writing to parse it and put the data into a database. I've tried the 'Save as text' function in Adobe Reader, but it...

How can I make a pdf from a crystal report?

How can I make a pdf from a crystal report in C# code (I don't want to see them)? ...

Read pdf uploadstream one page at a time with java

I am trying to read a pdf document in a j2ee application. For a webapplication I have to store pdf documents on disk. To make searching easy I want to make a reverse index of the text inside the document; if it is OCR. With the PDFbox library its possible to create a pdfDocument object wich contains an entire pdf file. However to pres...

How do I replace outbound link URLs in a PDF document, using PHP

I have a PDF document with some external links. I'd like to parse the document, replace the destination of the links then close (and serve) the PDF document, all using PHP I know I can do this with PDFLib but I don't want to incur this cost. I could re-write the document with FPDF or DomPDF, but some of these PDFs are quite complex so...

Is there a free way to convert RTF to PDF?

How can I programmatically convert RTF documents to PDF? ...

Does this tool exist for any PDF viewer/reader?

If you use google toolbar in your brower, you know what I am talking about. When the translator is enabled, it gives you the definition of a word when you move your mouse over the word. I am wondering whether a similar tool exists for PDF viewers. If it doesn't exist, how hard is it to create one? I am aware that in Adobe Reader you ca...

ImageMagick/Imagick convert PDF to JPG using native PHP API

I’m attempting to convert PDF files into PNGs. It works great from the command line (I do have GhostScript 8.64 installed). But from PHP I’m having a problem: code: $im = new Imagick($pdf_file); // this is where it throws the exception below output: Fatal error: Uncaught exception ‘ImagickException’ with message ‘Postscript delegate...

<div> layer on top of PDF.

So, the problem I face is like this: I have a layer, which it will be placed on top of a pdf on the page. The PDF is either using to embed, or iframe to include it. However, CSS style doesn't apply on PDF (because it is a plug-in? ). Therefore, even I put z-index:1000 for the , that layer still goes behind the PDF. any idea how to fix ...

Barcode doesn't display in PDF using iText

I'm using iText to dynamically generate PDF docs. Now I'm trying to dynamically create a barcode in this PDF. Adobe Live Cycle has a barcode function built-in. You can just drag the barcode text box on the page and it's created. Problem: I placed the barcode field in the PDF. Then pass a number to the barcode field from the JSP page. Bu...

Spring MVC with an externally rendered PDF as the view

Is there a built-in mechanism in Spring that would allow me to display an externally rendered PDF as a view? I've fetching PDF via a webservice (returned an attached DataHandler) so I'm not looking to subclass AbstractPdfView to render PDF. This isn't a hard problem to solve on its own; it would be easy enough just to write the PDF to...

Generation PDF from HTML (component for .NET)

Can you please point me to open source or a reasonably priced comercial product capable of generating PDF from HTML? ...

web based form to collect data and populate to a fillable PDF

Is there a script that anyone can suggest that would allow me to create a HTML or PHP web based form to collect data and save that data. the call the data to be populated in a fillable pdf? ...