Pdf Bibliotheken: Unterschied zwischen den Versionen
Aus Vosp.info
F (Diskussion | Beiträge) |
F (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
− | + | == PDF infos == | |
+ | <source lang="bash"> | ||
+ | # ImageMagick | ||
+ | identify -verbose datei.pdf | ||
+ | pdfinfo datei.pdf | ||
+ | </source> | ||
== PDF Bibliotheken im Vergleich == | == PDF Bibliotheken im Vergleich == | ||
{| class="pdflibs" border=1 | {| class="pdflibs" border=1 |
Version vom 17. November 2013, 13:35 Uhr
PDF infos
# ImageMagick
identify -verbose datei.pdf
pdfinfo datei.pdf
PDF Bibliotheken im Vergleich
Name | start | last Version | Sprache | Lizenz | Referenzen | Literatur | Notizen | import | export |
---|---|---|---|---|---|---|---|---|---|
tcpdf [1] | 2002 | 6.0 - 05.2013 | php | LGPLv3 | joomla,drupal,typo3,phpmyadmin,... | eng | TCPDF is one of the most active of over 200,000 projects hosted on the SourceForge repository[2] (best ranked 6th on 3 April 2010). | ||
itext [2] | 1998 | 5.4 - 02.2013 | Java | agpl/commercial | NYT,DHL,Adobe,nasa,google... | xml,db | |||
pdflib | |||||||||
fpdf [3] | SPEED TEST: 17.0366sec fPDF vs 79.5982sec tcPDF to process 2000 PDF files
FILE SIZE CHECK (in bytes) 788 fPDF vs 1,860 tcPDF 22.06.2011 |
||||||||
[] |
- Generate PDF with PHP: FPDF, TCPDF, DOMPDF, ezPDF, FPDI and HTML2PDF 17.06.2011
- 10 Best Libraries for generating PDF Files 30.03.2009
Fragestellungen:
- pdf in pdf einpflegen
svg2pdf
inkscape
inkscape -A=$pdf_dir/inkscape.pdf --export-id-only quelle.svg
itext (Achtung stark abhängig von der Installation, nicht funktionsfähig)
java -cp /opt/ncitext:/opt/ncitext/lib/batik-awt-util.jar:/opt/ncitext/lib/iText.jar:/opt/ncitext/lib/batik-script.jar:/opt/ncitext/lib/iText-xml.jar:/opt/ncitext/lib/batik-ext.jar:/opt/ncitext/lib/batik-xml.jar:/opt/ncitext/lib/batik-gvt.jar:/opt/ncitext/lib/batik-parser.jar:/opt/ncitext/lib/batik-bridge.jar:/opt/ncitext/lib/batik-css.jar:/opt/ncitext/lib/xerces_2_5_0.jar:/opt/ncitext/lib/iText-xtra.jar:/opt/ncitext/lib/batik-dom.jar:/opt/ncitext/lib/batik-util.jar:/opt/ncitext/lib/batik-svg-dom.jar svg.SvgToPdf
rsvg-convert
rsvg-convert quelle.svg > $pdf_dir/rsvg.pdf