PDF generation is the process of creating a PDF document using various tools or libraries.

learn more… | top users | synonyms

0
votes
0answers
5 views

phantomjs generated pdf has no backgrounds

When generating the pdf with phantomjs, all of the css is ran onto the page except for the backgrounds. From this piece of code: <h1 style="background: black"> <asp:Label ID="Label4" ...
0
votes
0answers
6 views

Highcharts columns height in phantomjs generated pdf

I am trying to generate a pdf with phantomjs from a page that's using highcharts. This is the script I am using var port, server, service system = require('system'); var page = ...
1
vote
0answers
25 views

smart PDF compression in Java (repeated elements)

As we are producing PDF reports, we noticed that single image repeated on each page (as we merge more reports together) takes incredible amount of space. For example : 500 documents each does have 1 ...
2
votes
2answers
34 views

Fill in PDF Forms from VB.NET application

I am being tasked with creating a Windows application in VB.Net, and one of the requirements is to read data from an MSSQL database, and put in certain values into a PDF form. How can I achieve ...
0
votes
0answers
13 views

What causes disproportionate vertical and horizontal image resolution within an image embedded in a PDF file?

I work with a lot of PDF files and have some experience in optimizing them with Adobe Acrobat, or a similar program, to reduce the size before putting them on the web. The optimization process will ...
0
votes
0answers
17 views

R plot with shapefiles: colors not displaying properly as pdf and can't open in Illustrator

I am trying to save a plot with many shapefile layers as a pdf in R using the pdf graphics device. A simple version looks like this: library(maptools) shp1<-readShapePoly(file.choose()) ...
0
votes
1answer
13 views

MPDF - fseek error

I am trying to merge files together into one pdf. The files could be pdf, png or jpg files. Images work fine, its only when I try to export the pdf files that I get an error. The error is show below. ...
0
votes
0answers
17 views

Embedding LaTeX for PDF generation [migrated]

I'd like to use LaTeX as an document generation backend in my application (mainly because it is well known, feature rich and output is of very high quality). Let's assume the application creates a ...
1
vote
1answer
19 views

how to send email attachement from iphone application using local file

I want to send the local file from resources folder to email but it is not working is there how to add the local file.Below is the code which sends email from documents folders of iphone but i want ...
0
votes
0answers
23 views

Convert MS Word Doc to PDF programmatically iOS [closed]

Anyone has any idea Convert MS Word Doc to PDF programmatically iOS. please input your suggestions , I am stuck at this area Thanks
0
votes
0answers
14 views

Running PhantomJS from PHP starts multiple processes and doesn't complete

I'm trying to use PhantomJS to render a fairly complex page, with lots of dynamically created content from AJAx calls, to a PDF file. I'm using the rasterize.js example provided and it's working ...
0
votes
2answers
33 views

Attaching files to a PDF

Can anyone help me? I am struggling with attaching files to a PDF that I am generating at runtime. I am using C# ASP.net in the MVC framework. I originally created the PDF using ABCpdf from a Html ...
0
votes
2answers
25 views

transforming arabic pdf to image without losing data

I'm trying to transform a PDF with Arabic characters to an image to use as thumbnails on my webpage . PDFrenderer, PDFBox both couldn't keep Arabic characters after transformation , I only managed to ...
1
vote
0answers
14 views

Disable certain features of pdf document

I am using YaHPConverter tool to convert HTML file to pdf file and I want to restrict user for copy, edit, save as, export. Only user should print. When the pdf is viewed it shows a small strip with ...
0
votes
1answer
41 views

Convert HTML to PDF and add it to a paragraph

I want to add a paragraph, containing HTML, to a document. As far as I know, iText only supports adding HTML to a document directly via XMLWorkerHelper. Furthermore I want to change the font of the ...
0
votes
1answer
21 views

Dropbox API - how to upload a PDF created with droidText?

How would you upload a PDF document (created using droidText) to dropbox (using the dropbox api)? I have read the documentation and understand the concept of creating/editing a standard file and ...
0
votes
0answers
59 views

How to save created PDF in document folder and merge in iOS

I am able to create single PDF page of photo captured with comment in iPHone. But I am not able to save the PDF file. My new PDF page is overlapping the first PDF page so I could not able to merge and ...
1
vote
0answers
15 views

