Search found 7 matches

by jadsonbr
Mon Oct 23, 2017 4:15 pm
Forum: PDF-XChange Core API SDK
Topic: PXC_Document::WriteToFile access violation
Replies: 12
Views: 4714

Re: PXC_Document::WriteToFile access violation

It worked with the code below that sent.
And sorry if there was any misunderstanding. It's that I do not speak English and I was with google help.

Code: Select all

procedure VerifyFPControlWord;
var
	FPUCW: Word;
begin
	FPUCW := Get8087CW();
	if ( FPUCW <> $027F ) then
		Set8087CW( $027F );
end;
by jadsonbr
Mon Oct 23, 2017 2:20 pm
Forum: PDF-XChange Core API SDK
Topic: PXC_Document::WriteToFile access violation
Replies: 12
Views: 4714

Re: PXC_Document::WriteToFile access violation

0. Which build are you using and which error did you get? Re: Build 6.0.322.6 Error: floating point invalid operation at 0x6806606b Error: OLE error 83FF0020 1. Do you save files with same name or different? Re: Yes 2. Can we see a code reproducing problem? procedure SignDocument(doc: PDFXCoreAPI_TL...
by jadsonbr
Mon Oct 23, 2017 12:16 pm
Forum: PDF-XChange Core API SDK
Topic: PXC_Document::WriteToFile access violation
Replies: 12
Views: 4714

Re: PXC_Document::WriteToFile access violation

My code is in pascal.
Now when I withdraw the license it works normally in trial mode plus if I put the license I'm getting this error.
by jadsonbr
Thu Oct 19, 2017 5:06 pm
Forum: PDF-XChange Core API SDK
Topic: PXC_Document::WriteToFile access violation
Replies: 12
Views: 4714

Re: PXC_Document::WriteToFile access violation

I'm getting the same error too.
by jadsonbr
Tue Oct 17, 2017 8:10 pm
Forum: PDF-XChange Core API SDK
Topic: Signature from store
Replies: 15
Views: 5004

Re: Signature from store

Would you have this example signature in Delphi?
by jadsonbr
Tue Sep 13, 2016 12:11 pm
Forum: PDF-XChange Editor SDK
Topic: Find text
Replies: 3
Views: 1304

Re: Find text

I need only detect and know what the page or pages that were found. No need to show anything to the user.
by jadsonbr
Tue Sep 13, 2016 12:01 pm
Forum: PDF-XChange Editor SDK
Topic: Find text
Replies: 3
Views: 1304

Find text

Which function to use in Delphi to search for a text in a PDF?