Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 367 for

rotate page

(0.06 sec)
  1. Convert to PDF with advanced options | GroupDocs

    Follow this guide and learn how to convert documents to PDF with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Java.... Define the desired page width (in pixels) of the output...conversion. Define the desired page height (in pixels) of the output...

    docs.groupdocs.com/conversion/java/convert-to-p...
  2. Extract images from documents | GroupDocs

    Learn how to extract images from PDF, Word, Excel, PowerPoint and 50+ document formats using GroupDocs.Parser for .NET. Extract images with position data, coordinates, and save to files in C#....documents Leave feedback On this page GroupDocs.Parser allows to extract...objects: Member Description The page that contains the text area...

    docs.groupdocs.com/parser/net/extract-images-fr...
  3. Add watermarks to PDF documents | GroupDocs

    Add watermarks to PDF Pages, images, and attachments using Python via .NET....particular page or to all images/attachments on a page. Adding watermark...watermark to a particular page import groupdocs.watermark as...

    docs.groupdocs.com/watermark/python-net/add-wat...
  4. RotatePages Support in Diagram Formats

    Page rotation mechanism is one of the fundamental techniques when it comes to document manipulation and modification. As you know this feature is already supported by the API but for the limited file formats. Hence, in this month’s release of GroupDocs.Merger for Java 19.2, we implemented this feature for Diagram formats. By defining Page number(s) and rotation angle you can achieve the purpose. Let’s see how simple it is. We also added SwapPages support for Note format....Page rotation mechanism is one of the fundamental techniques...formats. By defining page number(s) and rotation angle you can achieve...

    blog.groupdocs.com/merger/rotatepages-support-i...
  5. Remove Pages from PDF in Java | Even, Odd, List...

    Remove any set of Pages from the PDF files in Java. Delete list of Pages, any given range, even or odd Pages from PDF files within applications....or even highly confidential pages are required to be removed from...programmatically remove such pages from the PDF documents in Java...

    blog.groupdocs.com/merger/remove-pages-from-pdf...
  6. Sign document with different Text signature imp...

     This article explains how to sign document with Text electronic signatures using extended options with GroupDocs.Signature API....implementation Leave feedback On this page provides class with property...component (label) on the document page. - text annotation with different...

    docs.groupdocs.com/signature/net/sign-document-...
  7. Sign PDF Documents with Text Signature using Gr...

    Considering the extensibility of the API, team GroupDocs is pleased to announce another monthly release of GroupDocs.Signature for Java 17.4.0. This release comes with multitude of new features, improvements and bug fixes. Now, GroupDocs.Signature for Java developers can sign PDF documents with text signature as sticker. Furthermore, API permits developers to Rotate Text or Image signature appearance. We would recommend you to download the new release and evaluate the exciting features to enhance document signature experience.... API permits developers to rotate Text or Image signature appearance...Image Signature free angle rotation for Slides Implement Image...

    blog.groupdocs.com/signature/introducing-groupd...
  8. Extract images from document | GroupDocs

    This article explains that how to extract images from document....objects: Member Description The page that contains the text area...The rectangular area on the page that contains the text area...

    docs.groupdocs.com/parser/java/extract-images-f...
  9. Adding text watermarks | GroupDocs

    Following code snippet shows how to add text watermark to a document. If the document consists of multiple parts (Pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....watermarks Leave feedback On this page Following code snippet shows...consists of multiple parts (pages, worksheets, slides, frames...

    docs.groupdocs.com/watermark/java/adding-text-w...
  10. Rearrange PDF Pages in Java | Organize with Jav...

    Reorder the Pages of PDF files in Java. The running example shows how to correct the sequence of unordered PDF Pages within the Java application....challenging to change the order of pages without losing the formatting...discusses, how to rearrange PDF pages programmatically in Java . Java...

    blog.groupdocs.com/merger/move-pdf-pages-in-java/