Search found 56 matches

by IntegraMike
Tue Mar 10, 2020 10:00 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: ArgumentOutOfRange Exception in Comment.AddReply
Replies: 9
Views: 1995

ArgumentOutOfRange Exception in Comment.AddReply

Hello, I'm currently working with adding replies to annotations and in the scenario where I create an annotation, then without saving the document add a reply to it one of the internal collections is throwing. The stack trace is: at System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgume...
by IntegraMike
Tue Mar 10, 2020 9:45 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Font Properties on PdfTextAnnotation
Replies: 3
Views: 671

Re: Font Properties on PdfTextAnnotation

Awesome, thank you! I'll start taking a look at that.
by IntegraMike
Fri Feb 28, 2020 9:54 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Font Properties on PdfTextAnnotation
Replies: 3
Views: 671

Font Properties on PdfTextAnnotation

I'm trying to allow for different font properties to be set on replies to annotations, but there doesn't appear to be a way to save the updated font data to the text annotation. As a result I can't have one user save their reply with one set of font settings and another reply with a different set la...
by IntegraMike
Thu Feb 06, 2020 12:11 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Form Field Update Issue
Replies: 2
Views: 1071

Form Field Update Issue

Hello, in implementing PDF forms we're running into an issue with form fields with the same name but different casing. The field names should be case sensitive, but do not appear to be. I am sending two documents to the support email referencing this thread as an example of the behavior we're seeing...
by IntegraMike
Thu Jan 23, 2020 2:07 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Working with Popup Annotations
Replies: 7
Views: 1715

Re: Working with Popup Annotations

This is great news, thank you very much! I'll start implementing this functionality into our product ASAP.
by IntegraMike
Thu Jan 23, 2020 2:06 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: PdfFreeTextAnnotation font question
Replies: 4
Views: 1270

Re: PdfFreeTextAnnotation font question

Thank you, that makes sense. I will see if I can provide you with a document with the behavior I have seen and we can go from there.

Thanks again!
Mike
by IntegraMike
Thu Jan 23, 2020 2:04 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Add PdfAnnotation Programatically
Replies: 1
Views: 951

Add PdfAnnotation Programatically

Hello, I'm trying to add a PdfFreeTextAnnotation to a PDF document without user interaction but am having trouble doing so. I am able to create the annotation just fine, but it requires a mouse click before the annotation is added to the document. Is there a good way to do this from code? Any sugges...
by IntegraMike
Thu Jan 23, 2020 2:01 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: PdfFreeTextAnnotation Edit Mode Capturing Keyboard Events
Replies: 3
Views: 1150

PdfFreeTextAnnotation Edit Mode Capturing Keyboard Events

Hello, we're working on doing some custom hotkey work for the PdfFreeTextAnnotations, specifically when they're in text edit mode but having some issues trapping/overriding the default hotkeys. We're specifically looking at CTRL+I and CTRL+B right now but are not seeing where the events are for the ...
by IntegraMike
Fri Jan 17, 2020 9:17 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: PdfFreeTextAnnotation font question
Replies: 4
Views: 1270

Re: PdfFreeTextAnnotation font question

Thanks for the information Alex, are there any plans to implement the ability to do this (or possibly something like the ability to display HTML text)? I've seen it done, but I don't know the way the data is stored in the PDF or how complex it would be. Also is there any plan to update the PdfFont t...
by IntegraMike
Fri Jan 03, 2020 10:53 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: PdfFreeTextAnnotation font question
Replies: 4
Views: 1270

PdfFreeTextAnnotation font question

Hello, I'm currently working on implementing font manipulation for PdfFreeTextAnnotations but am having issues setting strikethrough and underlining on the font. I see that there are enums for PdfFontCharacteristics and PdfFontWeight but I can't see where they are used as properties. These also only...