Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 347 for

rotate page

(0.05 sec)
  1. GroupDocs.Conversion Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....process of getting page orientation for a specific page Obsolete Methods...ever think of converting and rotating a document at the same time...

    blog.groupdocs.com/categories/groupdocs.convers...
  2. Sign document with Image signature - advanced |...

     This article explains how to sign document with Image electronic signatures using extended options with GroupDocs.Signature API....setMargin ( padding ); // set rotation options . setRotationAngle...free to use online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/signature/java/sign-document...
  3. Issues during PPTX files tile watermarking - Fr...

    Hey, another issue is related to PPTX files during tile watermarking. There are two issues that I would like to underline. Firstly, it looks like line_spacing value is completely broken (e.g there is almost no differenc…...Secondly, in case of specifying rotate_angle for tile pattern, watermarks...far beyond the content of the page. I’ve noticed that this bug...

    forum.groupdocs.com/t/issues-during-pptx-files-...
  4. Watermark Word Documents using Java | Text & Im...

    Add text and image watermarks to Word documents using Java. Apply watermarks programmatically on Page(s) using Java API....You can add them to one page or all pages. This is how you can do...looks by adding things like rotation angle, colors, and more. Attach...

    blog.groupdocs.com/watermark/watermark-word-doc...
  5. Searching watermarks | Documentation

    This article explains how to search watermarks while using GroupDocs. Watermarks Java API....watermarks Leave feedback On this page Searching possible watermarks...criterion is invariant to rotation, scaling, and translation...

    docs.groupdocs.com/watermark/java/searching-wat...
  6. HtmlViewOptions | GroupDocs.Viewer for .NET API...

    Contains options for rendering documents into HTML format. For details see the topichttps//docs.groupdocs.com/viewer/net/renderingtohtml/ and its children....Enables rendering of hidden pages. RenderNotes { get; set; } Enables...watermark to be applied to each page. WebDocumentOptions { get; set;...

    reference.groupdocs.com/viewer/net/groupdocs.vi...
  7. Use advanced rasterization options | Documentation

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its Pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. C# using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the document with advanced options (convert Pages into images, and save PDF with scan-like Pages) var so = new SaveOptions(); so....effects will be applied to its pages. The following example demonstrates...(convert pages into images, and save PDF with scan-like pages) var...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  8. Releasing Next Generation GroupDocs.Viewer for ...

    It’s time to lay a hand on Next Generation GroupDocs.Viewer for .NET. GroupDocs releases this product with the great power of rendering a variety of document formats to HTML and image representations. Why Next Generation GroupDocs.Viewer? The legacy 2.x versions of GroupDocs.Viewer for .NET had complex API structure thereby requiring more coding efforts for a simple implementation. There were specific way of code implementation for different types of application development platforms.... It can converts document pages to images. To get the accurate...on rendered pages Perform transformations( Rotation, Reordering)...

    blog.groupdocs.com/viewer/simplest-api-to-get-i...
  9. GroupDocs.Viewer Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....allow user to Zoom, Navigate to Pages, set Watermark and tools/features...allow user to Zoom, Navigate to Pages, set Watermark and tools/features...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  10. Use advanced rasterization options | Documentation

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its Pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. final Redactor redactor = new Redactor("Sample.docx"); try { // Save the document with advanced options (convert Pages into images, and save PDF with scan-like Pages) SaveOptions so = new SaveOptions(); so....effects will be applied to its pages. The following example demonstrates...(convert pages into images, and save PDF with scan-like pages) SaveOptions...

    docs.groupdocs.com/redaction/java/use-advanced-...