Hi folks,
I am currently looking for open-source pdf generation (and manipulation) library written in C. I found libHaru which seems to be quite nice. I actually do not need all the features of pdf and libHaru seems to be very low-level. Are there any good alternatives you could recommend and that are maybe a little bit more abstract?
...
I'm trying to render a HTML table of tabular data in Flash. Are there any widgets out there to do this?
Ideally I would also like to save the contents of the table as PDF.
Any suggestions?
...
I am trying to extract text from PDF files using Perl. I have been using pdftotext.exe from command line (i.e using Perl system function) for extracting text from PDF files, this method works fine.
The problem is that we have symbols like , and other special characters in the PDF files which are not being displayed in the generated txt...
Hi
I'm embedding a PDF in a web page with the following html :-
<object id="pdf" classid="clsid:CA8A9780-280D-11CF-A24D-444553540000" width="1024"
height="600">
<param name="SRC" value="/GetDoc.ashx?SOID=<%=Html.Encode(Model.OrderID)%>" />
<embed src="/GetDoc.ashx?SOID=<%=Html.Encode(Model.OrderID)%>...
Is there an add-on or a config setting that will allow Jmeter to Render PDF output?
I am testing a web tool that exports report data to various outputs (excel, pdf, csv, etc.) and would love to setup an assertion to verify all outputs return the same value. The hitch is that Jmeter can't render pdf.
Any thoughts?
...
I need a way to count the number of pages of a PDF in PHP. I've done a bit of Googling and the only things I've found either utilize shell/bash scripts, perl, or other languages, but I need something in native PHP. Are there any libraries or examples of how to do this?
...
I have several copies of the same PDF file. These copies have annotations in it (Rect type with pop-up comments).
I want to know if I can get all these annotations from these copies and aggregate them into a single master copy using CAM::PDF (or another free tool).
an example to illustrate:
I have file1_userA.pdf and file1_userB.pdf. T...
Does anyone know of a solid non-encumbered suite of XSLT sheets that can generate PDF via an XSL transform?
I really like XSL transforms, I use them to make HTML output from dbms's.
Now I have some data in a DBMS that I like to generate PDF output from. I've not written a dbms to XML script yet for this data, so I have no commitment to...
I am using Flying Saucer (xhtmlrenderer) to create a PDF that contains a hyperlink. When the PDF is viewed in Adobe Reader it looks as expected, but when viewed in Preview.app on the mac it displays a thin black border around the hyperlink.
How do I get Flying Saucer to render the PDF such that this border is not displayed?
From some f...
I will soon be working on 'Print' and 'Print Preview' features of a product I am working on. I do not own a printer nor do I have any intention of buying one. I am looking for any free software which I can use to test my printing code.
What are the best free options I can use to emulate a printer? I am using GDI+ on Windows but platfor...
I know Safari will display them, but I want the text to wrap, I don't want to horizontally scroll or zoom in.
Is there an application to convert PDF files for viewing on small screens?
...
If I have an existing PDF that has a graphic on it, and I simple want a user to be able to click a point on the pdf, and drop a letter at the point the click, like A... B... etc. I'm thinking that ITextSharp could handle something like this, but frankly, I'm not sure how to accomplish it. Can you offer some guidance?
...
We've been using a free commandline utility called PDFTK which we make a system call to from a Ruby on Rails app to split PDFs into individual pages. However, it only supports PDF Version 1.4 and back.
Can anyone recommend another utility or gem/Rails plugin to similarly manipulate later version PDFs?
Thanks
...
In a Flex/AIR application, I need to create snapshots (like big thumbnails) of local PDF files (one per page, if indicated).
Ideally, I would like to do it all on the client side (PDF is a public specification, albeit a REALLY COMPLICATED one).
I have read about an "Adobe plug-in" but I cannot find a specific piece of software that mak...
Hi! How can I generate metrics file for font using iText? I need to append new font to pdf I generate using iText, I found that I need a metrics file for font to do that...
...
I tried to print a PDF document from Java using PDFRenderer and ICEpdf.
In both cases some of the text came out rotated in 180 degrees while the images stayed correct.
With PDFREndere all the text is rotated and in ICEpdf only some of the lines.
Any idea why is this happening?
...
What I want to do is pretty simple: given a PDF/PS/DjVu file containing a paper/book, find the authors and title of the paper (any other metadata would be good, but less needed). This recognition doesn't have to be perfect, but I'd like to make it as good as I can. I am looking for open-source .NET and/or Java libraries (preferably .NET)...
how can i convert a pdf file to other formats such as image format?
...
How to convert html to pdf.Show outupt result UTF-8.I use html2pdf libary.This libary don't support utf-8.Please tell me which libaries i use and how to solve this probleam.
...
I'm currently on a php project in which the pdf files can be able download generated from (html content) server side backend. I've already tested html2pdf librairy and I've found it is not a right choice for me because it doesn't support utf-8 format. When I tried with utf8_decode(), described in their documentation, the problem is just ...