Saving PDF using DDE Command

i am trying to open an htm file in adobe and save it as pdf file using dde commands i manged to save a word file but not pdf my code is like this filename varchar2(200) := 'c:\temp\text.htm'; ...
0
votes
2answers
29 views

Auto fitting a cell to the size of the content?

I'm new to tcpdf, creating my first document. I wonder if there is a way to fit the width of the cell automatically to the content. I currently only see options for fixed size, or taking the whole ...
0
votes
0answers
15 views

Cannot print pdf from Magento

This morning Magento has thrown us a nice curve ball, where we're unable to print invoices or credit memos No idea how to even begin to workout what the issue is - Has anyone seen this before or is ...
0
votes
1answer
33 views

Splice 2 PDF pages into one with Python

I'm trying to write a novel and I am trying to print out my own book prototypes. I have a PDF of the book. Now I want to merge the pages so that I can print it double-sided, fold it in half, and ...
0
votes
0answers
55 views

Highchart Inside Jquery Datatable-Export pdf Issue

I have created one table which is having one pie chart(Created using highchart) in each row. Also I am using jQuery datatable for creating table. I added table tools for getting options for save and ...
0
votes
0answers
44 views

In a PDF created from “merging” multiple PDFs using pdftk, is it possible to create link from PDF 1 to PDF 2 (or PDF 3) [closed]

I'm running into a lot of frustration here and I'm wondering if I am trying to do something that is impossible. I have to generate a PDF based on dynamic user input, so it's variable length. This ...
0
votes
1answer
12 views

Create two documents with TCPDF

I am generating long PDF document with TCPDF. What I want is to create two versions of this document - one with all pages and one with only 5 pages. But when I call Output whole document is destroyed ...
1
vote
2answers
43 views

How to hide text in an PDF file?

