Hi Kurt, I did mean PPS. The reasoning behind trying to use this is that we have about 300 reports and currently we can use iReport to maintain them. So when...
Hi Just wondering what support pdflib has for vector graphics? We have a project where by an image has to be embeded but it must be a vector graphic that has...
Barry, I have little experience with SVG, but I do believe tht PDFLib does not "support" svg directly. {Searching the documentation for "SVG" returns zero...
http://BDSM-english1.sexycontact.cn ____________________________________________________________________________________ ¡Buscá desde tu celular! Yahoo!...
http://GAMES-GIFTS1.001BUSINESS.CN ____________________________________________________________________________________ ¡Buscá desde tu celular! Yahoo!...
We have been using PdfLib 6.0.1 to create pdf forms and have had great success. Now I would like to have fields where the user can input data and have the...
Lou, What wiki are you referring to in your last paragraph? I'm very interested in any possibility to include vector graphics in documents generated by PDFlib....
Leo R. Lundgren
leo@...
Sep 5, 2008 10:01 pm
18937
This isn't svg, but it is vector. It creates the xml, which is saved to the server, but you can also export the xml that it created and import into a blank...
Hi, just some thoughts. Instead dealing with any font conversion, I would highly recommend to update your used GhostScript version to the latest version: ...
Hi, I just started using PDFlib 7.0.3 for .NET and I have a problem with it. I'm using the option "topdown" so I don't have to recalcualte all my coordinates...
cremor
cremor@...
Sep 9, 2008 12:52 pm
18944
Hello, ... "errorpolicy" was introduced with PDFlib 7.0.0 so I assume you have installed an older version within your PHP. If so, it's highly recommended to...
Hi, ... this is as documentated. From the PDFlib 7 Tutorial, chapter 3.2.1: [snip] - When the manual talks about »lower left« corner of a rectangle, box etc....
Hi, Thanks for your reply! ... Yes, I read that in the tutorial. So there is no way to automate it for rectangles? ... Hm, that's not working for me. I can...
cremor
cremor@...
Sep 9, 2008 1:41 pm
18948
... no, for rect you have to work with "-" for the height. ... my hint above works only without the boxsize option. ... I think you use the wrong fitmethod....
Hi, Thanks again for your very fast replies! ... Ok, then I'll use the negative height. Not a big problem for rectangles. But PDFlib doesn't allow a negative...
cremor
cremor@...
Sep 9, 2008 2:38 pm
18950
Aah, that'll be the root of the problem. I'm running Xampp on a thumb drive, though, so I have two questions; will my setup need recompiling and will pdflib...
Hello, I'm working on a Mac with Mac OS X and Parallels Desktop. In Parallels Desktop I installed Ubuntu 804 with Gnome-desktop, Apache2, PHP5, MySQL. This...
Benedikt Quirmbach
benedikt@...
Sep 10, 2008 12:56 pm
18952
With Adobe Acrobat 9, we can include flash video clips (swf & flv) in Acrobat files. I'm trying to do the same thing but with (pdflib), but without success. I...
I have a question on importing images. The original image is a very high quality logo, but when I bring it into the PDF, you can see that it really depletes...
Mr. Meat, I wonder how you are loading the image. Also, in terms of the quality, this is subjective to the original width and height of the image, vrs what you...
I really don't know if there is any workaround for it, but spontaneously I'd guess that you either need to raise the PDF version of the document you're...
Leo R. Lundgren
leo@...
Sep 11, 2008 5:21 pm
18959
How can I tell what version of pdf it needs to be?...
In order to match the template PDF with the one you're producing you need to figure out what version the template one is, yeah.. You could do it with Preview...
Leo R. Lundgren
leo@...
Sep 11, 2008 5:41 pm
18961
Hi, ... please see our PDFlib cookbook example: http://www.pdflib.com/pdflib-cookbook/pdf-import/pdfmerge-with-adjusted-pdfversion/ where we demonstrate how to...