I\'m trying to take a generated html file and convert it to PDF on the fly with PHP. It\'s going开发者_开发技巧 on my localhost and staying there so for the PDF conversion I\'m using a Mac OSX utility
i am trying to g开发者_如何学JAVAenerate a pdf file using itextsharp in asp.net c#. I came across table concept in itextsharp n i am trying to use it ie my application. I am having the following prob
In our company, we develop a program for our clients that takes files and transfer it to us. We need to support many types of files to silently convert to pdf (for signing). We\'ve used, until now, p
I am running an app I have developed in JSF/Java and as soon as I got JasperReports ExporttoPDFFile to start working and ran the app, the jrxml is compiled and displayed, then exported to a pdf file,
I am having this开发者_开发问答 problem uploading PDFs to site. I try it on one a computer, OS X,the mime/type is application/unknown. But when I try to upload the PDF from another mac, after sending
I\'m having issues trying to figure out how to generate on server side a PDF from a javascript-heavy webpage that is served from Tomcat (the application is Pentaho CE). The content is a dashboard that
I need a low level OLE control for reading, creating and modifying pdf files. I will use it with Visual FoxPro. By low le开发者_开发问答vel I mean that I won\'t need any extra software to install on t
I want to change a s开发者_StackOverflow社区pace between lines in document with PurePDF but i cannot find a way to do it. I used Chunk and Paragraph for output text but they haven\'t any properties to
I want to generate crystal report in pdf format. I had done the same thing by passing one parameter. But this time I want to pass 10 parameter. I followed the same thing what I did for passing one par
I am generating a pdf file in asp.net c# using itextsharp. i am not able to draw a horizontal line/verticle line/dotted line.