Search found 173 matches

by Fabio
Thu Aug 27, 2020 5:32 pm
Forum: Document Viewing
Topic: Thumbnails are Blank
Replies: 1
Views: 10682

Re: Thumbnails are Blank

Hello Curtis, It will be hard to reproduce the case. Here some solutions you can try: - If your file have a lot of pages, use the property PreloadAllItems and set it at false, it will load only visible items. --> https://www.gdpicture.com/guides/gdpicture/GdPicture.NET.14~GdPicture14.ThumbnailEx~Pre...
by Fabio
Thu Aug 27, 2020 5:16 pm
Forum: Document Printing
Topic: Printing a PDF file to "PDF Printer"
Replies: 1
Views: 9917

Re: Printing a PDF file to "PDF Printer"

Hello, For answers to your question: - GdPicture can open .txt files and you will be able to select text - GdPicture will detect the printer and you will be able to print your document - To set the file's name, you'll need to make a custom development at the save. - If you save your .txt file as a P...
by Fabio
Thu Aug 27, 2020 4:55 pm
Forum: DocuVieware
Topic: Net Core and Javascript
Replies: 1
Views: 2931

Re: Net Core and Javascript

Hello,

Yes of course, how can I help you?

By the way, you can use our samples as examples to understand how you can migrate, you will find them on your local machine here: C:\GdPicture.NET 14\Samples

Regards,
Fabio de Rose
Solution Engineer
by Fabio
Thu Aug 27, 2020 4:52 pm
Forum: Annotations
Topic: Annotationsize
Replies: 1
Views: 7830

Re: Annotationsize

Hello, If your document is image-based, you can use the method RenderPageToGdPictureImageEx: https://www.gdpicture.com/guides/gdpicture/GdPicture.NET.14~GdPicture14.GdPicturePDF~RenderPageToGdPictureImageEx.html By using this method, you will be able to transform your PDF page to an image using the ...
by Fabio
Thu Aug 27, 2020 3:39 pm
Forum: DocuVieware
Topic: MVC Document Viewer Demo fail?
Replies: 2
Views: 7128

Re: MVC Document Viewer Demo fail?

Hello, This tutorial aims to help developers to integrate our solution but it's not a full tutorial to make the app works. (kind of additional information) You will find a working MVC Razor project at C:\GdPicture.NET 14\Samples\ASP.NET\DocuVieware Lite\aspnet-mvc_razor_app Do not hesitate to tell m...
by Fabio
Thu Aug 27, 2020 3:35 pm
Forum: General discussions
Topic: Linux Support
Replies: 6
Views: 47244

Re: Linux Support

Hello,

We do not plan to support Linux at the moment but we do not exclude this possibility.
We recommend to our clients to use a three third architecture to work with a Linux server.

Regards,
Fabio de Rose
Solution Engineer
by Fabio
Thu Aug 27, 2020 12:11 pm
Forum: TWAIN & WIA Acquisition
Topic: TwainSetDSMPath not working in the "Twain Scanning" Sample code
Replies: 1
Views: 8074

Re: TwainSetDSMPath not working in the "Twain Scanning" Sample code

Hello,

This project works for me.
Could you give me the error you get when you're trying to scan or compile, please?

Fabio
by Fabio
Thu Aug 27, 2020 10:45 am
Forum: DocuVieware
Topic: ASP.NET WebForm Annotations Demo Issue - Page reloads on button press
Replies: 1
Views: 2765

Re: ASP.NET WebForm Annotations Demo Issue - Page reloads on button press

Hello,

This is not an issue.
We choosed to load everything on the server side to have zero footprint on the client.
So when you call the button "draw line" for example, it will send to the server the request, and the server will send back the rendered document.

Hope it helps,
Fabio