Hi I want to create an attandence list from the student's database in PDF using PHP. I want the columns student.name, student_id, student_rollno and a column for sign for signing to be made as table in pdf. How can I do this?
...
I need to export the pages of an arbitrary PDF document into a series of individual images in jpeg/png/etc format. I need to do this in in Java.
Although I do know about iText, PDFBox and various other java pdf libraries, I am hoping for a pointer to some working example, or some how-to.
Thanks.
...
I am writing my dissertation and need to reproduce different short booklets (2-7 pages) that I have used in my studies.
Ideally, I would like to have each page of the booklet appear as a page in my dissertation, but enclosed within some frame and using my dissertation's page numbering, etc. I have the booklets in Word format but would...
Hey anyone know the best pdf toolkit for the following requirements;
Need to be able to convert HTML to PDF (including stylesheet)
Build up PDF ie, add text add checkbox etc etc
Needs to be able to run asp.net context
Needs to be able to run in desktop context
I know there appears to be loads out there but just thought someone could
...
Is it possible to search "words" in pdf files with delphi?
I have code with which I can search in many others files like (exe, dll, txt) but it doesn't work with pdf files.
...
There are quite a number of modules on CPAN relating to the creation and manipulation of .pdf files, and I'm hoping this community can save me some time going down blind alleys.
I am looking to create .pdf files from scratch, with only simple formatting such as bold/italic and left/right/center justify. Being able to use a template fil...
I have a word document which is a blank form. I need to be able to fill it in programatically using .NET, and print out the result.
The form I have is a word document but I could obviously convert this to pdf if need be.
Can anyone please help?
Thanks
Ronnie
...
I get a File via a HTTP-Upload and need to be sure its a pdf-file. Programing Language is Python, but this should not matter.
I thought of the following solutions:
Check if the first bytes of the string are "%PDF". This is not a good check but prevents the use from uploading other files accidentally.
Try the libmagic (the "file" comma...
I have an Oracle Report that must be in pure Black and White. It contains two images which have been converted into Monochrome bitmaps before being inserted onto the report.
When the report is executed, the resulting PDF appears to be in black and white. When I view the colour separations in Adobe Acrobat Professional, the image has C...
Can anyone tell me the set of control characters for a PDF file, and how to escape them? I have a (non-deflated (inflated?)) PDF document that I would like to edit the text in, but I'm afraid of accidentally making some control sequence using parentheses and stuff.
Thanks.
...
I'm wondering which is the best PDF creation library for PHP, mainly for creating PDFs from scratch (not as much HTML to PDF)?
I have worked with FPDF for quite a while now, but it's getting quite old and hasn't had much for updates. I found TCPDF the other day (thanks you another question on SO). It seems very good and is based on FPDF...
I have a form with 5 fields, two of which are textboxes extended with tinyMCE, the rest are simple inputs of type text.
I need to generate a PDF from this input. I understand that I can use Zend_Pdf to generate the PDF and include the plain text data. But how, for example, can I include a bulleted list from the tinyMCE fields?
Would ...
We are converting large PDF file using Adobe LiveCycle ConvertPDF service.
This works fine for smaller PDF files, but fails when we attempt to convert a large PDF file (around 150mb - don't ask).
It looks like Adobe sets the a transaction timeout around 14(?) minutes. As processing time for our huge PDF exceeds this time, operation is ...
I'm developing an web application using Flex and JSP.
I am having some performance issues with displaying multiple PDF files.
I am trying to display about 50-100 PDF files. I know that is a little crazy.
Hence, I made the project to convert PDF files to JPG format and display the JPG files.
I'm wondering if there is a way to decrease t...
I want to generate PDF by passing HTML contents to a function. I have made use of ItextSharp for this but it does not perform well when it encounters Table and the layout just gets messy.
Is there any free library available ?
...
I need to have the ability to convert and merge various documents into a single Pdf.
The documents could be of varying types, such as Word, Open Office, Images, Text, Web pages (by URL) and the PDF would usually consist of 2-3 documents.
At the moment, we are using BCL Technologies easyPDF with Microsoft Office installed onto the Serve...
Hello there,
does anyone know any good (as in native (not wrapping any external .exe etc), supported, documented and maintained) .Net library that allows me to transform single page .pdf files (1.4, non pdf/a) to .svg files?
Google spits out a gazillion results, but none of them are really promising from a real-life experience perspect...
I've scoured the Web looking for examples on how to do this. I've found a few that seem to be a little more involved then they need to be. So my question is, using iTextSharp, is there a fairly concise way to append one PDF document to another one?
Optimally this would NOT involve a third file. Just open the first PDF doc, append t...
I have a need to search a pdf file to see if a certin string is present. The string in question is definately encoded as text (ie. it is not an image or anything). I have tried just searching the file as though it was plain text, but this does not work.
Is it possible to do this? Are there any librarys out there for .net2.0 that will ex...
We write a software that create PDF files. How we can check if the resulting pdf files are PDF/A compatibility? Are there any test suite for it available?
It will be also nice to know if some other product like Open-Office produce PDF/A compatibility files.
...