Search found 173 matches

by Fabio
Mon Jul 11, 2022 6:53 pm
Forum: PDF
Topic: Render all pages in PDF to Images concurrently
Replies: 3
Views: 7490

Re: Render all pages in PDF to Images concurrently

Hello there,

If your PDF is image-based, the best option is to convert your input PDF into a temporary TIF document and loop on its images.
Let me know if this solution does not fit or if you need any help.

Best regards,
Fabio
by Fabio
Wed Jun 22, 2022 10:34 am
Forum: Annotations
Topic: AddLineArrowAnnot (WPF)
Replies: 1
Views: 6020

Re: AddLineArrowAnnot (WPF)

Hello there, You can set the size of the DashCap by modifying the border-width property of the arrow. -> https://www.gdpicture.com/guides/gdpicture/GdPicture.NET.14~GdPicture14.GdViewer~AddLineArrowAnnotInteractive(Color,Single,Single,Single,Boolean,Single,Boolean).html Please, let me know if it sui...
by Fabio
Thu Jun 16, 2022 12:16 pm
Forum: DocuVieware
Topic: Not for Deployment
Replies: 2
Views: 6743

Re: Not for Deployment

Hello there,

This watermark means you are using the wrong key.
When you purchase DocuVieware, you will have 2 keys. The sort one (38 digits) is for development purposes, and the long one (112 characters) is for production.

Best regards,
Fabio
by Fabio
Fri Jun 03, 2022 3:39 pm
Forum: Feature Requests
Topic: Only Copy Platform Specific Native Binaries from NuGet
Replies: 1
Views: 6334

Re: Only Copy Platform Specific Native Binaries from NuGet

Hello there,

This would be a nice improvement of our NuGet mechanism.
I created a task for our developers for implementing it.
I will keep you updated about any news regarding this implementation.

Thank you very much for your feedback!

Best regards,
Fabio
by Fabio
Wed Apr 13, 2022 4:24 pm
Forum: General discussions
Topic: One of either Get/SetRectCoordinatesOnDocumentInch has a bug
Replies: 9
Views: 19147

Re: One of either Get/SetRectCoordinatesOnDocumentInch has a bug

Hello there,

I created a ticket on our end to let the developers know about this issue.
I will keep you posted about any updates!

Thank you for the feedback.

Best regards,
Fabio
by Fabio
Fri Mar 25, 2022 11:34 am
Forum: DocuVieware
Topic: Viewing a document located in cloud storage like Google Drive, Dropbox or OneDrive
Replies: 2
Views: 31015

Re: Viewing a document located in cloud storage like Google Drive, Dropbox or OneDrive

Hello Loren, You can use our LoadFromURi methods to load a file from your URi: Javascript -> https://www.docuvieware.com/guides/aspnet/LoadFromUri.html .NET -> https://www.docuvieware.com/guides/aspnet/GdPicture.NET.14.WEB.DocuVieware~GdPicture14.WEB.DocuViewareControl~LoadFromUri.html The cloud sto...
by Fabio
Thu Mar 17, 2022 6:31 pm
Forum: DocuVieware
Topic: Append to displayed document via "Open" button
Replies: 3
Views: 7433

Re: Append to displayed document via "Open" button

Hi there, To create an "append to document" scan-like feature, you can do it this way: Create a custom button in the top bar https://www.docuvieware.com/guides/aspnet/GdPicture.NET.14.WEB.DocuVieware~GdPicture14.WEB.DocuViewareControl~AddCustomToolbarButton.html Create a js method that wil...
by Fabio
Fri Feb 11, 2022 6:05 pm
Forum: DocuVieware
Topic: Best Practice for Multiple Pages and Multiple Users
Replies: 3
Views: 7652

Re: Best Practice for Multiple Pages and Multiple Users

Hello there, I think the right method you're looking for is this one: https://www.docuvieware.com/guides/aspnet/GdPicture.NET.14.WEB.DocuVieware~GdPicture14.WEB.DocuViewareManager~AbandonSession.html It will destroy all the objects handled by the specified Docuvieware session, so the document will n...
by Fabio
Thu Feb 10, 2022 4:36 pm
Forum: DocuVieware
Topic: Best Practice for Multiple Pages and Multiple Users
Replies: 3
Views: 7652

Re: Best Practice for Multiple Pages and Multiple Users

Hello, I'm struggling to understand your use case. When you say "page", does it mean a web page or a document page where you dynamically set some TIFF images? In any case, if you want to let your user displays different documents at the same time on the same machine, may the best approach ...
by Fabio
Thu Jan 06, 2022 11:49 am
Forum: Document Printing
Topic: Printing multiple copies
Replies: 1
Views: 6034

Re: Printing multiple copies

Hello Dylan, I'm not sure to understand, by "print" do you mean scan? If yes, I do not see any TWAIN capability for such a process. Regarding your use case, the best way to save each page into one PDF is to scan one page, save it as a PDF, then do it again till there are no more pages to s...
by Fabio
Wed Jan 05, 2022 12:08 pm
Forum: Feature Requests
Topic: WinUI3 and .Net 6
Replies: 1
Views: 6236

Re: WinUI3 and .Net 6

Hello Mihail, We already got the .NET 6 support (Windows only), the TFM is net6-windows. Regarding the WinUI3, we do not provide any component for it. We plan to develop an MAUI component with our solution (at the end of the year), there is a chance that the MAUI can be implemented within a WinUI3 a...
by Fabio
Mon Dec 27, 2021 6:11 pm
Forum: DocuVieware
Topic: DocuVieware Integration into SharePoint 2019
Replies: 9
Views: 23729

Re: DocuVieware Integration into SharePoint 2019

Hello,

Could you write me a ticket on our helpdesk to schedule a meeting?
-> https://orpalis.zendesk.com/hc/en-us/requests/new/

It will be better for us to discuss and see your implementation to understand what is wrong with the deployment.

With best,
Fabio
by Fabio
Mon Dec 27, 2021 6:08 pm
Forum: General discussions
Topic: CreateGdPictureImageFromStream is always returning 0
Replies: 1
Views: 6385

Re: CreateGdPictureImageFromStream is always returning 0

Hello,

Could you update your GdPicture version to the latest one and tell me if the issue remains, please?

With best,
Fabio
by Fabio
Thu Dec 23, 2021 5:02 pm
Forum: General discussions
Topic: Slow License Check - each request?
Replies: 3
Views: 7326

Re: Slow License Check - each request?

Hello,

No update for the moment but the developer's ticket is linked to this forum's post. So when I'll have an update, I'll send you a message here!

With best,
Fabio
by Fabio
Thu Dec 23, 2021 5:00 pm
Forum: Document Viewing
Topic: Temporarily Hide / Filter Pages in a Document
Replies: 1
Views: 6782

Re: Temporarily Hide / Filter Pages in a Document

Hello there, Technically it is possible by creating a GdPicture object of a document and modifying that object by deleting the pages without any image on them and loading it back to the viewer. The real document will keep its integrity and you will be able to save the modified document after. And if...