Search found 64 matches

by Yuri
Mon Jun 05, 2017 11:53 am
Forum: Announcements
Topic: VintaSoft's Twitter started!
Replies: 0
Views: 22975

VintaSoft's Twitter started!

VintaSoft staff started to twitter on regular basis :-)

Subscribe to VintaSoft's Twitter account (@vintasoft) and stay informed about all releases along with interesting information about current developments, which goes far beyond the official release data:
https://twitter.com/vintasoft
by Yuri
Thu Apr 27, 2017 3:45 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Migration Question
Replies: 2
Views: 6322

Re: Migration Question

Hi,

Please send the following information to support@vintasoft.com and we'll try to help you:
1) your images with stamp annotation not showing in v8.5
2) information allowing to identify your license

--
Kind regards,
Yuri
by Yuri
Fri Oct 09, 2015 5:31 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Embedded fonts in PDF/A
Replies: 5
Views: 15431

Re: Embedded fonts in PDF/A

Hello, Yes, the embedding of fonts into pdf is not supported at this time. This opportunity would be added in next version 8.3 coming soon, but the ability to check whether the embedded font is compliant with PDF/A standard would be implemented later. When copying each page separately the common res...
by Yuri
Fri Oct 09, 2015 10:28 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: DIB-Pointer from VintasoftImage
Replies: 2
Views: 4705

Re: DIB-Pointer from VintasoftImage

Hello Daniel, Yes, please try to use the following code: [System.Runtime.InteropServices.DllImport("gdi32.dll")] public static extern bool DeleteObject(IntPtr hObject); VintasoftImage image = ...; // create bitmap form VintasoftImage using (Bitmap bitmap = image.GetAsBitmap()) { // create ...
by Yuri
Fri Sep 04, 2015 6:02 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Load, change and save image to the same file in Image Viewer
Replies: 14
Views: 23505

Re: Load, change and save image to the same file in Image Viewer

Hello Daniel,

Why can't you modify and use our Imaging Demo? It does what you need.

--
Regards, Yuri
by Yuri
Fri Sep 04, 2015 11:39 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Load, change and save image to the same file in Image Viewer
Replies: 14
Views: 23505

Re: Load, change and save image to the same file in Image Viewer

Hello Daniel, Your code looks correct, however the simultaneous image decoding (asynchronously in viewer) with encoding of the same image causes a mutual locking. It isn't a good practice because, theoretically, there might take place any changes in image collection: removing images, insert etc. and...
by Yuri
Fri Sep 04, 2015 11:00 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Saving files with original settings
Replies: 8
Views: 7752

Re: Saving files with original settings

Hi Daniel,

In current version is not possible to get and set quality params and subsampling for JPEG images. The functionality will be available in coming version 8.3, expected until the end of this year.

--
Sincerely,
Yuri
by Yuri
Fri Aug 28, 2015 5:40 pm
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Adding new OCG (layer) to the page
Replies: 3
Views: 7732

Re: Adding new OCG (layer) to the page

Hi Miki,

AFAIK the plan is to release the version 8.3 of VintaSoft Imaging .NET SDK and Plug-ins until the end of this year.

--
Kind regards,
Yuri
by Yuri
Thu Aug 27, 2015 10:36 am
Forum: VintaSoft PDF .NET Plug-in Discussions
Topic: Adding new OCG (layer) to the page
Replies: 3
Views: 7732

Re: Adding new OCG (layer) to the page

Hi Miki, Now it is not possible to create new OptionalContentGroups for PDF. The functionality isn't implemented, but at first glance the implementation could be done rather easy and quickly. As the need arises, we have added that task in the roadmap for the next version 8.3 of VintaSoft Imaging .NE...
by Yuri
Tue Apr 28, 2015 5:45 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: End-user Manual available?
Replies: 7
Views: 14699

Re: End-user Manual available?

Yes, we produce SDKs - software development kits for programmers, not end-user applications. Our demos, are like an end-user application, show the SDK features for quick testing and review. The information about each barcode font can be found in relevant specification of each - encoding modes are we...