Search found 38 matches

by crimsonlogic
Thu May 17, 2018 9:25 am
Forum: PDF-XChange Core API SDK
Topic: Read Annotations and Bookmarks
Replies: 3
Views: 2171

Re: Read Annotations and Bookmarks

Hi Alex

i couldnt able to find helfpul info on this in forum or sdk .. Currently i am using c# to implement this feature

Regards,
Vinay
by crimsonlogic
Thu May 17, 2018 7:57 am
Forum: PDF-XChange Core API SDK
Topic: Read Annotations and Bookmarks
Replies: 3
Views: 2171

Read Annotations and Bookmarks

Hi

Using PDF-Xchange Core API, how can i read Annotations and bookmarks from PDF Document?

regards,
Vinay
by crimsonlogic
Mon Sep 11, 2017 8:52 am
Forum: PDF-XChange Viewer SDK
Topic: Scrollbar of Sticky Note box
Replies: 4
Views: 3578

Re: Scrollbar of Sticky Note box

I found a way like below: 1 click the edit from top menu 2 click preference 3 click the commenting tab 4 check the "copy selected text into highlight ..." so when I double the highlight will get the comment box and with the content. my question is how can I enable it in C# code. Thanks for...
by crimsonlogic
Mon Sep 11, 2017 8:39 am
Forum: PDF-XChange Viewer SDK
Topic: Scrollbar of Sticky Note box
Replies: 4
Views: 3578

Re: Scrollbar of Sticky Note box

Thanks for your answer. Can I ask another question here? I want know the highlight content once user highlight some words in the viewer, in another word it's possible to take the content once user finish the highlight? can I just send the content into clipboard after user highlight something? Hello ...
by crimsonlogic
Thu Aug 31, 2017 6:23 am
Forum: PDF-XChange Viewer SDK
Topic: Scrollbar of Sticky Note box
Replies: 4
Views: 3578

Scrollbar of Sticky Note box

Hi,

We are using the Viewer SDK to develop a document viewer, and allow user to add annotation or comments.
Is possible to show a scrollbar once the content in sticky note box is too long? and how?

Thanks
by crimsonlogic
Mon May 22, 2017 11:23 am
Forum: PDF-XChange Viewer SDK
Topic: about the licenses key and code of sdk pro
Replies: 1
Views: 2113

about the licenses key and code of sdk pro

Hi ,

I have the license of sdk pro, how to get the key and code , we can not find them from my account page.
by crimsonlogic
Tue Jul 12, 2016 2:43 am
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: How to extract comments without exporting file and UI
Replies: 8
Views: 8633

Re: How to extract comments without exporting file and UI

My code: PDFXCoreAPI.PXC_Inst g_Inst = new PDFXCoreAPI.PXC_Inst(); g_Inst.Init(mykey); IPXC_Document pDoc =g_Inst.OpenDocumentFromFile(inputfile,null); IPXC_Pages pages = pDoc.Pages; var pageCount=pages.Count; I can get the page count, but how to do next to get annotation of every page?
by crimsonlogic
Mon Jul 11, 2016 6:38 am
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: How to extract comments without exporting file and UI
Replies: 8
Views: 8633

Re: How to extract comments without exporting file and UI

I am following this post for my purpose. https://forum.pdf-xchange.com/viewtopic.php?f=66&t=25921&p=101345&hilit=IPXC_Page#p101345 According document https://sdkhelp.pdf-xchange.com/view/PXV:IPXC_Pages I can get correct Count property, but when I try to use pages.Item, will get build err...
by crimsonlogic
Mon Jul 11, 2016 2:04 am
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: How to extract comments without exporting file and UI
Replies: 8
Views: 8633

Re: How to extract comments without exporting file and UI

According to the document, IPXC_Document is the interface of object of PDF-XChange Editor SDK.
So I have to use PDF-XChange Editor SDK, not only Core API SDK, right?
by crimsonlogic
Fri Jul 08, 2016 3:02 am
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: How to extract comments without exporting file and UI
Replies: 8
Views: 8633