How can I add text to a pdf document, which is not visible? The document manipulation should be done in java. The usecase is to add further metadata to a document (in a proprietary format, about ...
0
votes
1answer
37 views

iTextSharp throw exception OutOfMemoryException with Larg file

I'm using iTextSharp (5.4.1.0) to merge set of PDF files into one file. In case of having larg file i got System.OutOfMemoryException at the line of closing document [document.Close();] Here is my ...
0
votes
0answers
21 views

Using ExportAsFixedFormat to Export Chosen Pages

I have a workbook that has a few different report sheets in it that are optionally filled and manipulated by a user. I am trying to export only the report pages to pdf, and I'd like them in one PDF ...
0
votes
0answers
60 views

Maintain CSS styling when converting HTML to PDF in ASP.NET_2013

Basically i am repeating a question already asked previously sometimes in 2009, now its 2013 and i am having the same problem.I did a lot of research on web but to no avail.I am sure that now the ...
-1
votes
0answers
21 views

Generate/print (hard copy) a form with blanks filled in with data from my app's database (PHP/MySql) [closed]

I need a way to generate/print (hard copy) a form with blanks filled in with data from my app's database (PHP/MySql). I have a PDF template of the form with writable fields. I've been researching ...
1
vote
2answers
46 views

XFA Form conversion to PDFA-1B

We have a requirement to convert XFA Form (Adobe LiveCycle Form) to PDF/A-1B. We're attempting to use iText 5.4.0 to parse the PDF, populate the XFA fields and then save the modified PDF back out. All ...
4
votes
1answer
50 views

Is it possible to Generate a Pdf Design by using Fpdf

I want to Generate a Pdf in Php Using FDPF. can we draw a table in fpdf. I want to Design a Table In the Image given Using FPDF.Is it Possible. I am new to fpdf Please help me. I want Above table ...
0
votes
1answer
48 views

Is there any tools to generate html with js chart to pdf? [closed]

I use d3 js to visualization my data, and then I want to create a report which use the d3js chart and html generate a pdf file , any tools to use for this,such as python script or other tools
0
votes
0answers
56 views

css background is not working when convert template into pdf using rendering plugin

I am using rendering plugin to generate pdf in grails. I am using a background color which is prepared by css. code is here. #container #content #mainContent .block .backgroundStyle { ...
0
votes
1answer
50 views

How to implement “--print-media-type” with c#?

I am currently using wkhtmltopdf with c# to download my webpage as PDF format. However, I want the generated PDF shown to be using "print.css". Additional Details: I am using microsoft visual ...
0
votes
1answer
62 views

itextsharp output string with multiple rows

This is the reference pdf I am trying to replicate. http://www.depo.com.tw/asp/pdf/R_VW_PASAT_2.pdf I am working on the PDF catalog and I am trying to output something like the above. As you guys ...
-1
votes
1answer
56 views

PDF generation with Dompdf not working for large data [closed]

I am using Dom pdf to generate a pdf file. IF there are 1000 records in table format of html then it takes minimum 20 minutes to generate but most of the time it displaying the following error No ...
0
votes
1answer
26 views

Expandable list in pdf files

Can i create an expandable list in pdf files. Expandable list will be of the form : +Item1 +Item2 -Item3 -Subitem3.1 -Subitem3.2 +Item4 -Item5 -Subitem5.1 -Subitem5.2 -Subitem5.3 ...
0
votes
0answers
20 views

Creating cropped pdf documents

I use Powerpoint to create/assemble/annotate illustrations for a book I'm writing. The illustrations need to be in pdf form, ultimately, and they need to be cropped, so that the pdf page is just a ...
0
votes
0answers
29 views

Error while creating pdf file in php

i used this code to create pdf from posted data : header('Content-Type: application/pdf' ); header('Content-Disposition: filename=cert.pdf'); $date = date('F d,Y'); // open our template file ...
1
vote
2answers
43 views

Exception when attempting to generate variable-page PDF with iText

I'm trying to create an auto-filled PDF of a government payroll form, which involves the possibility of a variable number of pages. I'm currently storing each page as a Map, with the keys being the ...
2
votes
2answers
46 views

CFDocumentItem - change font size

I am creating a footer in a PDF document using <cfdocumentitem type="footer"> and it is working fine. Except that I cannot seem to control the font. I have tried <span>, <font face> ...
0
votes
1answer
44 views

How to merge PDFs with only PHP and keep internal and external links

How to merge PDFs with only PHP and keep internal and external links? Simple question but I can't find a solution. It is no access to shell so pdftk and so on is unacceptable. I'm looking for pure ...
0
votes
0answers
53 views

Getting data from the DB and converting it to PDF

I've a page which I want to generate a pdf file whenever someone adds data to the database. I have everything done but the pdf script. I Googled it, and I found a library called "FPDF". Downloaded ...
0
votes
0answers
51 views

Error printing iframe with Jspdf (Protocols must match)

I have this code to generate pdf with Jspdf: var pdfDoc = new jsPDF('p','in','letter') var verticalOffset = 0.5; var size = 10; var font = ['Times','Roman']; var wtext = 'Some text...'; var lines = ...
1
vote
1answer
42 views

How to set horizontal or vertical alignment Text in PDF?

i am generating a PDF, and i am outputting some text, e.g.: BT /F1 7 Tf 586 406 Td (Date Shipped:) Tj ET A quick primer on the PDF programming language: BT: begin text block /F1 7 Tf: ...
1
vote
2answers
37 views

.NET api for convert to PDF from various document formats

For a application I have to develop I have to create some functionality where the user can upload a document which will then be converted to a PDF file. I have to support as many as possible document ...
0
votes
1answer
52 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 ...
0
votes
1answer
62 views

Why hyperlinks lost after merging PDF files using mPDF?

I have to merge some pdf files with hyperlinks inside. Merging with mPDF is fine, but there are no hyperlinks in output file! There are text only left. require_once('./mpdf/mpdf.php'); $mpdf = new ...
2
votes
1answer
58 views

How to write PDF data to a file first, when generating a PDF in Web View

My app keeps receiving a memory warning and subsequent crash when generating a PDF. Ive been advised to write my PDF to a file first, but no expansion was offered. This is my first time on ...
0
votes
1answer
34 views

Active Admin view to PDF

I'm starting to develop in Ruby on Rails recently, therefore I consider myself beginner. I'm testing the Active Admin gem ( http://activeadmin.info/ ) and I found a problem when export a view to PDF. ...

1 2 3 4 5 48