von wpCubed - Produkttyp: Komponente / VCL
Create 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.
Unsere regulären Preise werden nachstehend angezeigt. Bitte melden Sie sich an um Ihre ermäßigten Preise zu sehen.
| In den Einkaufswagen | $ 273.64 | 1 Developer License * | Download (1.8 MB) | |
| In den Einkaufswagen | $ 1,094.55 | Team License (allows 2 to 6 developers) * | Download (1.8 MB) | |
| In den Einkaufswagen | $ 2,736.36 | Site License (Allows up to 20 Developers at a Single Physical Address) * | Download (1.8 MB) |
| In den Einkaufswagen | $ 954.55 | 1 Developer License * | Download (2.2 MB) | |
| In den Einkaufswagen | $ 1,775.45 | Team License (allows 2 to 6 developers) * | Download (2.2 MB) | |
| In den Einkaufswagen | $ 3,417.27 | Site License (Allows up to 20 Developers at a Single Physical Address) * | Download (2.2 MB) |
| In den Einkaufswagen | $ 1,527.27 | 1 Developer Source Code - Delivered separately by email * | Download (28 KB) | |
| In den Einkaufswagen | $ 4,581.82 | Team License Source Code (allows 2 to 6 developers) - Delivered separately by email * | Download (28 KB) | |
| In den Einkaufswagen | $ 12,218.18 | Site License Source Code (Allows up to 20 Developers at a Single Physical Address) - Delivered separately by email * | Download (28 KB) |
Unsere Preise beinhalten einen technischen Support durch ComponentSource und für die meisten herunterladbaren Produkte zusätzlich ein Online-Backup sowie eine kostenlose Aktualisierung auf die neue Version, sofern sie binnen 30 Tagen nach dem Kauf freigegeben werden. Die angezeigten Preise sind zuzüglich aller Steuern. Für mehr Information zu eventuell anfallende Steuern, gehen Sie bitte auf diese Webseite. Alle Verkäufe unterliegen unseren Standardgeschäftsbedingungen und unseren Rückgaberegeln. Treten Sie bitte mit uns in Kontakt , wenn Sie eine Lizenzierungsoption anfordern möchten, die in der obigen Liste nicht aufgeführt ist, einschließlich Mehrplatzlizenzen und ältere Versionen.
Unsere regulären Preise werden oben angezeigt. Bitte melden Sie sich an um Ihre ermäßigten Preise zu sehen.
What's New in V3.0?
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.

Hersteller
Primärkategorie
Zugehörige Produkte
Zugehörige Kategorien
ComponentSource bietet einen einzigartigen, globalen Service an, der weltweit von über 1.000.000 Entwicklern benutzt wird.