PDF generation is the process of creating a PDF document using various tools or libraries.
1
vote
1answer
12 views
Generating temporary PDF via .exe or .NET from PHP
In Short...
I have an ASP.NET script that generates a PDF based on parameters passed to it. Firstly, I need to be able to call this script from PHP, and secondly, I need to ensure that the file is ...
1
vote
1answer
12 views
iText PDF setting font property on form acroFields
I've written some code to populate form fields in a PDF with values from a database / array (which works wonderfully).
I need / want to be able to set the textfont property of each form field to use ...
0
votes
0answers
4 views
Probems saving PDF with PDF-kit on Mac OS X
I'm new to the mac development.
I'm using XCode 4.6.2 to build a command line tool app which uses Foundation + Quartz frameworks.
Basically, the idea is to parse PDFDocument pages and then split it ...
0
votes
0answers
23 views
How to Insert text in existing pdf using PRAWN gem in rails
I am working on 1 application and trying to open and edit pdf using rails PRAWN gem,
i have tried some ways like
@id1 = "Name"
@id2 = "age"
@id3 = "birthday"
Prawn::Document.generate ...
-2
votes
0answers
11 views
MAC Automator - Take Word Document, Create PDF & Add Standard First Page [closed]
I want to do the following:
Take a word document that may have different font sizes etc. throughout and different to a previous one
Take a pre designed front sheet
Combine the two into a PDF, and ...
0
votes
0answers
11 views
VBA to import comments into a PDF
I need to a way to import comments into a PDF document. At the moment I have the comments I need in an Excel spreadsheet so it would be great if I can pull them from there.
If there is another way ...
0
votes
0answers
14 views
Write metadata on a PDF generated by Adobe LiveCycle
I'm writing a template XDP and my need is to set some custom metadata into the generated PDF.
Metadata should be set by an embedded script (Javascript) set to run on client side (in my tests, I've ...
0
votes
0answers
12 views
HTML to CMYK .pdf file for print
I'm working on a new web application where users can drag and drop their own elements to create a printable design. The application then creates a .pdf file that is send to the printing studio, prints ...
1
vote
0answers
20 views
PHP tcpdf shrink print multiple pages in one
I have been looking for a solution but can't find anything works right off the bat. The objective is to make a hand-out style page out of a multi-page PDF document. Just like we can choose 6-up in ...
0
votes
0answers
28 views
RazorPdf/iTextSharp - open <anchor> with target=“_blank”?
I am using RazorPdf to generate a .pdf document from one of my controller actions. All works well, except that in my generated .pdf, I have an embedded anchor that opens yet another .pdf, that ...
2
votes
2answers
28 views
PDF specification: how to specify encoding of core fonts?
I'm trying to change a simple RAW PDF file to use a different font encoding (win-1257). This is the file:
%PDF-1.4
1 0 obj <</Type /Catalog /Pages 2 0 R>>
endobj
2 0 obj <</Type ...
1
vote
1answer
27 views
Wicked pdf rendering the last row across two pages
I am using wicked_pdf to generate pdfs. The problem i am facing is that, sometimes it displays the last row in the page across two pages. Is there a way to tell wicked_pdf to render the row in next ...
0
votes
1answer
19 views
How to handle PDF pagination in PhantomJS
I am using PhantomJS to create PDFs from html.
It works fine, but I can't find out how to work with pagination; I want to create a page for each div in my document, but I can't find anything in the ...
0
votes
0answers
17 views
Access to report over wcf with ability to print to pdf
What is the best solution in this situation
Server WinForms is hosting WCF service - it should make and store
reports
Client WinForms - should have access to reports on the server. Currently showed ...
-4
votes
1answer
18 views
Fill AcroFields in fillable form pdf [closed]
I am trying to fill a pdf-form using itext using the example from here . I am able to do it successfully but the destination file is no more editable.. What possibly could be the problem?
I have ...