Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Programmieren allgemein (https://www.delphipraxis.net/40-programmieren-allgemein/)
-   -   TAcroPDF und die Kommentarfunktion aktivieren (https://www.delphipraxis.net/191768-tacropdf-und-die-kommentarfunktion-aktivieren.html)

stalkingwolf 17. Feb 2017 11:04

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 00:56 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz