I\'m currently using Kramdown to开发者_开发问答 generate HTML from Markdown in Ruby. I know that I can generate a latex file using kramdown and convert it to pdf usaing a command line utility. But I w
We are getting a lot of requests for an eBook version of our database driven iOS application, and I am trying to figure out the easiest way to automate creating this as part of our XCode build process
I have a .htm 开发者_运维知识库page where the design is in the page with css files. and now i want to create this .htm page to PDF document.
Using the CoreGraphics framework is tedious work, in my honest opinion, when it comes to programmatically drawing a PDF file.
I am searching for a tool for ruby, that allows me to: Create pdf with images, texts and barcodes (I use barby). This document has a very precise specification – all elements have to be placed corr
I 开发者_运维技巧have created a pdf in php.To view the next page i have to scroll down and i would like to change this.Is a technique that can allow me scroll from left to right to see the next page a
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am creating a PDF file within Coldfusion 9 by merging several PDF files together into one and then offe开发者_StackOverflowring the resulting file as a download to the user. I need to be able to mak
I\'m using abcpdf and I\'m curious if we can we recursively call AddImageUrl() function to assemble pdf document that compile multiple urls?
I am downloading a PDF from my server. I set the \"Content-Disposition\" as \"attachment\". Its working very fine is Firefox. But in IE8 its displayed as inline. Any quick pointers to resolve this iss