prepopulating PDF forms in PHP using FDF or XFDF
I have a XFDF PDF created for me and want to populate the fields in this XFDF document. I am using PHP 5.2 Any ideas? THanks :) ...
I have a XFDF PDF created for me and want to populate the fields in this XFDF document. I am using PHP 5.2 Any ideas? THanks :) ...
My organization is considering PDFlib for dynamically creating PDF files (http://www.pdflib.com/) in our Java (Spring/Tomcat) environment. Does anyone have experiences that they can share about the pro/cons of this Library? ...
If I have a PDF file with objects (text, line-art) in a specific RGB color, and I want to convert those objects to have a specific CMYK color, what libraries are available that will let me do that? Note that I don't need the ability to "map" from arbitrary RGB values to a "suitable" CMYK value - those values are pre-determined. .NET/C#...
When you create a PDF is the default printer used at the time it is created to determine how to format it for pages and margins? ...
Hi there folks, I'm stuck with the following problem: I can watermark any PDF already, and the images inside, everything ok, but now I need the watermark only showing up when the PDF is printed... Is this possible? How? I need to do this programmatically of course... I'm really stuck and running out of time, any help will be highly ...
I'll be writing a script to parse text documents into a MySQL database. I'll be converting PDF's to text with a separate utility. These PDF's will be submitted via e-mail attachments. I'm looking to see if I can do this with PHP since that's the server language I'm most familiar with. Second choice would be Perl, but I'll take your r...
I want to open PDF file with PHP. Don't want to use Flash. Like google doc viewer. I just want to open PDF file. Can I do with PHP ? ...
I want to generate a technical report from lisp (AllegroCL in my case) and I studied various packages/project to help me do this. Requirements: Need to generate a PDF May create an intermediate format like RTF, Restructured TEXT, HTML, Word DOC or Latex Need to be flexible to be able to add content throughout my application Need to ...
Obviously, I want to avoid raster images as intermediate step. ...
we have a requirement to protect pdf files using a password, are there any java based open source tools which will help us in this regard? ...
I am generating a pdf output with pdflatex with the following command in gVim: :!pdflatex % This command in turns executes the following in the Command Prompt: cmd.exe /c pdflatex /testvim.tex Now, the problem I'm having with this is that the pdf is outputted to the system32 folder: C:\windows\system32\testvim.pdf How can I in...
I am looking for some way to code a function (I'm open to any language or library at this point) to take an already existing PDF file as input and return a modified PDF file that links certain words to different URLs. I know PHP and ColdFusion both have good tools for dealing with PDF's, but I haven't been able to find anything that wor...
Basically i want a library for PHP that i can use to generate vector based graphic files like svg or pdf. it need to be able to output path and not pixel based results. for example i want it to use like generate_circle($radius) etc ...
I’m starting a project in flash AS3 and my objective is to load any pdf file into my flash project and convert all its pages to BitmapData... I am familiar with byteArray and I know I must access the pdf in binary level but I don’t know where to start and how to start. I was hoping if you could give me some insight? Maybe a suggestion ...
I'm populating PDF's via FDF (& php) and for the most part it works fine however some users are getting either a "Acrobat cannot open "Acrxyz.tmp" (or a "Reader cannot open "xyz.tmp", in some cases). I've found info about possible causes surrounding: apache "MOD-Deflate", IE Cache and Volatile memory & "fdf_close" among other things.. ...
I saved a file from Photoshop (Mac) as a PDF, and everything was going fine. Unfortunately, when I opened the PDF file on a Windows machine the text was very jaggy (not just typical Windows text) and everything looked wrong, some text was a different color, etc. What's going on here? I thought PDFs were supposed to look the same for eve...
I am trying to use AlivePDF to save a chart into a .pdf file. However, when I try to save my chart, it ends up clipping half of the chart in the pdf so it isn't even fully visible. It seems that the screencapture that AlivePDF took to generate my pdf was too small. I am trying to get a chart from a sample to work with sample code for ...
I am trying to open a PDF document to display within IE6. I am using the following snippet: response.ContentType = healthMedia.MediaKey.MimeType; response.ClearHeaders(); response.AddHeader("Content-Disposition", "inline; filename=" + mediaKeyId); int contentLength = healthMedia.Content.Length; response.AppendHeader("content-leng...
Hi, I am using SQL Server Reporting Services 2005 - I have created a portrait A4 report 8.5in by 11in. The report consists of a header, body and a footer. The body consists of a number of textboxes in a 2 column layout and underneath them a matrix placed onto a list. The matrix consits of 2 fixed rows (with 1 fixed textual column i...
Hi, I have many pdf files, i need to maintain all pdf files in any free tool with bookmark option. i.e If i bookmark a page with Name and when i click that bookmark "Name", Respected pdf need to be open and show the bookmarked page. ...