Search found 65 matches

by Yuri
Tue Sep 30, 2025 3:26 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Handling of space and special characters in filenames
Replies: 1
Views: 30949

Re: Handling of space and special characters in filenames

Hi,

To override the file name escaping mechanism, please override the Vintasoft.Imaging.Web.Services.VintasoftFileWebService.GetSafeFileId method.

To override the used VintasoftFileWebService, please use the CreateWebService method override in your inheritor of Vintasoft.Imaging.AspNetCore ...
by Yuri
Wed Oct 06, 2021 11:31 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: AutoSize not working correctly in multi line Text Widget.
Replies: 2
Views: 50288

Re: AutoSize not working correctly in multi line Text Widget.

Hi,

Yes, please send us a sample document so we can get quick understanding of the problem and provide you a feedback.
by Yuri
Wed Oct 06, 2021 11:28 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Docx revision and comments
Replies: 3
Views: 56641

Re: Docx revision and comments

Hi Marcel,

Rendering of document revisions (removed content) is added to our roadmap.
by Yuri
Tue Oct 05, 2021 5:14 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Issue concatenating documents
Replies: 1
Views: 43219

Re: Issue concatenating documents

Hello Mike,

To concatenate documents with interactive form you should use Vintasoft.Imaging.Pdf.Processing.PdfDocumentCopyCommand class.

This command allows to set the interactive form fields container (field group), where the interactive form field tree from target PDF document must be added to ...
by Yuri
Tue Oct 05, 2021 5:09 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Docx revision and comments
Replies: 3
Views: 56641

Re: Docx revision and comments

Hi Marcel,

1. Comments are not supported in DOCX now, however this functionality is added to our roadmap.

2. It is not quite clear what do you mean - "keep revisions of a docx when converting to a PDF". Could you please send us a DOCX document and a converted PDF document as an example allowing us ...
by Yuri
Mon Jun 01, 2020 4:00 pm
Forum: Announcements
Topic: VintaSoft's Blog has been started!
Replies: 0
Views: 50350

VintaSoft's Blog has been started!

VintaSoft's Blog has been started on June 1, 2020.

We ask you to take with understanding just a few blog articles available during its pilot stage of implementation.

We hope that soon we shall make VintaSoft Blog full of interesting information for you dear developers.
by Yuri
Wed Aug 28, 2019 10:58 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Do you have simple demo of annotation?
Replies: 2
Views: 10772

Re: Do you have simple demo of annotation?

Hi,

If I've right you understood, do you find our Annotation Demo project too complicated?

If so, after installation of the evaluation setup package there are also much more simple demo available:
Open "[install_path]\Examples\CSharp\SimpleDemos" folder for getting C# source codes for WinForms ...
by Yuri
Fri Sep 28, 2018 10:33 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Sticky Note CreatedBy- CreatedDate Display
Replies: 3
Views: 16233

Re: Sticky Note CreatedBy- CreatedDate Display

Hi again,


Please describe in precise details the behavior and logic you want to get from StickyNoteAnnotation. And so we will be able to provide you a quick solution.


Regards,
Yuri
by Yuri
Thu Sep 27, 2018 5:40 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Sticky Note CreatedBy- CreatedDate Display
Replies: 3
Views: 16233

Re: Sticky Note CreatedBy- CreatedDate Display

Hi,

Set the text of StickyNote when you create it:


StickyNoteAnnotationData stickyNote = new StickyNoteAnnotationData();
stickyNote.FillBrush = new AnnotationSolidBrush(Color.Yellow);
stickyNote.CreatedBy = Environment.UserName;
stickyNote.CollapsedTextData.Text = string.Format("CreatedBy ...
by Yuri
Thu Aug 16, 2018 11:46 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: DropShadowEffect for WPF Annotation Views
Replies: 6
Views: 18293

Re: DropShadowEffect for WPF Annotation Views

Hello,

Provide please a snippet of your code showing how you are adding the effect.

Regards,
Yuri