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

learn more… | top users | synonyms

1
vote
1answer
184 views

SSRS RDL Export to PDF by C#

We are doing an SSRS project and we need to test the reports for different parameters. Hence I want to create an application which will automatically convert rdl(SSRS) to pdf by using the parameters. ...
1
vote
2answers
69 views

How to get a snapshot of UITableView in a PDF format

i have a uitableview which is populated with some data but since it contains data that is more cells than the viewable area of the screen, i only managed to get only the snapshot of it,i want to know ...
0
votes
1answer
220 views

Generate PDF from view using iTextSharp

My requirement is to have a button in my view and clicking on that should generate a PDF report from that view. (Should avoid making another trip to database to get data for the PDF report). I ...
0
votes
0answers
34 views

Changing column widths for custom table in prawn pdf

I'm currently revamping a PDF document that gets generated by prawn pdf and I need to specify explicit column widths for a custom table. Here is the function: def combo_table(*args) pdf = ...
0
votes
1answer
141 views

Signing PDFs using iTextSharp with certificate, reliable for at least 7 years

I'm receiving files and I convert them to PDF/A. Then I want to sign them using an reliable signing method. What I try to achieve is the following. The certificate...: will be applied on a ...
-3
votes
1answer
358 views

Generate pdf from Crystal Report using itextsharp in c# [closed]

