how to set the labels of x-axis vertical in google bar chart
hi...i wana know how to set the labels of x-axis vertical in google bar chart.... ...
hi...i wana know how to set the labels of x-axis vertical in google bar chart.... ...
Hello, I have a QTCaptureView and Im trying to save the view as a picture. So far I have this: NSRect rect = [outputView bounds]; NSData *viewData = [outputView dataWithPDFInsideRect:rect]; [viewData writeToFile:@"/test.pdf" atomically:YES]; but for some reason when I save instead of seeing a picture of my vie (iSight Camera) I se...
Hey guys, before you guys say anything I have searched and can not find specific information on what I am looking for. I am looking to display a PDF in my winform application without dependancy. I know of a library (open source) that does this however, it is old. What I mean is that I want the render to be using the latest (or somewhat...
I'm looking for a library to help me convert DOC files to PDF using PHP. I'm also open to using an external website if this functionality already exists elsewhere, as long as this website has a programmatic API and is free. Any suggestions how to approach this? ...
Hi. I'm using the tcpdf PHP class for creating PDFs. Is there any solution to add tooltips to links? ...
Hi all, I am trying to count the number of times a string exists in a pdf file. I used the below code, but it is going in infinite loop. The problem is after finding the string after the last page,it comes back to 1st page and repeats all the steps again. Does anyone have a solution for this problem. Any help will be appreciated. Thank...
I need to create a pdf file from the HTML provided from database which was stored from a editor... i have to show the corresponding HTML with all the styles in the pdf...please help I have uses itextsharp method but i am not getting the correct content i provided in the editor when i convert it to pdf, Code i used string content ...
I have a simple WPF app that displays and prints some reports with a FixedDocument. How can generate PDF's from that, with a free and open solution, such as iTextSharp? ...
I got a weird problem. I have a program that (does many things but also) show pdf via axAcroPDF control. In the control, I hide the toolbar because I dont want the user to have access to them, so I made a Print button (the only feature I want them to have access). Now, I went throu the hell to find how to change the default printer beca...
Is it possible to convert a PDF page in to HTML format using any objective-c library. I want to enable the text selection on PDF files. ...
Hi Everyone, I am using Prawn PDF to create PDF files on the fly in my Rails application. I recently came across the rails cell.blank? function, which has proved to be really handy, I can hide any <li> rows I want if there is nothing to display - something I have been wondering about for a while! Is it possible to do the same in Praw...
Hey guys, Just a quick question (maybe not) I'm looking to add to my website a way for a customer to login and once logged in they are able to select their invoices which i will upload to my server. My question is what is the best way to go about storing the files and accessing them. i've done some googling and haven't been able to f...
Hi. I have a webapp that export reports in PDF. Everything is fine when the query returns less than 100 values. When the number of records raise above 100 the server raise a 502 Proxy Error. The report outputs fine in HTML. The process that hangs up the server is the conversion from html to PDF. I'm using xhtml2pdf (AKA pisa 3.0) to gene...
I have iTextSharp creating a pdf for me in VB.net. Everything was working famously, except now I want to embed an image. I tried this: Dim test = My.Resources.MyImage Dim logo = Image.GetInstance(test) This an error though: 'GetInstance' cannot be called with these arguments It appears as though it expects a path, and is getting...
I have a client that wants to put their course materials, which are already in PDF format into the iBook PDF section on the iPhone/iPad devices. I have loaded one of the PDFs and it looks great but the process is very manual and the end users are not very tech savvy or patient. Is there a way where I can provide a link on a website tha...
How do you generate ligatures in PHP tcpdf? ...
Hi all, This may be an oft-repeated question but I have searched and found no convincing answer. Is there any way or tool or library that converts a PDF containing images,text, etc to PS(PostScript) ? Any help would be greatly appreciated. Regards p1nG ...
In this case I have XML data source and external images files whole together representing products catalogue. The basic structure of XML document is following: categories subcategories products I'm looking for a tool to convert described data source to pdf document, preferably with basic navigation functionality and hierarchical stru...
My question is about generating invoices and receipts. The said bills use rates, names and values from a database. If the sources for generating the receipt stay unchanged, one can generate the same receipt dynamically each time. However, since names, rates and values may be changed or removed, the receipt also changes with time, i.e dya...
I am currently building a small search engine, in which the user types in a couple of keywords. I have a set of PDF files, which I first convert to text. Then I search through the text to see which documents have any one of the keywords in them. My goal is to highlight the keywords in the documents when I display them to the user. I am ...