Führen Sie folgenden Befehl in der Package Manager Console aus:
> Install-Package PdfPrintingNet
Führen Sie folgenden Befehl in der Package Manager Console aus:
> Install-Package PdfPrintingCore
EIGENSCHAFTEN
- [PdfEdit] Added functionality to sign PDF documents with a certificate
- [PdfViewer] Added DocumentClosed event
FEHLERBEHEBUNG
- Fixed further issues where signatures were not being shown if the document contained an AcroForm
FEHLERBEHEBUNG
- [PdfViewer] Fixed issue where signatures were not being shown if document contained an AcroForm
FEHLERBEHEBUNG
- [PdfPrint] Clarified printer name mismatch issue when there is a different value in the PrinterName and PrinterSettings properties
- [PdfEdit] Fixed issue with opening protected documents with access permissions
EIGENSCHAFTEN
- Added soft margins feature for printing by using the Margins property
- Reworked scaling logic to avoid old values lingering
- Exposed Custom Scale feature on sample project forms
- Provided option for getting multiple bitmaps from multiple pages by using GetBitmapsFromPdfPages()
- Breaking change: Replaced PageNumber property with FromPage and ToPage properties in PdfPrintImageSettings classes to provide clarity on how page numbers are used and to avoid confusion
EIGENSCHAFTEN
- Updated internal render engine
- Exposed PdfPrintDocument object to provide more control over PDF loading and during printing
- Added new class for grouping settings when printing: PdfPrintDocumentPrintSettings
- Added new classes for grouping settings when saving images: PdfPrintImageSettings, PdfPrintImageSettingsBmp, PdfPrintImageSettingsTiff
- Sample projects updated to show how the new PdfPrintDocument can be used
- Added custom scaling for printing
- Breaking change: Renamed MultiDocumentPageQuerySettingsEventArgs.QueryPageSettingsEventArgs to MultiDocumentPageQuerySettingsEventArgs.DocumentPageQuerySettingsEventArgs
- Breaking change: Windows XP is no longer supported, Windows 7 is now the oldest supported operating system
FEHLERBEHEBUNG
- Print cancel fixed for multi-document printing
FEHLERBEHEBUNG
- Fixed XML comments not appearing
- [PdfViewer] Fixed Visual Studio Toolbox bug in .NET Core version
FEHLERBEHEBUNG
- [PdfEdit] Adjusted centering logic for text fields
FEHLERBEHEBUNG
- Further fixes for compatiblity with .NET 6
- Fixed PdfEdit issue when opening documents with multiple cross reference tables
FEHLERBEHEBUNG
- Fixed compatiblity with .NET 6FEHLERBEHEBUNG
- [PdfEdit] Fixed exception when flattening misaligned PDF documents
- [PdfEdit] Fixed values not being visible in input textboxes when values are added programmatically
FEHLERBEHEBUNG
- [PdfEdit] Exception is now thrown when reading invalid PDF documents to avoid an infinite loop
FEHLERBEHEBUNG
- [PdfPrint] Fixed issue with FileName missing in QueryPageSettingsEventArgs event
- [PdfPrint] Fixed random NullReferenceException during development
FEHLERBEHEBUNG
- [PdfPrint] Added support for ASP.NET Core apps
EIGENSCHAFTEN
DLL is now digitally signed with the certificate.
FEHLERBEHEBUNG
[PdfPrint] Fixed issue with PageAutoSize printing and adjusted sample projects.
FEHLERBEHEBUNG
Fixed offset issue when printing
EIGENSCHAFTEN
- changes needed for the initial version of PdfPrintingCoreFEHLERBEHEBUNG
- [PdfPrint] Pages property was ignored in MultiDocumentPrintFEHLERBEHEBUNG
- [PdfPrint] PrintSettings handler leak when using PrintSettings as a parameterEIGENSCHAFTEN
- [PdfPrint] Added property Rotate used as a workaround in rare situations when PrintOrientation doesn't work correctly due to a non-standard printer driverFEHLERBEHEBUNG
BugFix: - [PdfEdit] In some rare instances, Rotate parameter wasn't read correctlyEIGENSCHAFTEN
- [PdfPrint] Pages property accepts "fromPage-" formatFEHLERBEHEBUNG
- [PdfPrint] PageAutoSize functionalityEIGENSCHAFTEN
- [PdfPrint] Improved PageAutoSize functionalityFEHLERBEHEBUNG
- [PdfEdit] AcroForm fields font wasn't used properlyFEHLERBEHEBUNG
- [PdfViewer] In DisplayAreaMouse events mouse location wasn't available without casting it to MouseEventArgsEIGENSCHAFTEN
- [PdfViewer] Added DisplayAreaMouse eventsFEHLERBEHEBUNG
- [PdfPrint] Changing paper source didn't work correctly in OnQueryPageSettings eventFEHLERBEHEBUNG
- [PdfEdit] Bug in opening a PDF document which contains empty Pdf objectFEHLERBEHEBUNG
- [PdfPrint] Bug in printing Adobe PDF forms for some documentsFEHLERBEHEBUNG
- [PdfEdit] Bug in ASCIIHexDecode filterFEHLERBEHEBUNG
- [PdfPrint] When used in WCF service initialization, PdfPrint messed up WCF serviceFEHLERBEHEBUNG
- [PdfEdit] AcroForm checkbox in some cases wasn't flattened correctlyFEHLERBEHEBUNG
- [PdfViewer] In some rare cases, link in the document didn't workEIGENSCHAFTEN
- [PdfViewer] Added property ImageSelectionDisabled and TextSelectionDisabledFEHLERBEHEBUNG
- [PdfPrint] memory leak in MultiDocumentPrintFEHLERBEHEBUNG
- [PdfViewer] Opening a web-link didn't work correctlyFEHLERBEHEBUNG
- [PdfEdit] Creating a new document from another PDF document with forms produced an invalid output fileFEHLERBEHEBUNG
- [PdfEdit] Fill form improvements: Arabic text, multiline and rotated fields didn't display correctlyFEHLERBEHEBUNG
- [PdfEdit] - bug in saving one PDF documentFEHLERBEHEBUNG
- [PdfEdit] - bug in opening some PDF documentsFEHLERBEHEBUNG
- [PdfViewer] print error fixedFEHLERBEHEBUNG
- [PdfEdit]: resolved exception in multi-thread useFEHLERBEHEBUNG
- [PdfViewer/PdfPrint]: correctly show/print JPG images even if their color space is incorrectFEHLERBEHEBUNG
-[PdfViewer]: For some rare PDF cases, text selection didn't work correctlyEIGENSCHAFTEN
- [PdfViewer]: Added SupressErrorMessageInPrint propertyFEHLERBEHEBUNG
- [PdfViewer]: Added message box to show OutOfMemory if neededFEHLERBEHEBUNG
- [PdfPrint] Added OutOfMemory return statusFEHLERBEHEBUNG
- [PdfEdit]: Resolved bugs for two malformed PDF documentFEHLERBEHEBUNG
[PdfEdit]: Resolved bug for one malformed PDF documentFEHLERBEHEBUNG
- [PdfEdit]: Resolved bug for one malformed PDF documentEIGENSCHAFTEN
- [PdfViewer]: Added properties OverridePrinterResolution and PrinterResolutionFEHLERBEHEBUNG
- [PdfEdit]: Flatten PDF form bugFEHLERBEHEBUNG
- [PdfPrint]: Resolved a small bug in printingFEHLERBEHEBUNG
- [PdfEdit]: Resolved bug introduced in the previous versionEIGENSCHAFTEN
-[PdfPrint]: JobId is now available in Print eventsFEHLERBEHEBUNG
-[PdfEdit]: Resolved error in merging of one malformed PDF documentFEHLERBEHEBUNG
- [PdfViewer] Text selection didn't work correctly in some rare casesFEHLERBEHEBUNG
- [PdfEdit]: PageOrientation.Landscape didn't work correctlyEIGENSCHAFTEN
- [PdfEdit] added centered alignment in text-formatterFEHLERBEHEBUNG
[PdfPrint] UseOldPrintSystem has issues with Landscape orientation in the case when PDF has pages with different page orientationFEHLERBEHEBUNG
- PdfEdit: PageOrientation.Landscape didn't work correctlyFEHLERBEHEBUNG
- PdfEdit: memory leakFEHLERBEHEBUNG
- [PdfPrint] Converting PDF page with the form to the image in some cases didn't flatten the form properlyFEHLERBEHEBUNG
- improved printing engineFEHLERBEHEBUNG
- [PdfEdit] Small improvement in handling of malformed PDF documentsEIGENSCHAFTEN
- [PdfPrint] Added property UseOldPrintingSystemFEHLERBEHEBUNG
- [PdfViewer] Search - it crashed if trying to go to the non-existent page and then trying to search non-existent textFEHLERBEHEBUNG
- [PdfPrint] MultiDocumentPrint didn't work correctly in some rare cases.EIGENSCHAFTEN
- [PdfPrint] Improved printing engine.FEHLERBEHEBUNG
- [PdfViewer] Crashes if the indicated page number is higher then the available page number. This bug was introduced in version 4.5.2.0.FEHLERBEHEBUNG
- memory leak in converting PDF page to BW imageFEHLERBEHEBUNG
- [PdfPrint] Printer settings used in PrintWithAdobe method didn't work correctly while printing to the non-default printerEIGENSCHAFTEN
- added option to convert PDF page to a color image as a 24-bit. Before only the 32-bit was available.FEHLERBEHEBUNG
- [PdfEdit] Encryption of the PDF document wasn't working properlyEIGENSCHAFTEN
- [PdfViewer]It is possible to translate PdfViewera in runtime with an external file.FEHLERBEHEBUNG
- [PdfEdit] Improved handling of problematic non-standard PDF documentsFEHLERBEHEBUNG
- [PdfViewer] Problem in Visual Studio DesignerEIGENSCHAFTEN
-[PdfPrint] Improved printing speed on some printers for default Print of the multi-document printFEHLERBEHEBUNG
- [PdfViewer] Printing on Microsoft XPS Document Writer wasn't workingEIGENSCHAFTEN
- [PdfPrint] improved printing speed for some printers when printing a single document using default Print methodFEHLERBEHEBUNG
- [PdfPrint] resolved scaling issue introduced in the previous versionEIGENSCHAFTEN
[PdfPrint] Added property CheckPrinterExistence.FEHLERBEHEBUNG
[PdfViewer/PdfPrint] For some badly formatted PDF documents library crashed.EIGENSCHAFTEN
- [PdfEdit] CheckBox and RadioButton incorrectly setting value in some casesEIGENSCHAFTEN
- Added Flatten method for AcroForm in PdfEditFEHLERBEHEBUNG
- MultiDocumentPrint ignored SettingDialog property of the PdfPrintEIGENSCHAFTEN
- Improved stability of the core PDF rendering engineFEHLERBEHEBUNG
- Resolved bug in OnLinkClicked when the link points to external PDF fileEIGENSCHAFTEN
- PDFViewer: Added event LinkClicked.FEHLERBEHEBUNG
- PDFViewer: resolved bug in WPFEIGENSCHAFTEN
- Watermark: added property PrintWatermarkFEHLERBEHEBUNG
- Resolved bug in IsAutoRotate when used with the AutoPageSize propertyEIGENSCHAFTEN
- Added Edit PDF functionalityFEHLERBEHEBUNG
- Viewer: resolved memory leak if PDF has a lot of big imagesFEHLERBEHEBUNG
- PdfViewer toolbar didn't show correctly when used in Windows forms tab controlEIGENSCHAFTEN
- PdfViewer: option to disable shortcutsFEHLERBEHEBUNG
- memory leak when printing large PDF documents with a lot of imagesFEHLERBEHEBUNG
- Tablet PC touch scrollEIGENSCHAFTEN
- faster printing and rendering up to 60%FEHLERBEHEBUNG
- Japanese fonts didn't displayed correctly [Fixed]EIGENSCHAFTEN
- resolved bug in MutltiDocumentPrintFEHLERBEHEBUNG
- improved WPF supportEIGENSCHAFTEN
- Viewer ComponentFEHLERBEHEBUNG
- Improvement in stability of printing engineEIGENSCHAFTEN
- Added Opacity for WatermarkFEHLERBEHEBUNG
- CMYK 0,0,0,1 not printed as black on OKI printerEIGENSCHAFTEN
- Added print multiple documents as single printer jobFEHLERBEHEBUNG
- Improved stability in multi thread usageFEHLERBEHEBUNG
- Resolved some bugs with landscape printingFEHLERBEHEBUNG
- Improved stability and quality of PdfPrint printing engineFEHLERBEHEBUNG
- Resolved problem with FIPS licensingFEHLERBEHEBUNG
- Resolved small bug in printing malformed PDF documentEIGENSCHAFTEN
- Small improvements in PrintWithAdobe stabilityEIGENSCHAFTEN
- Added control of centering content in standard Print methodFEHLERBEHEBUNG
- In some rare cases, german letters weren't printed correctlyFEHLERBEHEBUNG
- Fixed issue: AutoRotate didn't work correctly with Print PDFbyte[]EIGENSCHAFTEN
- PDFPrint library is now FIPS compliantEIGENSCHAFTEN
- New property - IsAutoRotate which enables that our engine sets automatically Portrait / Landscape orientation based on the document contentFEHLERBEHEBUNG
- Fixed bug in programs which used previous version of PdfPrint library (2.8.8) and were compiled as AnyCPU with .NET 3.5FEHLERBEHEBUNG
- Improved printing quality and stabilityFEHLERBEHEBUNG
- Resolved memory leak in getting pdf pages as imagesEIGENSCHAFTEN
- Added option “Render before Print” to Print method - when used, that improves quality of the printing resultFEHLERBEHEBUNG
- Improved stability with PrintWithAdobe method on 8/8.1 and 2008/2012 Operating systemsEIGENSCHAFTEN
- PrintWithAdobe method can now have as a parameter PrinterSettingsEIGENSCHAFTEN
- Added more method overloadsEIGENSCHAFTEN
- PrintWithAdobe() now also works in 64 bit processesFEHLERBEHEBUNG
- Improved stability in Print method which uses byte[] as parameterEIGENSCHAFTEN
-Added new Print method which accepts PrinterSettings parameterEIGENSCHAFTEN
-Added method PrintWithAdobe. It allows in 32 bit windows/console application to print silently using Adobe.FEHLERBEHEBUNG
- Resolved bug "Network printer not found" when using network printerFEHLERBEHEBUNG
- Fixed: some methods weren't available in VB.netFEHLERBEHEBUNG
- Fixed: if there was dot (.) in the name of the folder, saving images didn't work correctlyEIGENSCHAFTEN
- Windows 2012 made some updates which needed to be adjusted with our productEIGENSCHAFTEN
- Considering the request of our customers, we made improvements in the demo editionFEHLERBEHEBUNG
- Resolved bug with 16bit tiff picturesEIGENSCHAFTEN
- We updated the version to achieve full compatibility with 64bit OSFEHLERBEHEBUNG
- Resolved bugs in converting tiff imagesFEHLERBEHEBUNG
- Resolved bugs in printing and fixed stability issuesIn der folgenden Liste finden Sie Informationen zu unterstützten Remote Desktop-Technologien und Betriebssystemen.
UNTERSTÜTZTE FRAMEWORKS
.NET Framework 2.0-4.8, .Core 3.1+, .NET 5+
UNTERSTÜTZTE BETRIEBSSYSTEME
Windows 11, 10, 8.1, 8, 7, Vista, XP, Windows Server 2022, 2019, 2016, 2012 / 2012 R2, 2008 / 2008 R2, 2003 / 2003 R2
Fragen Sie eine kostenlose Testlizenzverlängerung an, falls Sie mehr Zeit zur Prüfung unseres Produkts benötigen. Sie erhalten Ihre neue Testlizenz kurz nachdem Sie die Anforderung ausgefüllt haben.
Cloud-Services und Managed Services-Anbieter können von unseren Produkten profitieren. Mit dem Terminalworks-Partnerprogramm können Sie Lizenzpakete für Terminalworks-Produkte kaufen und weiterverkaufen.