Sort Score
Result 10 results
Languages All
Labels All
Results 1,801 - 1,810 of 7,063 for

page

(0.19 sec)
  1. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Watermark for Java since version 20.1: Watermarker class is introduced as a single entry point to manage watermarks in the document (instead of Documentclass from previous versions). Adding watermarks was unified for all supported document formats. Product architecture was redesigned from scratch in order to simplify passing options to manage watermarks. Document information and preview generation procedures were simplified....Notes Leave feedback On this page Why To Migrate? Here are the...to add watermark to the first page of a diagram document. Old API...

    docs.groupdocs.com/watermark/java/migration-notes/
  2. Logging and Diagnostics | Documentation

    Enable and configure logging for document conversions with GroupDocs.Conversion for Python via .NET....Diagnostics Leave feedback On this page To enable logging, use either...written to the text file. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/conversion/python-net/develo...
  3. Processes cancellation | Documentation

    This article explains how to control signature processing (cancellation) for large documents with GroupDocs.Signature API....each time on verifying document page. for process this flag should...each time on searching document page per each options. Cancel signing...

    docs.groupdocs.com/signature/java/processes-can...
  4. Working with slide backgrounds | Documentation

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....backgrounds Leave feedback On this page Extracting information about...watermarker . close (); Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/watermark/java/working-with-...
  5. Render to PDF | Documentation

    Rendering files to PDF with GroupDocs.Viewer for Python via .NET. It means that you can embed PDF in websites or applications by using this .NET API...Viewer renders all pages of the source document as a...refer to the following pages: Reorder pages Protect PDF document...

    docs.groupdocs.com/viewer/python-net/rendering-...
  6. Render to PDF | Documentation

    Rendering files to PDF with GroupDocs.Viewer for Node.js via Java. It means that you can embed PDF in websites or applications by using this Java API...Viewer renders all pages of the source document as a...refer to the following pages: Was this page helpful? Not really...

    docs.groupdocs.com/viewer/nodejs-java/rendering...
  7. GroupDocs.Comparison for Java | Documentation

    GroupDocs.Compairson for Java developer documentation. Learn how to diff docx, pptx, and pdf files using Java....revisions Generate Document Pages Preview USEFUL RESOURCES GroupDocs...Java Release Notes Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/comparison/java/
  8. 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...
  9. 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...
  10. Enable Pagination in WordProcessing Module

    Yes, this is right. Paginal mode is now implemented in GroupDocs.Editor for .NET 19.5. How this mode will effect WordProcessing documents? As you know that previously, there was only float mode. When WordProcessing documents were converted to the Page-less HTML, Page division was absent. But in this release WordProcessing options class contains new Paged (also called paginal) mode. When Paged is enabled, it produces HTML markup, optimized and adjusted for per-Page edit and it creates ease to enable Paged editing in any of WYSIWYG-editors....were converted to the page-less HTML, page division was absent...contains new paged (also called paginal ) mode. When paged is enabled...

    blog.groupdocs.com/editor/enable-pagination-in-...