pdf

Is there a command line C++ to PDF converter with syntax highlighting?

I need to supply "Source code documents w/ Line numbers" which is essentially just a PDF of the source code with syntax highlighting and Line numbers. Is there any existing command line tools for windows that I could call from a script as a "build release version" script? Right now I'm doing it manually using VC++, which isn't even the...

Opening a PDF in Safari on the iPhone

Is it possible to open a PDF from a website in Safari in order to save it to local disk? ...

Solving iPhone/iPad out of memory issues

I have a strange issue where I'm scrolling through a paged UIScrollView which displays the pages of a PDF document (using Quartz 2D and CATiledLayer). When I page through memory allocation looks fine with it going up with a few initial pages and then keeping it steady as it obviously releases the memory kept for earlier pages. Upon hitti...

PDF renderer for iPhone app

Hello guys! Mayb do you know a good open-source pdf renderer for objective-c? :) ...

android webview pdf

I want to display pdf contents on webview. Here is my code: WebView webview = new WebView(this); setContentView(webview); webview.getSettings().setJavaScriptEnabled(true); webview.loadUrl("http://www.adobe.com/devnet/acrobat/pdfs/pdf_open_parameters.pdf"); I am getting a blank screen. I have set internet permission also. ...

Linux PDF/Postscript Optimizing

So I have a report system built using Java and iText. PDF templates are created using Scribus. The Java code merges the data into the document using iText. The files are then copied over to a NFS share, and a BASH script prints them. I use acroread to convert them to PS, then lpr the PS. The FOSS application pdftops is horribly ineff...

Javascript floodlight tracking iframe leaves browser window blank, please help!

Hello, I have been asked to implement a javascript floodlight tag onto my site which is to be called everytime a customer downloads a pdf file. I have tried to implement this as follows: <script type="text/javascript"> function appForm() { var axel = Math.random() + ""; var a = axel * 10000000000000; document.write('<IFRAME SRC="htt...

Obey the MediaBox/CropBox in PDF when using ghostscript to render a PDF to a png

I've been using ghostscript to convert my single figure plots rendered in PDF to png: gswin32c -sDEVICE=png16m -r300x300 -sOutputFile=junk.png -dBATCH -dNOPAUSE Figure_001-a.pdf This works in the sense I get a png out and it contians the plot. But it contains a huge amount of white space as well (an example source image: http://cdsweb...

vb.net pdf reader load problem

From the tools menu I have done right click>choose item>COM (tab)> and ticked adobe pdf reader. From here I simply dragged the pdf tool onto my form. That's all I've done. Now on form load it throws a bug. "InvalidOperationException was unhandled" hovering over the message it says the following, An error occurred creating the form. ...

How to get text font in pdf

Hello i am using itextsharp and i am trying to get all the fonts of the given string in pdf file is this possible if it can be done in any language i please tell me Thanks ...

iPad UIWebView PDF rendering is giving me weird visual artifacts

I am having some difficulty using a UIWebView to render PDF files on the iPad. Everything works fine in portrait mode, but turning the device to landscape produces strange visual quirkiness. Zooming in (but not out) even the slightest will correct it, but obviously that's not an ideal workaround. The issue occurs with any PDF file (I ha...

trying to find php library to convert pdf to chm

is there any library or PHP project to manipulate pdf and change it into chm format ? ...

view Large PDF file in iPhone SDK

I have followed some tutorial that teach me how to view PDF file in UIWebView, however I found that if the file size is large, it will be lag when I zoom the PDF, but it doesn't occur in Mobile Safari. So anyone know how to solve it? ...

iPhone email PDF refresh

I email out daily sales reports via SQL Server Reporting Services. However, a few users receive on iPhones and the reports don't reload when a new one comes in. It thinks it is the same file as the previous day's report. Is there a way to clear the cache or force a reload? ...

How to get Ghostscript to use embedded fonts in PDF

gs -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=output.pdf input.pdf I'm using (trying anyway) to use Ghostscript to reduce my PDF file size. The command above looks like it works, it reduces file size greatly, but then several of the fields are garbled. As for as I can track it down, ...

How can I view and print PDFs in Python?

Is there a GPL or less restrictive (preferred LGPL) library to view & print PDFs? I'm using PyQt, maybe there's a possibility to render PDFs using it? ...

generation of multiple reports and zipping in codeigniter php

I want to generate multiple pdf reports on click of single print button and zip all the pdf's and store it in a folder. Any help please. I need this functionality in my project. ...

iphone Converting PDF/DOC files to iphone app

I'm trying to convert a PDF/DOC file into iphone application. For PDF, I'm using CGPDFDocument class and its crashing the application after some time. After googling I found that there's a bug with that framework. So, is there any alternative to using webview to show PDF/DOC files as an iphone application? ...

pdf <pre> equivalent

I'm trying to put some code examples in a pdf, but copying them out messes up the formatting and rearranges the lines, there's a lot of manual cleanup needed after pasting. Is there a equivalent to html's pre for PDFs? For "this" block of text respect line breaks, spacing, and copy as plain text like its shown. The closest thing I can s...

Adobe Acrobat SDK, How to/Licensing? .Net

We are having problems removing the toolbar/sidebar from the Adobe Viewer control for .NET.. Of course it is possible with if you watch for Windows Procs. and what not, but we aren't extremely interested in this, so we started looking into 3rd party and the Adobe SDK. The Adobe Acrobat SDK seems extremely complicated to me to understand...