I designed Crystal Report version 9 with VS 2008, after fill data source of crystal, I want to create pdf from crystal. Here is my code: dt = new DS1.dtAddiDataTable(); for (int i = 0; i < 3; ...
0
votes
1answer
77 views

wkhtmltopdf is returning blank pages for some urls

I have installed the wonderful software wkhtmltopdf on our production Debian server to be used for creating PDFs from URLs. We stream (i hope that's the right term) the resulting PDF to the client, we ...
0
votes
1answer
37 views

How to embed a .nav file into pdf portfolio?

I am new here and new to iTextsharp. I have successfully created a pdf portfolio file and displayed it on browser. The default layout is details or custom. And my boss hopes to add some layout for it, ...
0
votes
2answers
71 views

How use wkhtmltopdf on shared server

I'm using installation of wkhtmltopdf (I even copied instalation from other directory) on my localhost (windows xp) simply by callling exec function. Everything works good. How can I use it on linux ...
0
votes
0answers
9 views

no such file to load — pdf/writer

I tried GeneratePDF in rhodes . I got sample app from https://github.com/rhomobile/rhodes-system-api-samples/tree/master/app/GeneratePDF and run in rhosimulator. It shows error like "no such file to ...
0
votes
1answer
81 views

Difference between IText-Jars and sources concerning pdf/a [closed]

I tried the example part4.chapter13.PdfXPdfA (http://itextpdf.com/examples/iia.php?id=226) by using the latest iText-Jras 5.4.1. The example did not work. This error occured: Exception in thread ...
0
votes
3answers
91 views

Alternatives to Coldfusion Report Builder

Anyone know of a good solution for pdf generation (preferably with a visual layout tool) that I can use from ColdFusion instead of the CF Report Builder? It should be able to accept cfquery input. ...
0
votes
1answer
61 views

rails + prawn (with grid) how can I update this pdf layout to have a block only on first page?

I have the following prawn document layout define_grid(:columns => 5, :rows => 8, :gutter => 10) repeat(:all) do draw_text "bottom-left - text on all pages", :at => ...
0
votes
0answers
34 views

Server side PDF generation with form support

PrinceXML has Form feature support in theirs roadmap for almost 5 years (http://www.princexml.com/forum/topic/782/pdf-forms-support) ... Maybe someone knows any other solution, that is server side, ...
0
votes
0answers
55 views

Ruby on Rails print and download pdf using pdf middleware

I have installed PDFkit in my rails-project, all works great, but I didn't find any way to print and download generated pdf. I believe that there is anybody who had the same issues as me.
1
vote
1answer
46 views

iOS merging pdf files

I am trying to merge two pdf files in my app. But my app keeps breaking at the point where the combined file reference is created. (See comments in code). Can someone point me in the right direction ...
0
votes
1answer
21 views

horizontal scroll in PDF generated using PDF Prawn

I have generated a PDF using prawn. Issue is when I add more columns to the table, the pdf does not show horizontal scroll bar. Thus I am not able to see the column added to the right. Has anyone ...
0
votes
0answers
65 views

IIS configuration: Navigation to the webpage was canceled when converting page to PDF using SautinSoft.PdfVision

I am having a problem when trying to convert an ASP .Net page to PDF using SautinSoft.PdfVision. Using this library is quite straight forward, all you need to do is tho provide the URL of the page you ...
1
vote
2answers
184 views

Generate PDF based on a Word document for each data item

There're a data list with hundreds of data items (suppose each item is a customer), and a predefined word document as template, the requirement is - for each data item, fill corresponding data into ...
7
votes
1answer
295 views

Make a pdf conforming PDF/A with only images using iTextSharp

I'm using iTextSharp to generate pdf-a documents from images. So far I've not been successful. Edit: I'm using iTextSharp to generate the PDF All I try is to make a pdf-a document (1a or 1b, whatever ...
0
votes
1answer
124 views

FPDF email attachment and outlook

I am trying to work with FPDF and attach the resulting file to an email. I have seen this post Email PDF Attachment with PHP Using FPDF and the answer given works when sending an email to my self and ...
0
votes
0answers
20 views

Contao/Typolight: Whole catalog to one pdf

How can I prepare link to export all products from catalog (taxonomy?) module in Contao to one pdf file? I have an export option for single page, but that's not related with catalog module (it's just ...
3
votes
1answer
184 views

ASP.NET MVC FileStreamResult, fileDownloadName is not used

The following returns a PDF which the browser tries to directly display inline. This works correctly. However, if I try to download the file, the download name is not "myPDF.pdf", but instead the ID ...
0
votes
0answers
35 views

How to Build Link Downloader / PDF Aggregator

There's a website that publishes a daily magazine and provides links to each page in the following format: Section A page 1 on the date 3/22: http://website.com/magazine/0322/A/1.pdf Section C ...
1
vote
2answers
151 views

SVG to PDF converter that preserves text

I'm looking for a SVG to PDF converter that preserves the text in the SVG. I've tried Batik, Inkscape, and CairoSVG. The PDF generated by all of them is a bitmap image, including the text; the text ...
1
vote
2answers
291 views

PowerBuilder 12.5 Classic PDF SaveAs creating files of 0 size on Win7 x64

Platform: Windows 7 x64 PB 12.5 Classic Ghostscript 9.07 (both x32 and x64 are installed) HP Laserjet PS printer installed as "Sybase DataWindow PS" Datawindow's Data Export tab has Format to ...
1
vote
0answers
43 views

tcpdf auto size text field

I am having trouble getting a text field to auto size on a form I'm creating. I am setting the textSize of the properties to 0 in the properties of the TextField but it seems to just use the font set ...
1
vote
1answer
105 views

Programatically DOC/DOCX to PDF

I'm having an issue trying to convert DOC/DOCX to PDF programatically. I'm following this answer. I'm using PyODConverter as mentioned in the answer above. I asked my web hosting to install ...
0
votes
0answers
62 views

How to convert CGridView into PDF

I tried the extension pdf-grid with FPDF, but cannot support for CSqlDataProvider completely, if i hide the header of the Grid then its works. But i wants to use with header. Is there any idea to get ...
-3
votes
1answer
206 views

Convert word to pdf in vb.net

There are word documents in physical path on server. Now, I just need to read them and download to the client machine by converting them to PDF format. My program is in VB.Net
0
votes
1answer
46 views

TCPDF: MultiCell when auto addpage

I'm doing a report with TCPDF, but in MultiCell when a new page is generated characters are mounted on another. How I can fix this?
0
votes
0answers
41 views

Add image sytle information for an element from within ReplacedElementFactory of Flyingsaucer implementation class

I am using Flyingsaucer to generate PDF. I am trying to embed image in the pdf by implementing ReplacedElementFactory. I can generate pdf replaced with the image. No problem. But what I wanted was to ...
0
votes
1answer
137 views

jsPDF rendering a simple string

I am going through jsPDF. while it seems like a good library it is missing good documentation. I have written a pretty simple code but it doesn't seems to print anything. Everytime it generates a ...
0
votes
0answers
204 views

Asp Classic Write PDf and keep filename when printed

I'm trying to write a pdf file to the browser and when the client print the pdf the filename sent to the printer is the name of the file. But now i'm getting the name of the asp page sent to the ...
2
votes
1answer
93 views

Accented Character showing as é in a pdf Using Persits.PDF

I'm trying to display a name on a pdf using Persits.PDF (Persits URL), this particular name has a an accented character in it, this being é When I use the Arial font it works fine: Dim standardFont ...
-1
votes
1answer
176 views

Itextsharp “token type not recognized”

I am producing a pdf from tiff file. With Acrobat 7 I got the error on opening that a token type is not recognized. I only see some words from the fulltext but not the pictures in this pdf! With the ...
0
votes
0answers
62 views

is there any way to generate multiple pdf files?

is that possible to generate multiple PDF Files. I'm using html2fpdf source code that generated PDF File but problem is that html2fpdf generating single pdf file and PDF Overwritten On The Same PDF ...
0
votes
1answer
77 views

Using html2pdf to generate a report using php and mvc pattern

I have setup an application that somehow uses a front-controller. And I came across a library called html2pdf. This library converts html to pdf. Like this: <?php $content = " ...
4
votes
1answer
163 views

how to convert jpg to pdf in Android java

I want to convert several .jpg files (taken using the device camera) to ONE .pdf file. I saw a lot of tools like iText, mupdf, PDFjet, pdjBox. Is there something more simple? (like an API ready for ...
0
votes
0answers
247 views

create a Pdf from xsl and xml files using Itext in android

hie, I have to make an invoice app in which user can create invoices and estimate in pdf format and send it to clients. till now I am able to create pdf by filling an existing pdf template using ...
-1
votes
2answers
97 views

how can i import the database field on the pdf format in Asp.net using c# code? [closed]

I want to build the certification page in pdf which contains the record from database like as Name. Plz help me
0
votes
0answers
56 views

mPDF->SetTopMargin causes page break

I am automating pdf construction with mPDF (a php library). Several pages of the pdf need to have a top and bottom margins of different sizes. I am calling $mpdf -> WriteHTML($html_segment, 2) for ...
0
votes
0answers
108 views

converting aspx page to pdf

As per some suggestions on previous posts,I am using itextsharp to convert html in a aspx page to pdf. My aspx page contains 2 parts firstname, lastname, age, ssn, .. and then data related to this ...
1
vote
1answer
41 views

What is the simplist possible PDF file that makes a black box?

I would like to create a simple PDF file that makes a black box. I want the absolute simplest PDF file. I'm doing this for education and analysis purposes. I've tried creating super-simple PS and ...
0
votes
1answer
215 views

dynamic php webpage save to pdf [duplicate]

I am creating an invoicing application that generates a dynamic invoice via php/mysql in the browser windows. Tables and css are part of the makeup. I was thinking it would be nice to have a button ...
1
vote
0answers
75 views

BackgroundImage is resized about 130% bigger than oryginal *.png

I'm trying make a pdf file with use of aspose.pdf for .NET version 5.0.0. My code looks like: var license = new License(); license.SetLicense("path/My.lic"); var document = ...
0
votes
2answers
74 views

Extract fields out of a ruby hash with special chars

I'm working to turn a pdf signature visible, using origami.pdf, and meanwhile I noticed that my signature is an hash, and so I try to capture fields like "Location", "Reason", "Date", "ContactInfo". ...
0
votes
1answer
91 views

Using dompdf with absolute links

I am using the standard DOMPDF code to render existing web pages (e.g.1): $dompdf = new DOMPDF(); $dompdf->set_base_path($artpath); $dompdf->load_html_file($artpath); $dompdf->render(); ...
0
votes
2answers
64 views

Centering text, x coordonate not respected

I modified TextToPDF class to detect some tag in the content file. When tag center is found, text is centered. That don't work correctly, X coordonate don't seem respected when i display x: ...
0
votes
1answer
30 views

PDF Low-level: Invert colors within coordinates

Is it possible to invert the colors within a box (4 sets of coordinates) on a page from within the page's content object code? My pages consist of simple B&W JBIG2 images and I wish to make the ...

1 2 3 4 5 48