Re: How to extract comments without exporting file and UI

Thanks for your information.
Is there any C# example for getting annotation page by page with PDFXCoreAPI?
by crimsonlogic
Thu Jul 07, 2016 10:00 am
Forum: PDF-Tools SDK (all our PDF DLL Libraries)
Topic: How to extract comments without exporting file and UI
Replies: 8
Views: 8633

How to extract comments without exporting file and UI

Hi Tracker Team, Currently, I'm using DoVerb with "SummarizeAnnots" to get comments summary. But it will create a physical file and have to load pdf in viewer. I'm doing a simple search engine for searching both content and comments, is there any way that can extract comment page by page l...
by crimsonlogic
Wed Jun 22, 2016 6:48 am
Forum: PDF-XChange Viewer SDK
Topic: Is it possible to do multiple keywords searching?
Replies: 4
Views: 2591

Re: Is it possible to do multiple keywords searching?

Hi Support, I can find the keyword in certain page by using blow code: axCoPDFXCview1.RunJavaScript("this.pageNum=" + pageNum + ";"); int iCmdID = 57636; //This is const of "Find" command. object vDataIn; object[] vArr = new object[2]; vArr[0] = iCmdID; vArr[1] = keywor...
by crimsonlogic
Wed Jun 15, 2016 8:44 am
Forum: PDF-X OCR SDK
Topic: Why only 2 pages OCRd?
Replies: 1
Views: 5172

Why only 2 pages OCRd?

Hi Support, I am doing the coding for OCR, and found only 2 pages OCRd when I pass an original pdf with more then 2 pages. Below is the code: PDFXOCR_Funcs.PXO_Options Options = new PDFXOCR_Funcs.PXO_Options(); Options.blacklist = string.Empty; Options.whitelist = string.Empty; Options.raster_dpi = ...
by crimsonlogic
Wed Jun 15, 2016 2:30 am
Forum: PDF-XChange Viewer SDK
Topic: Is it possible to do multiple keywords searching?
Replies: 4
Views: 2591

Is it possible to do multiple keywords searching?

Hi Support,

There is the requirement for multiple keywords searching:

To search multiple keywords at same time and highlight the result with different color.

Please refer the attachment for understanding the requirement.

Thanks
by crimsonlogic
Wed Jun 15, 2016 2:12 am
Forum: PDF-X OCR SDK
Topic: Can only do OCR for image in document?
Replies: 3
Views: 5940

Re: Can only do OCR for image in document?

Thanks for your information, I will try with your suggestion.
by crimsonlogic
Tue Jun 14, 2016 10:01 am
Forum: PDF-X OCR SDK
Topic: Can only do OCR for image in document?
Replies: 3
Views: 5940

Can only do OCR for image in document?

Hi Support,

Is there any method or options I can use to tell SDK to do OCR on image only, not for whole document?

Because I found the file size will be increased much, and this is not I want.

Thanks!
by crimsonlogic
Fri Jun 03, 2016 8:30 am
Forum: PDF-XChange Editor
Topic: how to export comments into fdf file?
Replies: 4
Views: 1371

Re: how to export comments into fdf file?

I got it by javascript :)
by crimsonlogic
Fri Jun 03, 2016 5:44 am
Forum: PDF-XChange Editor
Topic: how to export comments into fdf file?
Replies: 4
Views: 1371

how to export comments into fdf file?

