Search found 11 matches

by maggarwal
Thu Mar 20, 2014 10:16 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: New features request for version 8.0 of VintaSoftImaging.NET
Replies: 2
Views: 4654

Re: New features request for version 8.0 of VintaSoftImaging

Need built-in ability to keyword search pdf documents and able to highlight search results. Doing search on PDF documents is a very common scenario and is used quite a bit.
by maggarwal
Thu Aug 29, 2013 5:39 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: New features request for version 7.0 of VintaSoftAnnotation.
Replies: 6
Views: 6530

Re: New features request for version 7.0 of VintaSoftAnnotat

We plan to release version 7.0 of VintaSoftImaging.NET SDK at the end of June.
When will this be released?
by maggarwal
Tue May 21, 2013 5:28 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: PDF Document Security
Replies: 1
Views: 8774

PDF Document Security

Hi,

I want to encrypt/secure pdf documents before saving them back to the disk, how can I achieve that?
by maggarwal
Fri May 17, 2013 8:07 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: PDF Select all search results
Replies: 3
Views: 8789

Re: PDF Select all search results

How can I get all the search results? I can find text but that only runs once. Find next goes infinitely and causes stack overflow exception. Please advise. Thanks private void PDFViewerToolOnTextSearched(object sender, PdfTextSearchedEventArgs e) { if (e.FoundTextRegion == null) { ImageViewer.Visua...
by maggarwal
Wed May 08, 2013 12:32 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: PDF Select all search results
Replies: 3
Views: 8789

PDF Select all search results

Hi,

How can I highlight all the search results in a document? I know I can cycle through the search results but I couldn't find any way to highlight all the matches in the document.

Thanks
by maggarwal
Mon Apr 15, 2013 4:42 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: PDF Editor select text
Replies: 3
Views: 6283

Re: PDF Editor select text

Hi Alex, Thanks for the link, but my problem is that I cannot draw a rectangle around the text I am trying to capture. I can retrieve the text using var region = page.TextRegion.GetWordSubregion(pt); but I also want to show a rectangle around the text for user to see. I tried drawing the rectangle u...
by maggarwal
Fri Apr 12, 2013 10:16 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: PDF Editor select text
Replies: 3
Views: 6283

PDF Editor select text

Hi, I want to programmatically select the word which mouse pointer is pointing to. I tried drawing a Rectangle on the page but it didn't work (no rectangle). Can you please help. private void ShowSymbolInfo(Point p) { if (imageViewer1.Image == null) return; lock (_document) { PdfPage page = FocusedP...
by maggarwal
Tue Feb 26, 2013 6:18 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: AnnotationCollection.Changed event problem
Replies: 1
Views: 3290

AnnotationCollection.Changed event problem

I am monitoring AnnotationCollectionChangeAction.AnnotationChanged event for AnnotationViewer, but I get multiple AnnotationCollectionChangeAction.AnnotationChanged events when the event fires. To be precise, I get as many AnnotationCollectionChangeAction.AnnotationChanged events as many annotations...
by maggarwal
Thu Feb 21, 2013 11:48 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: New features request for version 7.0 of VintaSoftAnnotation.
Replies: 6
Views: 6530

Re: New features request for version 7.0 of VintaSoftAnnotat

Currently there is no Undo/Redo support built in to the Annotations system, It'll be really helpful to have that. Also Annotations should raise a Changing event before changed event so that one can grab old copy of annotation before it changes.
by maggarwal
Tue Jan 29, 2013 5:40 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: PDV Viewer Continues Scrolling Mode
Replies: 3
Views: 4720

Re: PDV Viewer Continues Scrolling Mode

Hi Alex,

Can you please provide an example of scroll images in the image viewer with the ScrollPages visual tool.

Thanks