Search found 11 matches

by aleksand
Fri Apr 30, 2021 8:25 am
Forum: PDF-XChange Core API SDK
Topic: memory problem with Stamp annotation
Replies: 3
Views: 3223

Re: memory problem with Stamp annotation

Hi Alex, Sorry for long answer. I tried to reproduce on your examples (console and mfs), but can not. I investigate more and I hope that I found the problem. I use CoreApi from java like dynamic dlls. The problem is exist only if I do not call finalizaSDK before DllProcessDetach (or call finalizaSDK...
by aleksand
Mon Apr 26, 2021 1:49 pm
Forum: PDF-XChange Core API SDK
Topic: memory problem with Stamp annotation
Replies: 3
Views: 3223

memory problem with Stamp annotation

Hi, I use c++ coreApi sdk. I implement add Stamp annotation to pdf and after start closing my application problem with memory begin (crash and create hs-* error file) . I use like code for create new stamp annotation (it is not full but this part is enough for reproduce problem): PXC::ULONG_T nAtom;...
by aleksand
Fri Apr 02, 2021 11:05 am
Forum: PDF-XChange Core API SDK
Topic: print problem after Microsoft update KB5000802
Replies: 7
Views: 3847

Re: print problem after Microsoft update KB5000802

Hi,

Thanks a lot. Own tests show that after last update of microsoft all is working.

p.s. Please close the topic. (I do not found like button).

Thanks,
Ecgeny.
by aleksand
Fri Mar 19, 2021 9:57 am
Forum: PDF-XChange Core API SDK
Topic: print problem after Microsoft update KB5000802
Replies: 7
Views: 3847

Re: print problem after Microsoft update KB5000802

Hi Stefan,

Thanks a lot. I check last version of PDF-XChange editor. It also has like problem after some times (see scrinshort).
hang.png
p.s. BigMike thanks a lot I will check this update from Microsoft.

Thanks,
Evgeny.
by aleksand
Thu Mar 18, 2021 12:27 pm
Forum: PDF-XChange Core API SDK
Topic: print problem after Microsoft update KB5000802
Replies: 7
Views: 3847

print problem after Microsoft update KB5000802

Hi, I use coreApi sdk. I do print use like code: if (::StartDoc(pdx->hDC, &di) > 0) { for (int page=fromPage-1; page<toPage; page++){ ... CRect DrawRect(0, 0, W, H); CComPtr<PXC::IPXC_OCContext> pROpt; g_Inst->CreateStdOCCtx(&pROpt); pROpt->put_PrintContentFlags(PXC::RenderType_ModePrint); :...
by aleksand
Fri Nov 30, 2018 3:15 pm
Forum: PDF-XChange Core API SDK
Topic: text style for freeText annotation
Replies: 4
Views: 2993

Re: text style for freeText annotation

Hello Alex,

Thanks a lot for example. Now I understand the input format of data for this method of IPXC_AnnotData class.

Cheers,
Evgeny.
by aleksand
Thu Nov 29, 2018 1:03 pm
Forum: PDF-XChange Core API SDK
Topic: text style for freeText annotation
Replies: 4
Views: 2993

Re: text style for freeText annotation

Dear people from Tracker Dev Team,

Can you help me with text style for freeText annotation?

Thanks,
Evgeny.
by aleksand
Mon Nov 26, 2018 11:21 am
Forum: PDF-XChange Core API SDK
Topic: text style for freeText annotation
Replies: 4
Views: 2993

text style for freeText annotation

Hi, I want to add freeText annotation with style ( bold , italic , underline and strike) to page. I can create and add this annotation to page but has some problems with set style of text. Use API documentation and forum I found that bold and italic can be set when font is created (CreateNewFont met...
by aleksand
Wed May 23, 2018 8:19 am
Forum: PDF-XChange Core API SDK
Topic: Black rectangles in up right corner when draw or print some document
Replies: 5
Views: 2807

Re: Black rectangles in up right corner when draw or print some document

Hello Alex, Sorry for long answer. For test I use version 7.0.323 of core API. I think you are right and problem with demo label, but it show that we can have problems with some type of pdf files. We have not license key for core API. We have only license key for your old product (based on pxcview.d...
by aleksand
Wed May 16, 2018 11:30 am
Forum: PDF-XChange Core API SDK
Topic: Black rectangles in up right corner when draw or print some document
Replies: 5
Views: 2807

Re: Black rectangles in up right corner when draw or print some document

Hello Alex, Sorry for long answer. I try to prepare small sample project with this problem but has not good result (small project do not reproduce bug). Our main project is big and has parts written in different program languages (JAVA (it is main part) and C++). I try to reproduce this bug only use...
by aleksand
Thu May 10, 2018 3:24 pm
Forum: PDF-XChange Core API SDK
Topic: Black rectangles in up right corner when draw or print some document
Replies: 5
Views: 2807

Black rectangles in up right corner when draw or print some document

Hi, Currently I use Viewer Simple SDK Library for draw and print pdf document. It is working without problem. I want to use in future PDF-XChange Core API SDK (I want use some function like extract text). I download demo version from your site and change my code for work with these libraries, but I ...