Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 9,571 for

page

(0.07 sec)
  1. Optimize the PDF file resources | GroupDocs

    This topic describes how to optimize PDF file using the GroupDocs.Viewer .NET API (C#) to reduce size....resources Leave feedback On this page Resource optimization allows...End Sub End Module Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  2. Add image watermarks | GroupDocs

    This article shows how to add an image watermark and save the resultant document. It is capable of adding watermarks to images or documents....watermarks Leave feedback On this page One of the main features of...positioning, and so on. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/watermark/nodejs-java/add-im...
  3. Add link annotation | GroupDocs

    The Page describes how to add link annotation to a document using GroupDocs.Annotation for Java....annotation Leave feedback On this page Link annotation adds a hyperlink...appropriate properties (position, page number, etc). Call the method...

    docs.groupdocs.com/annotation/java/add-link-ann...
  4. Reduce image quality | GroupDocs

    Compress images in PDF files to reduce size. Adjust image quality (0-100%) using the GroupDocs.Viewer Python API....quality Leave feedback On this page If the output PDF file contains...demonstrates the result: Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/viewer/python-net/optimizati...
  5. Add watermarks to email attachments | GroupDocs

    The API allows you to add watermark to all the attachments of supported types in an email message as shown in the following code sample. advanced_usage.add_watermarks_to_email_attachments.EmailAddWatermarkToAllAttachments TextWatermark watermark = new TextWatermark("Test watermark", new Font("Arial", 19)); EmailLoadOptions loadOptions = new EmailLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\message.msg" Watermarker watermarker = new Watermarker("message.msg", loadOptions); EmailContent content = watermarker.getContent(EmailContent.class); for (EmailAttachment attachment : content.getAttachments()) { // Check if the attached file is supported by GroupDocs....attachments Leave feedback On this page The API allows you to add watermark...attachments Email messages Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/watermark/java/add-watermark...
  6. Get Supported File Formats Programmatically | G...

    Programmatically enumerate the list of file formats supported by GroupDocs.Comparison for Python via .NET via FileType.get_supported_file_types()....Programmatically Leave feedback On this page If you need the at runtime —...format ( [TRUNCATED] Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/comparison/python-net/develo...
  7. Load document from URL | GroupDocs

    Fetch a document over HTTP with the requests library and render it from the in-memory stream using GroupDocs.Viewer for Python via .NET....from URL Leave feedback On this page The following code snippet shows...s ( "load_document_from_url/page_ {0} .html" ) viewer . view...

    docs.groupdocs.com/viewer/python-net/developer-...
  8. WebForm UI Example Project for GroupDocs.Viewer...

    The GroupDocs team is pleased to announce the Front End sample project for the ASP.NET WebForm developers. The reason behind this release is to facilitate the developers to write their own document viewer using GroupDocs.Viewer for .NET 3.x. Almost all the functionalities have been implemented in this project which was given in the old GroupDocs.Viewer for .NET 2.x UI Based API. The developers are flexible to customize the application by their own....one page in a row, two pages in a row view, double page flipping...flipping Pagination controls Page zooming Page thumbnails Text selection...

    blog.groupdocs.com/viewer/webform-ui-example-pr...
  9. Optimize a PDF file for a browser | GroupDocs

    This topic describes how to optimize PDF file using the GroupDocs.Viewer .NET API (C#) for web browser or to reduce size....browser Leave feedback On this page This optimization allows a browser...browser to display the first pages of a PDF file when you open...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  10. Adding watermarks | GroupDocs

    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:...watermarks Leave feedback On this page GroupDocs.Watermark for Java...processing documents Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/watermark/java/adding-waterm...