pdf

How to process values entered into an interactive PDF form on the server?

A client is asking how to create an interactive PDF form with functionality that allows the values entered into the form to be processed on the server. From what I've read, the best way to do this is to program the submission by embedding javascript into the PDF file via Acrobat, then writing code on the server side to handle the submi...

Ghostscript ERROR: /undefined in --get--

I'm trying to use Ghostscript in CentOS. When trying to issue the following Ghostscript command ghostscript -sDEVICE=pcx256 -r150x150 -sOutputFile=OUTPUT_FILE INPUT_PDF I am getting the following error: ESP Ghostscript 815.02 (2006-04-19) Copyright (C) 2004 artofcode LLC, Benicia, CA. All rights reserved. This software comes w...

Ansi C & C++ free e-book source for download

Hello every one, I am failed to find out the free e-books for c & c++ language. ( Specially e-balagurusami if possible ) Actually, I wanted to give this books for trainees for study & revision. Would you help me to find the e-books for this? Thanks in advance for helping me. Sagar. ...

How to check if pdf was modified

I have a pdf generated by 3rd party system. Using pdf editor or els software I have modified it. Is it possible to detect if pdf file was modified, without original file? 0 vote down check I will add some more details. There is no encryption and no signature features. Document is created by IT system. User receives document and mo...

How I can export a datatable to excel 2007 and pdf from asp.net?

I have to make reports with graphics in Excel and PDF from data in a database in an asp.net app. I don't want to use com objects so I have been using Open Xml Sdk to build the excel file from a template file and redirect the response to the new file generated but I don't know how to make the PDF file... I accept any comments about how I ...

i have hundreds of thousands of pages i need to scan and document

i have many documents that i want to scan. every document will have about 10 different meta data tags by which i want to be able to search. so maybe i am thinking of getting a huge scanner, scanning everything in, but then how do i label evverything? i guess i will turn them into pdf files and i will put them in a mysql DB? what is the ...

Controlling PDF margins for printing labels

My application currently generates a report using the local ReportViewer control which the users then export into Excel from where they can do a label mail merge. I've been asked to see if we can make this process simpler and generate a PDF of labels directly. I've read on here that it may be possible to layout a ReportViewer report so t...

How do you do real time document tracking?

I was considering diff Document Tracking options and came across DocTracking.com. DocTracking.com allows you to upload documents (PDF Word etc) and adds some kind of invisible tracking to it and returns the document to you which can then be used just like you would use the document otherwise. This tracking tells you when your documents w...

(python) text-mine PDF files with Python?

Is there a package/library for python that would allow me to open a PDF, and search the text for certain words? ...

Get number of pages in a pdf using a cmd batch file

I can see there are a lot of questions for getting the number of pages in a a pdf with c, PHP and others but am wondering with a batch file or cmd is there a simple way of getting hte number of pages? ...

Export a .NET WinForms Form to PDF?

Hi there. I have a .NET WinForms containing a few user controls. these controls usually contain either a RichTextBox or similar text controls (also 3rd party grid, XtraGrid suite, but those have the feature i want). I want to export the form the same way it looks to a PDF document. I've seen several libraries and general PDF creation f...

Using XML, XSLT and c# to create an RTF or PDF

EDIT: User has informed me that he will accept PDF format also I have to create a simple RTF or PDF document in server side code and save on a network driver for future downloading. The letter will be populated from info that I have stored in a SQL Server (2005). I access the databse using a Linq-to-Sql model. The document will be ...

GroupLayout-like library for iText

Hi. I was wondering whether there is a library that would provide javax.swing.GroupLayout-like ability to lay-out things (e.g. text boxes)? Or Maybe PDF itself supports such layouts? Some GroupLayout links: http://java.sun.com/docs/books/tutorial/uiswing/layout/group.html http://java.sun.com/javase/6/docs/api/javax/swing/GroupLayout.htm...

Generating large amounts of PDF Docs from templetes

Where I work we get PDF templetes from our clients and we convert them into html templates that we can change out tokens in the page with other info and mail them out to their clients. The reason we convert them into html is because the text can wrap if any of the info is too long. The process can be slow since we can only do 1 at a ti...

PDf to String in Java

What is the easiest way to get the text (words) or a PDF doc as a one long String or array of Strings. I have tried pdfbox but that is not working for me. ...

Generate PDF From Rendered Web Page (HTML and Flash)

I am trying to generate a PDF from a web page (or series of web pages). The pages contain, not only HTML/Javascript, but also Flash images (graphs/charts/etc). I have been searching diligently for a library (.NET), but I have still to come up with something that works. (Note: I did find Winnovative's solution, but that has a different...

ASP.NET - PDF Component in Medium Trust

Can anyone recommend some ASP.NET-compatible PDF Components that work in a medium trust environment? I read that ITextSharp works well, but coming from ABCPdf and ASPPdf, the thought of compiling the entire PDF in code is very daunting. Ideally I'd like to use something like wkhtmltopdf to simply convert HTML pages to PDFs (but of course...

javascript for searching Text in PDF File Open in Browser Window

Hello, can u help me in giving code for "javascript for searching Text in PDF File Open in Browser Window". ...

What is a good library for creating PDFs in Delphi 2010?

What is a good library for creating PDFs in Delphi 2010? Pre Unicode I used PowerPDF, which though obsolete, was flexible enough to do what I wanted to do (very customized non-db/table based reports) I currently have PowerPDF compiling in Delphi 2010, but not yet working, and I'd rather not port and debug if there are any good Open Sou...

convert HTML ( having Javascript ) to PDF using java / javascript

Hi, i want to convert HTML (having javascript ) to PDF.. how i can do that ?? i just want to show what is being shown in web page ... like my scenerio is . i am displaying a gantt chart that is generated by javascript library .. now i want to save that HTML web page in PDF ... how to do that ???? ...