You are not logged in.
Hello!
When i try to open a pdf in acrobate reader this app close immediatly!! But when open in any browser works great!
How to fix this?
Thanks!
Offline
I am not able to reproduce here.
1) Which compiler do you use?
2) Which version of SynPDF do you use? Where did you get from?
Note that we recommend using mormot.ui.pdf from mORMot 2 for any maintainable project, because it will be more maintained.
Please give a minimal reproducible example (see the forum rules).
Thanks!
Offline
I am not able to reproduce here.
1) Which compiler do you use?
2) Which version of SynPDF do you use? Where did you get from?
Note that we recommend using mormot.ui.pdf from mORMot 2 for any maintainable project, because it will be more maintained.Please give a minimal reproducible example (see the forum rules).
Thanks!
Iam using Delphi6 and Version os Synpdf is 1.18.4554
After open pdf and exacly 10 seconds closes da acrobate!
https://tdpip-my.sharepoint.com/:b:/g/p … w?e=nXx49t
Last edited by Zink (2024-10-24 09:45:09)
Offline
Use the latest version please.
From mormot 1 or mormot 2.
Can you send me link to that update, please?
Offline
mormot2
https://github.com/synopse/mORMot2/blob … ui.pdf.pas
mormot1
https://github.com/synopse/mORMot/blob/ … SynPdf.pas
Last edited by ttomas (2024-10-24 14:01:28)
Online
Hi!
I try to compile synpdf.pas but rise error Undeclared Identifier Bool_Utf8.
Can you help me?
Offline
Declared in SynCommons.pas, do you mix old and new pas files?
Online
Declared in SynCommons.pas, do you mix old and new pas files?
Well i though it was only compile synpdf.pas!
Offline
Declared in SynCommons.pas, do you mix old and new pas files?
In syntable.pas undeclared identifier Ptrint
Whats this?
Offline
Declared in SynCommons.pas, do you mix old and new pas files?
It finaly work again but my problem remains!!
Open pdf in browser works fine but open in acrobate, last version, after 10 secs close it self!!
Offline
i copy the last updtate but sometimes rise this error in syntable: undeclared indentifier PtrInt.
type
PMatch = ^TMatch;
TMatchSearchFunction = function(aMatch: PMatch; aText: PUTF8Char; aTextLen: PtrInt): boolean;
how can i fix it?
Offline