![]() |
TAcroPDF und die Kommentarfunktion aktivieren
Hallo zusammen,
jemand schon einmal TAcroPDF eingebunden und es geschafft das die Kommentarfunktion aktiviert ist? Ein Lizenzproblem kann es eigentlich nicht sein, da der Standalone Acrobatreader dies auf das gleiche Dokument zulässt. Ich rufe TAcroPDF aktuelle folgendermaßen auf.
Code:
if Assigned(AcroPDF1) then begin
AcroPDF1.Visible := TRUE; AcroPDF1.Align := alclient; AcroPDF1.LoadFile(dateiname); AcroPDF1.src:=dateiname; AcroPDF1.setShowToolbar(true); AcroPDF1.setShowScrollbars(true); AcroPDF1.setLayoutMode('SinglePage'); AcroPDF1.setPageMode('none'); AcroPDF1.gotoFirstPage; AcroPDF1.setView('fit'); end; |
Alle Zeitangaben in WEZ +1. Es ist jetzt 10:45 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz