pdf

JSP to PDF Conversion

Hi Friends, I am Shrikant. I am facing the problem of JSP to PDF Conversion.Here I am developing an web application in which their is a functionality SAVE AS PDF. When we click on that button or link i want to convert JSP pages to PDF format. Eagerly waiting for your help.If you have any ideas please suggest me. ...

Get username using javascript in pdf

I was wondering if it was possible to grab the username of the account logged into the computer. I wanted to print the username of the person that is printing out the pdf file. I was thinking about trying to grab the %username% environment variable. Does not seem to be possible. ...

iTextSharp & Windows

Is there a way to convert from iTextSharp Document class to System.Drawing.Printing.PrintDocument in c# so i can give print facilities to user? thanks ...

How do I print a partially transparent image to a PDF Canvas using Delphi?

My program needs to output a (fairly complex) form to the printer, including several images. I’m currently doing this using Delphi (2006)’s Printer.Canvas, after selecting a PDF printer (PDF995). This works like a treat. However, I’m now running into a problem: there’s one partially transparent image that needs to be placed on top of ...

printing to pdf

The existing system has many reports . Using a free pdf printer like dopdf or cutepdf the user can open the report , choose the pdf printer , type in the filename and save the report as a pdf file.This seems a bit tedious It would be nice to have the report directly saved as a pdf file just on click of a button. Unfortunately the report...

FormCalc round to nearest quarter hour

I have this time sheet that has four "In" and four "Out" columns,and calculates hours worked in a two week pay period. There is a column on the right that calculates the hours worked for the day (see script below). I need it to round to the nearest quarter hour i.e., If an employee arrives or leaves between: ":00" to ":07" minutes afte...

Javascript and CSS Lightbox that can view PDFs

Has anyone ever found any lightbox type javascript / css code that can display PDFs? I have tried many libraries and none have worked for me. The environment needs to be IE6/IE7 compatible. I am looking for something similar to this: Lightbox 2 ...

Advanced report generation library

Anyone know of a reporting library for Delphi Win32 (or possibly in C#/.Net, Java) that provides the following types of features in a page formatting mode (I am not looking for a banded report writer). This is not an exhaustive list, merely some of the key areas of interest. Tables Column and row spanning Rich formatted content in ce...

How to digitally sign a PDF(or another document) in Java ?

What libraries can be used to digitally sign documents in Java? ...

How to extract data from a PDF file while keeping track of its structure?

My objective is to extract the text and images from a PDF file while parsing its structure. The scope for parsing the structure is not exhaustive; I only need to be able to identify headings and paragraphs. I have tried a few of different things, but I did not get very far in any of them: Convert PDF to text. It does not work for me a...

Using a Word document as a template for an SSRS report?

Greetings. I've got a few Word documents that I need to send as notifications when something happens. I've got to fill 10 parameters or so from our SQL Server database. Note that I don't need to send them as word documents, PDF will be fine - I was just given them in .docx form. Now, I immediately thought SSRS was the way to go here....

Check if a pdf file is valid using PdfBox by Apache

I am using PdfBox in Java to extract text from PDF files. Some of the input files provided are not valid and PDFTextStripper halts on these files. Is there a clean way to check if the provided file is indeed a valid PDF? ...

Querying PDF's using command line?

Recently I came across command line to find damaged JPEG here at http://www.commandlinefu.com/commands/view/2352/find-corrupted-jpeg-image-files. If there are some commands related to PDF I will be happy? often I play with PDF for many reasons. Finding number of words? Finding Number of Lines? Finding Number of Pages? Is is possible? ...

How can I convert a Html file to a pdf file in Delphi

Which library or component can do this in a easy way and not too expensive. Edit: Oeps: I should have informed you that it is web app. and we can't rely on the the user have PDF driver installed. ...

How to get Text Field rotation with iTextSharp

What I need to do is query an iTextSharp AcroField to check if it is rotated, and if so capture the value of the rotation. So If I have the following field: Dim af As iTextSharp.text.pdf.AcroFields = stamper.AcroFields Dim afi As iTextSharp.text.pdf.AcroFields.Item afi = af.GetFieldItem("fieldName") What do I need to do to get the ...

PDFLib in PHP hogging resources and not flushing to file.

I just inherited a PHP project that generates large PDF files and usually chokes after a few thousand pages and several gigs of server memory. The project was using PDFLib to generate these files 'in memory'. I was tasked with fixing this, so the first thing I did was to send PDFLib output to a file instead of building in memory. The pr...

snapshot image from PDF document

I want to make a snapshot image from an arbitrary page (i.e. not necessarily the first) in a PDF document. Any free tools for this? I'm using Delphi. TIA Steven ...

Convert PDF to HTML

What is the best solution to convert PDF documents to be viewed in the browser as HTML? The site has several PDF documents and the visitor can click on view as HTML and this should be viewed on the screen as an HTML file. Standard website running PHP, Linux, Apache. ...

Insert an image into a pdf

How do I insert an image into a pdf file? ...

Filling a form with C#

I am researching filling out a form programatically. I have seen this question which is pretty similar to what we want to do. But I have a few other questions. Is there any examples of this online to get me started? We have some areas where we have circle this option or X that option. How would that be handled? The form itself is in ...