Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 2,823 for

view

(0.27 sec)
  1. Online PDF Annotation Plugin for Moodle CMS Now...

    We’re glad to announce the launch of GroupDocs’ annotation plugin for Moodle. GroupDocs Annotation, an online annotation app, is popular with our users because it lets them annotate and reView most popular file formats from a web-browser. Upload any document that you want a team to reView to a GroupDocs account. Then copy and paste the embed link to a Moodle page. Invite and share the link with members to start collaborative annotation.... View comments in side panel : Read...comments. Presentation mode : View documents in real-time, broadcasting...

    blog.groupdocs.com/annotation/online-pdf-annota...
  2. Releasing SharePoint Web-Part for GroupDocs.Ann...

    Great news for SharePoint developers, now they can add GroupDocs.Annotation for .NET 3.x. as custom Web-Part. Team GroupDocs is glad to announce the addition of GroupDocs.Annotation Web- Part Front End for SharePoint developers. Using this release SharePoint developers can not only explore and investigate GroupDocs.Annotation for .NET Front End but can also customize this Web-Part according to their needs. This project is already published on GitHub. SharePoint Web-Part Front End FeaturesThe SharePoint Web-Part Front End provides end users with tools needed for convenient annotating, Viewing and navigation of a documents in a browser....for convenient annotating, viewing and navigation of a documents...Scroll view, one page in a row, two pages in a row view, double...

    blog.groupdocs.com/annotation/releasing-sharepo...
  3. Play and Pause Animated GIF and APNG Images usi...

    Programmatically render animated GIF and APNG images to HTML web page in C# with play and pause feature. Build your own animation Viewer using .NET....Call the View method of viewer object to create the view for the...animated PNG file. Here is the view of the output HTML page with...

    blog.groupdocs.com/viewer/play-pause-animated-g...
  4. Cancel rendering | Documentation

    Cancel or stop rendering rendering process with cancellation token... View ( options , cancellationToken...RenderComments = True viewer . View ( options , cancellationToken...

    docs.groupdocs.com/viewer/net/cancel-rendering/
  5. How to Сreate a Plugin for Sugar On-Demand Usin...

    SugarCRM is an open-platform web-based customer relationship management system which has an on-demand cloud platform, Sugar On-Demand. In a previous article, we discussed how to create and use a plugin for SugarCRM, now we will discuss Sugar On-Demand’s features. We will use the GroupDocs GDrive plugin as an example. [caption id=“attachment_3933” align=“alignnone” width=“600” caption=“How to Сreate a Custom GroupDocs Plugin for Sugar On-Demand”] [/caption] Requirements PHP 5.3 SugarCRM On-Demand account SugarCRM On-Demand application GroupDocs account Development of GroupDocs GDriveTwo main features of Sugar On-Demand are: All functions relating to the file system are denied.... You can view and download GroupDocs JavaScript...user-side UI is in the Module detail view page (if a user clicks on GroupDocs...

    blog.groupdocs.com/total/how-to-create-plugin-f...
  6. Optimize a PDF file for a browser | Documentation

    This topic describes how to optimize PDF file using the GroupDocs.Viewer .NET API (C#) for web browser or to reduce size.... View ( viewOptions ); } VB.NET Imports...Lineriaze = True } viewer . View ( viewOptions ) End Using End...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  7. Specify rendering options for CAD files | Docum...

    This topic describes how to use the GroupDocs.Viewer Node.js API to specify various options for rendering CAD files to HTML, PDF, PNG, and JPEG.... view ( viewOptions ) The following...forRenderingByScaleF ( 0.5 ) ) viewer . view ( viewOptions ) When you render...

    docs.groupdocs.com/viewer/nodejs-java/specify-c...
  8. Logging | Documentation

    Logging when rendering documents with GroupDocs.Viewer for .NET... View ( viewOptions ); } VB.NET Imports... ( "result.html" ) viewer . View ( viewOptions ) End Using End...

    docs.groupdocs.com/viewer/net/logging/
  9. Specify the JPEG image quality | Documentation

    Reduce PDF file size by adjusting JPEG image quality. Set the image quality between 1 and 100....docx" ) as viewer : # Create view options. viewOptions = gvo ...pdf_optimization_options viewer . view ( viewOptions ) Was this page...

    docs.groupdocs.com/viewer/python-net/adjust-jpe...
  10. Add text watermarks | Documentation

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your .NET applications.... View ( viewOptions ); } VB.NET Imports..."This is a watermark" ) viewer . View ( viewOptions ) End Using End...

    docs.groupdocs.com/viewer/net/add-text-watermark/