I have a pdf that has been created using the Foxit form designer. On my design system, I have the barcode font installed. The barcode font is used in one of the AcroFields. It appears that foxit does not embed the font in the document.
I also have customers that do not have the barcode font installed in their computers, and thus I w...
Hello chaps, first question so be gentle with me and thanks in advance for your help!
I'm going to add quite a bit of context to explain why I'm asking the question I am and why I want to do what I want to do. Bear with me, it'll all be worth it.
I should mention that this app will not be seen by the general public and we have some co...
We're trying to take a PDF file created in a web application and dynamically insert it into an AFP datastream on an IBM iSeries. Does anyone know if this is possible?
...
I recently downloaded PDFBox, and I am trying to figure out how to parse pdf files with it in Asp.Net to no avail, in fact, I don't even know where to start. Has anyone been able to do this in asp.net (C# preferrably)?
Is there any other ways to parse text out of a PDF in Asp.Net?
...
If users view documents on my website (for example a pdf file that represents some confidential information), is there anyway I can prevent them from saving the document locally?
...
It is basically all in the title, I need to take a bunch of large PDFs and have them in XHTML 1.0 strict, close is good enough, then I can clean it up.
Thanks
...
What is the best way to generate a PCL output file from an existing PDF file in java?
...
We are developing a complex structured report, this report has lots of fields and these fields get populated sometime. when these fields are not populated field placement changes for few fields around that empty field.
Is there a way to lock in a field at a particular place.
I extract report in PDF.
...
I am trying to use Interop.Excell to save an Excel Workbook as a PDF file. I am using VS2008 and Office2007, and have downloaded and installed the SaveAsPDFandXPS.exe from Microsoft. This enabled me to save a Word document as a pdf using the following code:
object frmt = Microsoft.Office.Interop.Word.WdSaveFormat.wdFormatPDF;
...
i'd like to create a large pdf (not typical page size) with long lines, max ~1000 characters / line, where the page size and font are such that no lines need to wrap.
the intention is not for the text in this document to be readable when the full page is viewed on any reasonably-sized monitor -- instead the reader can zoom to individual...
Hello,
I was wondering if there is a way to remove text and images from a PDF.
My goal is to create two images, one being just the text and the other the images.
I tried to looking at the following SDKs but didn't find what I was looking for:
Pegasus PDFXpress
Tall Components
LeadTools
Thanks!
...
I am sending users xfdf data to prepopulate PDFs on my site.
But I also want to add comments which can differ for different situations. The comments are to help the users populate some of the fields by providing some data they can use to paste into the fields.
I used a comment from an existing pdf, exported this as xfdf as a template ...
Is there some kind of light-weight (non-Adobe) control I could use to view and print PDF documents on a web form?
...
I'm trying to figure out why this particular snippet of code isn't working for me. I've got an applet which is supposed to read a .pdf and display it with a pdf-renderer library, but for some reason when I read in the .pdf files which sit on my server, they end up as being corrupt. I've tested it by writing the files back out again.
I'...
Some PDF forms can be saved, including all filled-in field data:
Some others can not be saved, and all filled-in field data are lost:
How do I enable saving of filled-in fields on my PDF form?
Thanks!
...
We want to generate Reports either embedded as html pages in a web app or downloadable as a pdf. Hence I came across Jasper Reports because it thought it would fullfill these requirements.
Currently we assume our report will have about 50-100 pages, consisting of nearly only histograms and some tables. The data is retrieved by some exp...
Hi,
Given a set of PDF files among which some pages are color and the remaining are black & white, is there any Perl program to find out among the given pages which are color and which are black & white?
Thanks in advance.
...
I'm creating a program to generate PDF files in VB.Net.
Everything is working fine except that the image is being displayed with a blue background while the image provided doesn't have any.
Following are the lines of code being used:
sColor = IIf(mvarEncodeASCII85, ToASCII85(ImgColor),
(System.Text.Encoding.GetEncoding(1252).GetSt...
I have 8-10 different company applications that have to be filled out. About 85-90% of the information is common (however it is not located in the same spot on each application form). I want to create a master application with the common fields and the application specific fields in the master application. I want to have a person fill...
In JavaScript for PDF there is a method used to get the Nth word on a page.
So, what is the token used by getPageNthWord() that separate words?
...