Search found 9 matches

by Johnsnow
Wed Mar 16, 2022 7:36 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Cannot create decoder for file.
Replies: 3
Views: 2426

Re: Cannot create decoder for file.

Hi Alex, I had already included following dlls Vintasoft.Barcode.AspNetCore.ApiControllers.dll Vintasoft.Barcode.dll Vintasoft.Barcode.Web.Services.dll Vintasoft.Imaging.Annotation.AspNetCore.ApiControllers.dll Vintasoft.Imaging.Annotation.dll Vintasoft.Imaging.Annotation.Pdf.dll Vintasoft.Imaging.A...
by Johnsnow
Tue Mar 15, 2022 5:42 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Cannot create decoder for file.
Replies: 3
Views: 2426

Cannot create decoder for file.

Hi, When I running project on localhost and opening file in document viewer its working as expected, but when I hosted application on IIS its throwing this error "Cannot create decoder for "{Network Path}\PDF2.pdf" file." I am using this code to initialize document viewer // crea...
by Johnsnow
Fri Mar 11, 2022 3:37 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: How can I use document viewer as partial view
Replies: 1
Views: 1909

How can I use document viewer as partial view

Hi, I am exploring the source codes of VintaSoft ASP.NET Annotation Demo in installation of VintaSoft Imaging NET SDK - function __initMenu in file "[SdkInstallPath]\VintaSoft\Imaging .NET v11.0\Examples\ASP.NET MVC\CSharp\AspNetMvcAnnotationDemo\Scripts\AnnotationDemo.js". // register new...
by Johnsnow
Tue Mar 08, 2022 4:46 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Customize toolbar options
Replies: 3
Views: 2152

Re: Customize toolbar options

Hi Alexander,

I want to move all buttons from File, View, Tools panel to Annotations toolbar panel with separator, Can you advise for the same?

Thanks,
John
by Johnsnow
Thu Mar 03, 2022 10:20 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Change default path for upload and cache storage
Replies: 1
Views: 1913

Change default path for upload and cache storage

Hi, I had created sample project by following this tutorial. https://www.vintasoft.com/docs/vsimaging-dotnet-web/Programming-Imaging_Web-Tutorials-Add_Document_Viewer_To_Asp_Net_Core_Application.html Its working fine, but Its currently upload the files in the folder "wwwroot/UploadedImageFiles&...
by Johnsnow
Thu Mar 03, 2022 9:28 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Customize thumbnail viewer in sidepanel
Replies: 1
Views: 1865

Customize thumbnail viewer in sidepanel

Hi,

I am trying this demo.
https://demos.vintasoft.com/AspNetMvcAnnotationDemo/

As its showing thumbnails of files in side panel, with page number, Is there any way that I can add checkbox alongside with thumbnail to select multiple thumbnails by checking that checkboxes?

Thanks.
by Johnsnow
Thu Mar 03, 2022 9:21 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Customize toolbar options
Replies: 3
Views: 2152

Customize toolbar options

Hi,

I am trying this demo.
https://demos.vintasoft.com/AspNetMvcAnnotationDemo/

As there are separate tabs for toolbar options (File, View, Tools, Annotations) and all tabs has different options, Is there any way to display all options from all these tabs as single toolbar strip.

Thanks.
by Johnsnow
Thu Mar 03, 2022 8:07 am
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Saving tiff or image files with annotations not working
Replies: 2
Views: 3645

Re: Saving tiff or image files with annotations not working

Hi Alex,

Thank you very much for easy solution :) , you saved my day.

Regards,
Johnsnow
by Johnsnow
Wed Mar 02, 2022 3:19 pm
Forum: VintaSoft Annotation .NET Plug-in Discussions
Topic: Saving tiff or image files with annotations not working
Replies: 2
Views: 3645

Saving tiff or image files with annotations not working

Hi,

I am trying this demo to save file with annotations.
https://demos.vintasoft.com/AspNetMvcAnnotationDemo/

When I test with PDF, its saving and downloading annotated files, but it's not working with tiff and any other image files.

Please look into this and advise.

Thanks,