wPDF - VCL - V3.0

par wpCubed - Type de produit : Composant / VCL

Veuillez noter que les informations sur les produits ne sont pas disponibles en français.
Capture d'écran - wPDF - VCL - V3.0Create PDF files from your Delphi or C++Builder application. wPDF is a PDF maker which is optimized for greater compatibility with most drawing commands commonly found in Windows applications. Used alone, with your own component or linked with WPTools, wPDF instantly creates PDF files. wPDF is compatible with WPTools, WPForm, QuickReport and HTMLView, to name just a few possibilities. This component provides you with a compatible 'canvas' property which you can use for direct drawing.

Score :  Score moyen de révision - wPDF - VCL - V3.0 basé sur 1 revue.

A partir de
$253.82
Calculer le prix en

Nos prix standard sont montrés ci-dessous. Veuillez vous connecter pour voir vos prix.

wPDF V3.0 Standard Edition

Ajouter au Caddie $ 253.82 1 Developer License Téléchargement (1.8 Mo)
Ajouter au Caddie $ 1,018.22 Team License (allows 2 to 6 developers) Téléchargement (1.8 Mo)
Ajouter au Caddie $ 2,547.02 Site License (Allows up to 20 Developers at a Single Physical Address) Téléchargement (1.8 Mo)

wPDF V3.0 Internet Server Edition

Ajouter au Caddie $ 881.02 1 Developer License Téléchargement (2.2 Mo)
Ajouter au Caddie $ 1,641.50 Team License (allows 2 to 6 developers) Téléchargement (2.2 Mo)
Ajouter au Caddie $ 3,160.50 Site License (Allows up to 20 Developers at a Single Physical Address) Téléchargement (2.2 Mo)

Ce produit est disponible dans le cadre du programme de tarification GSANos prix comprennent le support technique ComponentSource et, pour la majorité des produits téléchargeables, une sauvegarde en ligne ainsi qu'une mise à niveau GRATUITE si la nouvelle version est parue pendant les 30 jours consécutifs à votre achat.  Toutes les ventes sont sujettes à nos Termes et Conditions standard à notre Politique de renvoi. Veuillez nous contacter si vous avez besoin d'une option de licence (licence de volume et versions précédentes) qui ne figure pas sur la liste ci-dessus.

Nos prix standard sont montrés ci-dessus. Veuillez vous connecter pour voir vos prix.

What's New in V3.0?

  • Support for standard brush styles (hatching)
  • TransparentBitBlt
  • Automatic reuse of the same image data. This way, when you export a document which often uses a logo the PDF file will be significantly smaller
  • Creation of PDF/A complient PDF files (with added meta data and PDF tagging when you use it with WPTools)
  • Support of CID fonts (known as "unicode" support)
  • Binary Data embedding: You can store the document source which was used to create a PDF file within this PDF file. When you use WPTools for the PDF creation you can store the RTF source document inside of the created PDF data, the user only has to click on an icon to extract this document. This can be a great feature if you use it to embed programming examples within your programming manual

Overview

wPDF converts enhanced metafiles to PDF while preserving the vector and text information. This results in small PDF files which can be printed at high resolution, thus making wPDF superior to other solutions which convert embedded metafiles into bitmaps. wPDF supports the usual PDF features, including compression and 128 bit encryption and it was the first Delphi library to allow embedding of font subsets to reduce file size even further.

Code

The code needed for to create a PDF file is very similar to that needed for printing:

const Resolution = 72;

WPPDFPrinter1.BeginDoc; // Starts a new document

try

WPPDFPrinter1.StartPage( // start a page of a certain page

Round(8.5*Resolution), 5*Resolution, Resolution, Resolution, 0);

DrawPage(WPPDFPrinter1.Canvas); // subprocedure to draw to the TCanvas

WPPDFPrinter1.EndPage; // close the page

finally

WPPDFPrinter1.EndDoc; // close the document

end;

If you are using WPTools file creation can be done with just one line of code:

WPPDFExport1.Print;

Even though the export functions quickly, there's nothing missing from wPDF. Compression, encryption, embedded fonts, charsets (eastern European, Greek and Cyrillic) are all supported. Thumbnails can be created and you can add code to create outlines and hyperlinks. Graphics can be embedded using deflate or JPEG compression.


Recherche produit

Entrez vos critères de recherche :

Autres liens

Éditeur

Catégorie principale

Produits similaires

Catégories similaires