I can export annotation into txt file with below code. axCoPDFXCview1.SetProperty("Operations.SummarizeAnnots.Output.Type", "txt"); axCoPDFXCview1.SetProperty("Operations.SummarizeAnnots.Output.AutoView", "false"); axCoPDFXCview1.SetProperty("Operations.S...
by crimsonlogic
Wed Feb 17, 2016 11:30 am
Forum: PDF-X OCR SDK
Topic: OCR of pdf and pictures
Replies: 31
Views: 31339

Re: OCR of pdf and pictures

Hi Sasha, We are uploading sample project (TestPDFXChangeORG.zip) to Tracker's FTP . Please unzip with the password sent in a separate email to 'support@pdf-xchange.com' The sample data file (CL.TIF) is in Temp.zip. Please advise how we can use PXC_Err_FormatErrorCode in our program too. Thank you v...
by crimsonlogic
Wed Feb 17, 2016 10:25 am
Forum: PDF-X OCR SDK
Topic: OCR of pdf and pictures
Replies: 31
Views: 31339

Re: OCR of pdf and pictures

Hi Support, I converted my application to 64bit according to Tracker's advice. I am not able to convert image files to pdf. I've replaced all dlls from Bin.64 folders from Tracker Software\PDF-XChange PRO 5 SDK\Examples Our code is as follows: if (Common.IS_DS_FAILED(PDFXC_Funcs.PXC_NewDocument(out ...
by crimsonlogic
Tue Feb 02, 2016 4:49 am
Forum: PDF-X OCR SDK
Topic: OCR of pdf and pictures
Replies: 31
Views: 31339

Re: OCR of pdf and pictures

Hi, As Alex said above, overlaid text is due to the pdf we use has been already OCRed. How can we know whether the pdf is already OCRed? We have another problem in converting word file to pdf. Our code is as follow: Firstly, we opened one word document (doc1.docx). Then, launch our application and u...
by crimsonlogic
Tue Jan 26, 2016 2:52 am
Forum: PDF-X OCR SDK
Topic: OCR of pdf and pictures
Replies: 31
Views: 31339

Re: OCR of pdf and pictures

HI Sasha, Don't understand your statement Maybe it's better to look at the pdf generator and it's options so that it won't generate any text? The PDF program given performs OCR which causes the overlay. What do you mean by the PDF generator?? The other issue is a word file, convert to PDF format and...
by crimsonlogic
Tue Jan 26, 2016 2:45 am
Forum: PDF-X OCR SDK
Topic: OCR of pdf and pictures
Replies: 31
Views: 31339

Re: OCR of pdf and pictures

HI Sasha,

yes, we need the solution of the 17 pages error.


Thanks
fya
by crimsonlogic
Mon Jan 25, 2016 8:21 am
Forum: PDF-X OCR SDK
Topic: OCR of pdf and pictures
Replies: 31
Views: 31339

Re: OCR of pdf and pictures

HI Sasha,

is it possible to know if the file has already been OCR when pass through PDF Xchange SDK?

Any updates on the other issue?


Thanks
fya
by crimsonlogic
Fri Jan 22, 2016 1:36 am
Forum: PDF-X OCR SDK
Topic: OCR of pdf and pictures
Replies: 31
Views: 31339

Re: OCR of pdf and pictures

Hi Sasha,

Any updates??

Thanks
by crimsonlogic
Thu Jan 21, 2016 3:30 am
Forum: PDF-X OCR SDK
Topic: OCR of pdf and pictures
Replies: 31
Views: 31339

Re: OCR of pdf and pictures

Hi Stefan,

Thank you for your reply. We have uploaded the files and sent password in email.
by crimsonlogic
Wed Jan 20, 2016 10:32 am
Forum: PDF-X OCR SDK
Topic: OCR of pdf and pictures
Replies: 31
Views: 31339

Re: OCR of pdf and pictures

Hi Sasha,

Our client is a government agency and they prohibit us to upload their code to cloud due to security concern.

Please help us to provide a secured repository to upload the files. Thank you very much.
by crimsonlogic
Wed Jan 20, 2016 9:51 am
Forum: PDF-X OCR SDK
Topic: OCR of pdf and pictures
Replies: 31
Views: 31339

Re: OCR of pdf and pictures

Program file is about 25MB and sample files are about 4MB after zipping
by crimsonlogic
Wed Jan 20, 2016 9:30 am
Forum: PDF-X OCR SDK
Topic: OCR of pdf and pictures
Replies: 31
Views: 31339

Re: OCR of pdf and pictures

Hi Sasha,

We've tried to send you the programs and sample files via email but failed to send due to the file size. Do you have any other alternative way to deposit our files? Thanks.
by crimsonlogic
Wed Jan 20, 2016 9:23 am
Forum: PDF-X OCR SDK
Topic: OCR of pdf and pictures
Replies: 31
Views: 31339

Re: OCR of pdf and pictures

Hi Sasha,

We will email you a sample program and documents to try out via email (support@pdf-xchange.com) due to file size limitation in file attachment in this forum. We will send them in 2 separate emails. Thanks for your help.
by crimsonlogic
Tue Jan 19, 2016 9:14 am
Forum: PDF-X OCR SDK
Topic: OCR of pdf and pictures
Replies: 31
Views: 31339

Re: OCR of pdf and pictures

Hi Sasha,

Sorry, don't quite understand. which error code you are referring to??

Thanks
by crimsonlogic
Tue Jan 19, 2016 2:17 am
Forum: PDF-X OCR SDK
Topic: Crimsonlogic - OCR Errors
Replies: 4
Views: 6600

Re: Crimsonlogic - OCR Errors

Hi John,

We consolidate the issues under subject : OCR of pdf and pictures
by crimsonlogic
Tue Jan 19, 2016 2:16 am
Forum: PDF-X OCR SDK
Topic: ERROR RUNNING SEARCHABLE. ERROR CODE - 2113263855 URGENT
Replies: 3
Views: 9098

Re: ERROR RUNNING SEARCHABLE. ERROR CODE - 2113263855 URGENT

Hi John,

We will consolidate all the issues under the subject : OCR of pdf and pictures
by crimsonlogic
Tue Jan 19, 2016 2:14 am
Forum: PDF-X OCR SDK
Topic: OCR of pdf and pictures
Replies: 31
Views: 31339

Re: OCR of pdf and pictures

Hi John, 1) I am not able to OCR pdf with 17 pages and above. >> We bought the license of PDF Xchange PRO SDK >> On your website it shows **NEW OCR Module Included** - Now includes PDF-X OCR SDK Module for converting image based PDF files to fully text searchable PDF files at no charge. For more inf...
by crimsonlogic
Mon Jan 18, 2016 5:43 am
Forum: PDF-X OCR SDK
Topic: Crimsonlogic - OCR Errors
Replies: 4
Views: 6600

Crimsonlogic - OCR Errors

To perform and use the OCR features in PDF Xchange, a) First Need to convert the Images, doc, etc to PDF format right? This is using the Took SDK, right? i) In the mail below, as informed the Tool SDK is end of live, thus recommended to use CORE API with the long new license key. Can you provide use...
by crimsonlogic
Sat Jan 16, 2016 6:36 am
Forum: PDF-X OCR SDK
Topic: ERROR RUNNING SEARCHABLE. ERROR CODE - 2113263855 URGENT
Replies: 3
Views: 9098

ERROR RUNNING SEARCHABLE. ERROR CODE - 2113263855 URGENT

Hi Developers, We are using the licensed copy of xCHANGE Pro SDK. However when tried to perform OCR for only 3 copy of DOCX files, it throws error at the subject. PDF-XCHANGE OCR file version 1.0.10.2 This copy was informed to download when we purchase the license. As our application is "Live&q...
by crimsonlogic
Sat Jan 16, 2016 1:51 am
Forum: PDF-X OCR SDK
Topic: OCR of pdf and pictures
Replies: 31
Views: 31339

OCR of pdf and pictures

We bought Pro SDK license under CrimsonLogic Pte Ltd. I have 3 problems now while doing OCR in my WPF application. 1) I am not able to OCR pdf with 17 pages and above. 2) I notice that some successfully OCRed files have text overlaid as in attached screenshot. How can I fix it? 3) When I convert ima...