Search found 4 matches

by lpmndev
Mon Jan 17, 2022 1:42 am
Forum: PDF
Topic: Converting PDF to multipage SVG using GDPicture.Net
Replies: 2
Views: 4837

Re: Converting PDF to multipage SVG using GDPicture.Net

These are very good news!
Thanks so much!
by lpmndev
Wed Jan 12, 2022 3:57 pm
Forum: PDF
Topic: Converting PDF to multipage SVG using GDPicture.Net
Replies: 2
Views: 4837

Converting PDF to multipage SVG using GDPicture.Net

Could someone please give me a code snippet to convert PDF multi-page to an SVG multi-page file? I have tried using GdPictureDocumentConverter and GdPicturePDF classes without success. Although I could get the number of pages of the input file, I don't know how to iterate over them to save only one ...
by lpmndev
Thu Jul 08, 2021 3:28 pm
Forum: DocuVieware
Topic: DocuVieware Session Management
Replies: 2
Views: 5569

Re: DocuVieware Session Management

I'm working on a solution that uses DocuVieware with Angular 10. For controlling multiple requests to visualize/edit the same file, I need to keep a record of all opened files. We include the file GUID in DocuVieware's session ID. If I can ask the server for all active sessions, I can quickly identi...
by lpmndev
Sat Jun 19, 2021 12:05 am
Forum: DocuVieware
Topic: DocuVieware Session Management
Replies: 2
Views: 5569

DocuVieware Session Management

Has the DocuVieware server API any method to retrieve all currently active sessions?