Sort Score
Result 10 results
Languages All
Labels All
Results 1,541 - 1,550 of 7,095 for

page

(0.03 sec)
  1. Save with default options | Documentation

    The simplest way to save the document is it provide no parameters to Save method. In this case the document will be rasterized to PDF and will have the same name as the original one except its extension (.PDF). The PDF file will be overwritten. The following example demonstrates usage of Save() method with default options. final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor....with default options (convert pages into images, save as PDF) redactor...redactor . close (); } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/redaction/java/save-with-def...
  2. Add component to the document | Documentation

    The Page describes how to add components to a document using GroupDocs.Annotation API....information, see the following pages: Add button component Add checkbox...dropdown component Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/annotation/java/add-componen...
  3. Load from URL | Documentation

    Load documents from URLs in Python using GroupDocs.Viewer. This example demonstrates the process.... for_embedded_resources ( "page_ {0} .html" ) viewer . view...view ( options ) Was this page helpful? Not really Yes, thanks Any...

    docs.groupdocs.com/viewer/python-net/load-docum...
  4. Technical Support | Documentation

    Get comprehensive technical support for GroupDocs.Total for .NET. Access free support through our forum or paid support via helpdesk. Learn how to report issues, request features, and get assistance from our development team....Support Leave feedback On this page GroupDocs provides unlimited...waiting for responses Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/total/net/technical-support/
  5. Technical Support | Documentation

    Get comprehensive technical support for GroupDocs.Total for Java. Access free support through our forum or paid support via helpdesk. Learn how to report issues, request features, and get assistance from our development team....Support Leave feedback On this page GroupDocs provides unlimited...waiting for responses Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/total/java/technical-support/
  6. Adding watermarks | Documentation

    GroupDocs.Watermark for Java supports the following watermark types. TextWatermark ImageWatermark Adding watermark to any supported document format using GroupDocs.Watermark consists of some easy steps. Following are the steps to add a watermark to a document. Load the document Create and initialize watermark object Set watermark properties Add a watermark to the document Save the document For more details please refer to the following guides:...processing documents Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/watermark/java/adding-waterm...
  7. Working with Multiple Data Sources | Documentation

    Explicit Support for Multiple Data Sources Using DocumentAssembler.assembleDocument overload user can reference multiple data source objects and their members in the template. Names of all the data sources must be specified and unique. Parameters DataSources An array of data source objects like object[] dataSources. DataSourceNames An array of names to reference the data source objects within the template like string[] dataSourceNames. Articles in this section...Presentation Document Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/assembly/java/working-with-m...
  8. Merge archives | Documentation

    Learn how to merge archive files, combine archive files into one file programmatically in C# language using GroupDocs.Merger for .NET library....archives Leave feedback On this page How to merge archive files in...quality and accuracy. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/merger/net/merge/archives/
  9. How to run examples | Documentation

    This article describes how to run Java file conversion API code examples....examples Leave feedback On this page The complete project with code...repository if found helpful. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/conversion/java/how-to-run-e...
  10. How to Build a SharePoint Document Viewer Using...

    When we released GroupDocs.Viewer for .NET, we got lots of questions from SharePoint users about whether it could be used to build a SharePoint document viewer. Finally, the answer is yes: our online document viewer allows integration with SharePoint web applications. Moreover, SharePoint websites using GroupDocs.Viewer for .NET can also be used for cross-domain document viewing. [caption id=“attachment_3916” align=“alignnone” width=“600”] [/caption] Just follow these simple step-by-step instructions to embed our online document viewer in your SharePoint websites as a Web Part: Requirements...Renders the contents to the page. base.RenderContents(writer);... you have to add it to your page as a web part. 7. To add the...

    blog.groupdocs.com/viewer/how-to-build-sharepoi...