Portable Document Format (PDF) is an open standard for electronic document exchange maintained by the International Organization for Standardization (ISO). Questions can be about creating, reading, editing PDFs using different languages.
-1
votes
0answers
10 views
Detailed PDF Receipt from a Paypal purchase
Is it possible to generate a custom pdf receipt for a purchase that would have a unique numerical value (i.e. 001, 002, 003) and the corresponding name of the person who purchased the item?
1
vote
0answers
10 views
Link to a page with iFrame to load different PDF files
I'm currently working on a project that has a slight complexity to it, and I'm not completely certain on how to approach this. I can load PDF's in an iFrame no problem, but the issue we have is as ...
1
vote
0answers
15 views
Do ghostscript convertion in-memory using dot net or any other language
Can I use ghostscript API to convert PDF to some other format without reading data from disk or writing results to disk?
It has a big overhead!
I need something like this:
public static byte[][] ...
0
votes
1answer
22 views
how to resize a pdf file from legal format to letter format using c#`
I have pdf files exported as legal format and want to convert them to letter format (basically shrink them), each file may have 1 to 3 pages, below is the code I tried but I have these problems:
...
0
votes
0answers
6 views
Determing unsupported image formats for PDFBox
I have spent a few hours trolling through the mailing lists and bug tracker for PDFBox(http://pdfbox.apache.org/), and I am trying to determine what would decide a supported /unsupported image format, ...
-1
votes
0answers
7 views
Can't find a file with extension: .pdf - texlipse
i am setting texlipse project and testing to preview the document as pdf. but it is not opening the document in pdf, and the error it is giving is:
Can't find a file with extension: .pdf
document ...
1
vote
0answers
14 views
convert responsive page to pdf with acrobat button
Couldn't decide if this is a question better for Stack Overflow or Superuser, haven't got any bites on Superuser yet...
I have Adobe Acrobat 9.0 Pro, and with that, the Convert Web Page to PDF button ...
1
vote
1answer
18 views
Data in EXCEL, PDF, WORD (Data will be text, tables, images) to XML
Is there any free tool to convert data in EXCEL sheets, PDF files and WORD files (Data will be text,tables,images) to XML?
I had searched but mostly getting the opposite thing (Converting from XML to ...
0
votes
1answer
29 views
Unable to open pdf within android application
I have a problem with opening a pdf that I've saved to the file system within my android application.
I have a rest call serializing a byte array from the server, I then save this byte array as my ...
-1
votes
1answer
37 views
How to convert images to pdf using iText.
Can anyone please show me how to use iText API in android to convert images captured which is already in gallery and save it as pdf document. Help needed as soon as possible. Main objective is to ...
0
votes
0answers
10 views
Any generic layout analysis library or tool not based on OCR?
I am looking for layout analysis libraries or tools (preferably open source) that can be applied on text PDFs to identify main text content versus sidebars, chapter headings, section headings ...
-3
votes
2answers
30 views
Database only fetching first variable
This php is populated by a form posting variables to it. Once it has the car model it should be collecting data from the database and storing each variable for use further down the code. This is used ...
0
votes
2answers
44 views
Save as PDF in PrintPreview
I have this code for PrintPreview and print.
private void button2_Click_1(object sender, EventArgs e)
{
printPreviewDialog1.Document = printDocument1;
...
-5
votes
0answers
27 views
Free .net component to watermark pdf files (commercial purposes) [closed]
I am looking for a free (or cheap) component for .net to watermark pdf-files. There seems to be be a couple of nice tools around but I haven't found one that can be used for free in commercial ...
0
votes
1answer
31 views
Prevent copying pdf contents generated using iText
We have a web application which generates a report and saves it in pdf using iText. We want to prevent user from copying the contents from this file. I thought this can be achieved by converting pdf ...