Questions tagged [princexml]

Prince is software for converting XML and HTML documents to PDF files.

Prince (formerly PrinceXML) is software for converting XML and HTML documents into PDF files.

The Prince library is developed by YesLogic Pty. Ltd. Versions for Windows, Mac OS X and Linux are available.

This is a commercial product. A free version is available, but PDF files generated from this free version have a watermark.

74 questions
1
vote
1 answer

Dynamically Generate Editable PDF

Is there a way to create an editable PDF programmatically? By editable, I mean you can click in a text area and type in your name, that kind of thing. I'm using Ruby and have found PrinceXML and Princely to be nice projects. I'm wondering if they…
Lance
  • 75,200
  • 93
  • 289
  • 503
1
vote
0 answers

Creating PDF File with Princexml

I want to convert a table from my php page into pdf.. I pass it through a form element and retrieve on other page. I tried using many pdf convertor like fpdf, dompdf and other but sadly none worked. Always had some errors. I also came across…
Genius
  • 65
  • 12
1
vote
3 answers

Background Color is not showing in Prince xml

I'm using PrinceXML to create PDF reports in my .Net application. I've created the report in HTML and it has few areas with background color. But when generating the PDF report using PrinceXML, those background colors are missing. I've tried…
Mujahid
  • 1,227
  • 5
  • 32
  • 62
1
vote
1 answer

PDF files generated in Azure VM downloaded as 0 byte files

I'm generating PDF files using Prince XML in an Azure VM (by a web role) using C#, MVC3 and .NET 3.5. Action methods that are tagged with a PdfFilter() attribute forward the HTML to Prince XML; once the PDF has been created, the new file is written…
Mass Dot Net
  • 2,150
  • 9
  • 38
  • 50
1
vote
1 answer

CSS/XHTML: Show div after a specific count of table rows

Here is what I got: a XHTML file transformed with Oxygen XML from XML and XSL files 10 divs right at the beginning of the body, hidden with CSS after that: a table with 100 trs Looks like this:
bearli
  • 73
  • 1
  • 2
  • 6
1
vote
2 answers

Converting HTML to PDF on Windows using the PHP Wrapper Class, Issues with Printing Errors

I cannot get PrinceXML to work on my Windows Server. I am using the PHP wrapper class, although am unable to find any helpful documentation for it! The information supplied in the README file (within the download) here does not explain what is being…
Ben Carey
  • 16,540
  • 19
  • 87
  • 169
1
vote
3 answers

Should a script tag's src attribute be null or the empty string if missing?

I'm using PrinceXML to make some PDFs of some HTML which includes some MathJax markup. In order to render the math properly, the javascript handling the math rendering needs to be run on the page before conversion to PDF. If I enable javascript in…
almailer
  • 45
  • 1
  • 6
1
vote
1 answer

Faster alternative for large files: pdflib or princexml?

I've got some good experience with pdflib when it comes to speed of pdf-generation, even for large files. I was excpecting the same speeds from princexml as for pdflib, as both run natively on my linux server (they're not just php-classes). When…
darwin
  • 211
  • 3
  • 15
0
votes
1 answer

How to add a border on a table to a generated file from PrinceXML?

I try to put a border on a table for printview and in pdf file. It works in the printview of the most of browsers but when I generated a pdf which use the same css file, it doesn't work. To generate the pdf file I use PrinceXML. Do you know how to…
gperriard
  • 1,077
  • 2
  • 12
  • 22
0
votes
1 answer