Search found 56 matches

by IntegraMike
Sat May 22, 2021 1:56 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Saving To PDF document size is increasing
Replies: 3
Views: 4827

Saving To PDF document size is increasing

Hello, I'm running into a strange issue that I'm hoping there might be a quick answer for. In a released version of our product, which currently uses version 9.1.2.23 of the Imaging library we're seeing files increase in size by about 400kb per PdfFreeTextAnnotation that is being added when we save....
by IntegraMike
Fri Apr 16, 2021 8:46 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Convert XFA PDF to non-XFA PDF
Replies: 3
Views: 5679

Convert XFA PDF to non-XFA PDF

Hello, I'm looking for a way to convert XFA PDFs into standard PDFs, especially dynamic XFA forms (some of which have JavaScript). I've looked at the PdfDocumentConverter and while it seems to convert between PDF standards, is there a good way to take the stuff from the XFA document and turn that in...
by IntegraMike
Mon Mar 01, 2021 8:24 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Always display drop down arrow in PdfInteractiveFormComboBoxField
Replies: 5
Views: 5039

Re: Always display drop down arrow in PdfInteractiveFormComboBoxField

Thanks for the quick response, and getting the option to set the icon would probably be useful, but what I'm actually looking to do is always draw the field as if it were in edit/interacting mode, whether it is or isn't. Currently I have a form that has a combo box that changes the displayed fields ...
by IntegraMike
Sat Feb 27, 2021 12:52 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Always display drop down arrow in PdfInteractiveFormComboBoxField
Replies: 5
Views: 5039

Always display drop down arrow in PdfInteractiveFormComboBoxField

Hello, I'm currently trying to get a PdfInteractiveFormComboBoxField that is in a widget annotation to always show the drop down indicator that is displayed when you click into the field, but I haven't been able to find a good way to make this happen. The reason this has become an issue is that ther...
by IntegraMike
Wed Jul 01, 2020 9:35 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: PdfInkAnnotation draw with a Bezier curve
Replies: 4
Views: 1311

PdfInkAnnotation draw with a Bezier curve

Hi, I'm looking to mimic the behavior of Adobe with the ink annotation. Currently when you draw an ink annotation there it draws a line from point to point while your drawing and when you exit edit mode it smooths that line into a curve (which appears to be a bezier curve). I'm looking to do the sam...
by IntegraMike
Wed Jun 03, 2020 3:57 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Overriding Cursors
Replies: 3
Views: 999

Re: Overriding Cursors

That was actually what I tried to do first, but there's something going on in the background that is occasionally bringing back cursors that aren't valid for the tool (especially when hovering over locked annotations for some reason). I've gone back to that and by adding the hack of in the mouse mov...
by IntegraMike
Mon Jun 01, 2020 11:55 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Overriding Cursors
Replies: 3
Views: 999

Overriding Cursors

Hi, I'm looking to overwrite the cursors for the annotation tool for specific annotation types (ex. Replace the normal cursor and action cursor for the PdfAnnotationTool to reflect the annotation that will be created by the tool is an ink annotation, etc.). I can get the icon replaced, but for some ...
by IntegraMike
Fri May 15, 2020 11:12 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Adding an indicator to annotations with Popups
Replies: 3
Views: 1019

Re: Adding an indicator to annotations with Popups

Thanks! That got me 99% of the way there. I have this working for all of the annotation types except for Ink annotations because I'm having an issue getting the path to be drawn. The annotation has a Point[][] and I'm trying to get that run in a PdfGraphics.DrawX method. I've tried most of them but ...
by IntegraMike
Thu May 14, 2020 9:02 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Adding an indicator to annotations with Popups
Replies: 3
Views: 1019

Adding an indicator to annotations with Popups

I'm currently trying to add an indicator to annotations with popups but running into issues. My plan was to just draw an icon in the top right corner of the annotation but when doing that I'm losing the graphics of the original annotation. Do you have any advice about how I could go about this (or a...