Tools/Utilities PDFium Component Suite for .NET - All Here

ermax

Well-known member
Команда форума
Moderator
Premium
Регистрация
05.05.2008
Сообщения
2 485
Реакции
2 188
Баллы
113
Местоположение
here and there
Native language | Родной язык
Other language
PDFium Component Suite for .NET
more info
PDFium-Component-Suite.jpg


PDFium Component Suite for .NET is a component for viewing, browsing, extracting text and editing PDF files.

This package is a PDFwise library that runs on Windows only. This component is an open source library and is a powerful library for viewing pdf in Chrome.

You can use this component to display and direct pdf files. In addition, you can extract the text from the pdf file and edit it. If you are looking for a pdf viewer or editor for the mobile device, you can try this pdf based pdf file maker and pdf viewer.

However, the PDFium component is a commercial component for Windows, with its free trial version available.

Features PDFOne Component Suite for .NET:
  • Use the PDFium's Open Source Rendering Engine
  • Available for .NET 2 to 4.6
  • Source code available in full version.
  • Free distribution in apps
  • See the full PDF200 Component Suite for .NET details here.
Delphi and C++ Builder components for viewing, navigating, text extracting and editing PDF files.
  • uses PDFium open-source PDF rendering engine
  • available for Delphi/C++ Builder 5 - 10.2 and Lazarus 1.8
  • source code included in registered version
  • royalty free distribution in applications
FAQ
How can I open PDF from memory?
Код:
var PdfContent: TArray<Byte>; // PDF content
PdfContent := TFile.ReadAllBytes('file.pdf'); // read PDF content from file to memory
Pdf.LoadDocument(PdfContent, Length(PdfContent)); // load PDF from memory data
 
197 136Темы
634 106Сообщения
3 618 349Пользователи
bullj5112Новый пользователь
Верх