pdf

How to avoid printing empty field in LiveDocx?

Hi. Is it possible to avoid empty lines in LiveDocx? For example I have the following fields: name mobilenumber email If mobilenumber is empty can I output the document like the following? name email ...

How do I validate that an NSData is a PDF?

In working on a feed-reading iPhone app which displays nsdata's (html and pdf) in a UIWebView. I am hitting a snag in some PDF validation logic. I have an NSData object which I know contains a file with .pdf extension. I would like to restrict invalid PDFs from getting any further. Here's my first attempt at validation code, which see...

How can I display empirical pdf of my 100x1 vector data in Matlab?

I have a data which is 100x1 vector. How can I display its empirical pdf in Matlab? Also, if I want to compare the pdf of three vectors on the same graph, then how to do that? Right now I am using pdfplot.m file to plot my empirical pdf, however when I want to compare the 3 distributions by using 'hold on', then firstly its not working ...

How to convert specific no. of pages from a .pdf file to .png image using imagemagick

Hello i am using Imagemagick for converting my .pdf file to .png images but when i issue the command $convert sample.pdf image.png then it will convert all the pages of sample.pdf file to .png images but exactly i want to convert a specific no. of pages(e.g. first 10 pages or page no.22 or 12 etc.) then pleases suggest me a way ...

How to create context menu for hyper-link in PDF document

I have schematic product which can have many sheets, each having many graphics. And I can create PDF from this which will have a page for each sheet. I can also have graphics in a sheet referring to another graphics in other sheets. What I need is to create hyper-links for among these. But each graphics can link to many other graphic...

TCPDF: Left and right aligning a cell leaving space between text and border.

Every time I draw a cell, I get this weird padding between where the border ends and where the text begins. This happens for left and right aligned text. It's much easier to show than describe, so here we go. My code sample: class FPDI_Report extends FPDI { var $now = null; function __construct() { $args = func_get_a...

vb.net PDF integration

We have a database that has decompiled data versions of PDF files stored as blobs. The old method to retrieve the information was to grab the blob, compile the file on the local disk, and then use process.start to launch the new .pdf file that was created. I guess I am looking for a class that can accept the decompile PDF data, turn it...

Reliable way to (programmatically) compare PDFs?

I am in the classic scenario where the business gives you a bunch of new pdf forms for the new year with no revision notes whatsoever and you are supposed to figure out what's different from the previous year ones. I am talking loads of forms here, so I am trying to find a way to compare PDFs to outline differences without having people...

Webbrowser control in silverlight does not refresh the pdf content in Adobe Reader 8 & 9

Hi, I hava a web browser control in my silverlight application to display pdf documents. The problem is the content does not get refreshed even after changing the source of the web browser control. The first pdf file that gets load is shown in place of all the other pdf links. The problem is weird since everything works perfectly fine w...

Best way to extracting only the bold text from a PDF

iTextSharp is a great tool, I can use PdfTextExtractor.GetTextFromPage(reader, iPage) + " "; and it works great, but is there a way to extract only the bold text (e.g. the headlines) from the pdf, and not everything? Any solution is useful, regardless of the programing language. Thank you ...

ASP.NET read content from pdf and display on webpage page by page

Hey as the title suggests is this possible ? i.e I point code to a pdf and then for example go give me contents of page 1, and then display the content of this page on the webpage ? If yes how would this be returned, i.e formatting or how would images be returned cheers ...

Wrong paragraph order in PDF by iTextSharp

Hi, I am trying to generate a PDF using iTextSharp. It will consists of a number of images, each with a heading preceding it. But when I generate the PDF, the order of the elements is not preserved - multiple headings are grouped together etc. I am wrapping the header and image in a single paragraph as follows: ' Create paragraph and ...

Where can I find old PDF documents illustrating the new features of each PDF specification

A proprietary PDF reader is being created. In order to test if everything is working I'm looking for old demo documents that would illustrate the new features of each edition. With those documents I can test how well the reader works by viewing the old PDFs in it. Where can I find the said demo documents relating to the specifications ...

PDF Reader software for SAMSUNG 3310i mobile?

Hi, Can anyone give me the link for (free download) PDF Reader software for SAMSUNG 3310 mobile ...

Html to PDF with webkit transform

When producing PDF from Html the webkit transform does not work. I need to rotate a div at 45 angle and after using webkit transform it looks ok on the screen but with winnovatives Html to PDF convertor the out put was flat not rotated. Any solutions? ...

Tool for writing articles

I need a tool to write my thesis. It should work with TeX, support multiple languages (want to publish this work in several languages), bibliographic references, create table of contents, and be able to export the result to pdf format. What toolkit do you use to create your articles? ...

Find duplicate PDFs

I'm looking for a utility that will help me find duplicate PDFs. The problem: I have a 1000s of PDF files. Some are duplicates. They are not easy to detect due differing files names and small differences in file size. Is there a utility/algorithm/library that can help me find the duplicates or show me files that are very similar (or...

Extracting text data from PDF files

Is it possible to parse text data from PDF files in R? There does not appear to be a relevant package for such extraction, but has anyone attempted or seen this done in R? In Python there there is PDFMiner, but I would like to keep this analysis all in R if possible. Any suggestions? ...

opening PDF using Flex in a web application

Is there a way to open a PDF file whixh exists on some server using flex in a web application? ...

Symbian Adobe Reader command line arguments

What is the correct command line format to have Adobe Reader open up a PDF automatically on a Symbian phone? For example, to load an image into image viewer it would be: - Z:\sys\bin\imageviewer.exe -file /E:\Data\image.jpg I have tried the same for Z:\sys\bin\AdobeReader.exe, however this doesn't work. Does anyone know the correct fo...